Home
last modified time | relevance | path

Searched refs:IN (Results 1 – 25 of 112) sorted by relevance

12345

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_crypto_api.h119 _LONG_CALL_ int rtl_crypto_hmac_md5(IN const u8* message, IN const u32 msglen, IN const u8* key, IN
125 _LONG_CALL_ int rtl_crypto_hmac_sha1(IN const u8* message, IN const u32 msglen, IN const u8* key, I…
132 …ALL_ int rtl_crypto_hmac_sha2(IN const SHA2_TYPE sha2type, IN const u8* message, IN const u32 msgl…
146 _LONG_CALL_ int rtl_crypto_aes_cbc_encrypt(IN const u8* message, IN const u32 msglen, IN const u8* …
147 _LONG_CALL_ int rtl_crypto_aes_cbc_decrypt(IN const u8* message, IN const u32 msglen, IN const u8* …
150 _LONG_CALL_ int rtl_crypto_aes_ecb_encrypt(IN const u8* message, IN const u32 msglen, IN const u8* …
151 _LONG_CALL_ int rtl_crypto_aes_ecb_decrypt(IN const u8* message, IN const u32 msglen, IN const u8* …
154 _LONG_CALL_ int rtl_crypto_aes_ctr_encrypt(IN const u8* message, IN const u32 msglen, IN const u8* …
155 _LONG_CALL_ int rtl_crypto_aes_ctr_decrypt(IN const u8* message, IN const u32 msglen, IN const u8* …
166 …ALL_ int rtl_crypto_aes_gcm_encrypt(IN const u8* message, IN const u32 msglen, IN const u8* iv, IN
[all …]
A Drtl8721d_crypto.h398 …PTER *pIE, IN const u32 cipher_type, IN const u32 auth_type,IN const void* pCipherKey, IN const u3…
400 …HAL_CRYPTO_ADAPTER *pIE, IN const u8 *message, IN const u32 msglen, IN const u8 *pIv, IN const u32…
401 …CALL_ int CRYPTO_CipherInit(HAL_CRYPTO_ADAPTER *pIE, IN const u32 cipher_type, IN const u8 *key, I…
402 …HAL_CRYPTO_ADAPTER *pIE, IN const u8* message, IN const u32 msglen, IN const u8* piv, IN const u32…
403 …HAL_CRYPTO_ADAPTER *pIE, IN const u8* message, IN const u32 msglen, IN const u8* piv, IN const u32…
A Drtl8721d_sdio_host.h445 IN VOID *Data
450 IN VOID *Data
455 IN VOID *Data
460 IN VOID *Data
465 IN VOID *Data
470 IN VOID *Data
489 IN VOID *Data
494 IN VOID *Data
499 IN VOID *Data
517 IN VOID *Data
[all …]
A Dhal_sdio_host.h64 IN VOID *Data
69 IN VOID *Data
74 IN VOID *Data
79 IN VOID *Data
84 IN VOID *Data
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dbt_skbuff.h51 #ifndef IN
52 #define IN macro
137 IN uint32_t Length,
138 IN uint32_t HeadRoom
147 IN RTK_BUFFER* RtkBuffer
155 IN RTK_BUFFER* RtkBuffer
354 IN uint8_t Len
365 IN RTK_BUFFER* pDataBuffer
380 sk_buff *hci_skb_alloc_and_init(IN uint8_t PktType, IN uint8_t *Data, IN uint32_t DataLen);
381 void hci_skb_queue_head(IN RTB_QUEUE_HEAD *skb_head, IN RTK_BUFFER *skb);
[all …]
A Dbt_skbuff.c53 #define IN macro
97 IN RTB_QUEUE_HEAD* RtkQueueHead in RtbQueueIsEmpty()
249 IN OUT RTK_BUFFER * RtkBuffer, in RtbRemoveTail()
250 IN uint32_t Length in RtbRemoveTail()
357 IN RTK_BUFFER* pOldRtkBuffer, in RtbInsertBefore()
358 IN RTK_BUFFER* pNewRtkBuffer in RtbInsertBefore()
544 RtbCheckQueueLen(IN RTB_QUEUE_HEAD* RtkQueueHead, IN uint8_t Len) in RtbCheckQueueLen()
556 IN RTK_BUFFER* pDataBuffer in RtbCloneBuffer()
655 sk_buff *hci_skb_alloc_and_init(IN uint8_t PktType, IN uint8_t *Data, IN uint32_t DataLen) in hci_skb_alloc_and_init()
669 void hci_skb_queue_head(IN RTB_QUEUE_HEAD *skb_head, IN RTK_BUFFER *skb) in hci_skb_queue_head()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/ssl/ssl_ram_map/
A Dssl_ram_map.c9 IN const u8* message, IN const u32 msglen,
10 IN const u8* iv, IN const u32 ivlen,
13 IN const u8* message, IN const u32 msglen,
14 IN const u8* iv, IN const u32 ivlen,
18 IN const u8* message, IN const u32 msglen,
19 IN const u8* iv, IN const u32 ivlen,
23 IN const u8* iv, IN const u32 ivlen,
30 IN const u8* iv, IN const u32 ivlen,
34 IN const u8* iv, IN const u32 ivlen,
39 IN const u8* iv, IN const u32 ivlen,
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_des_rom.c55 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cbc_encrypt()
56 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cbc_encrypt()
83 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cbc_decrypt()
130 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ecb_encrypt()
154 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ecb_decrypt()
198 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cfb_encrypt()
222 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_cfb_decrypt()
266 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ofb_encrypt()
290 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ofb_decrypt()
334 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_3des_ctr_encrypt()
[all …]
A Drtl8721dhp_aes_rom.c58 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cbc_encrypt()
59 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cbc_encrypt()
87 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cbc_decrypt()
134 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ecb_encrypt()
159 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ecb_decrypt()
203 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ctr_encrypt()
229 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_ctr_decrypt()
275 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cfb_encrypt()
301 IN const u8* iv, IN const u32 ivlen, in rtl_crypto_aes_cfb_decrypt()
422 IN const u8* iv, IN const u8 *aad, IN const u32 aadlen, in rtl_crypto_aes_gcm_encrypt()
[all …]
A Drtl8721dhp_chacha_poly1305.c68 int rtl_crypto_poly1305(IN const u8* message, IN const u32 msglen, IN const u8* key, in rtl_crypto_poly1305()
106 int rtl_crypto_chacha_encrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_encrypt()
107 IN const u8* iv, IN const u32 count, in rtl_crypto_chacha_encrypt()
135 int rtl_crypto_chacha_decrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_decrypt()
136 IN const u8* iv, IN const u32 count, in rtl_crypto_chacha_decrypt()
182 int rtl_crypto_chacha_poly1305_encrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_poly1305_encrypt()
183 IN const u8* nonce, in rtl_crypto_chacha_poly1305_encrypt()
184 IN const u8* aad, IN const u32 aadlen, in rtl_crypto_chacha_poly1305_encrypt()
218 int rtl_crypto_chacha_poly1305_decrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_poly1305_decrypt()
219 IN const u8* nonce, in rtl_crypto_chacha_poly1305_decrypt()
[all …]
A Drtl8721dhp_sha.c60 IN const u8* message, IN const u32 msglen, in rtl_crypto_sha1_process()
79 int rtl_crypto_sha1_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_sha1_update()
214 int rtl_crypto_sha2_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_sha2_update()
273 int rtl_crypto_sha2(IN const SHA2_TYPE sha2type, IN const u8* message, IN const u32 msglen, in rtl_crypto_sha2()
348 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha1_process()
433 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha1()
434 IN const u8* key, IN const u32 keylen, in rtl_crypto_hmac_sha1()
478 IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_sha2_init()
531 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha2_process()
622 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha2()
[all …]
A Drtl8721dhp_md5.c62 IN const u8* message, IN const u32 msglen, in rtl_crypto_md5_process()
89 int rtl_crypto_md5_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_md5_update()
143 int rtl_crypto_md5(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_md5()
162 int rtl_crypto_hmac_md5_init(IN const u8* key, IN const u32 keylen) in rtl_crypto_hmac_md5_init()
191 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_md5_process()
213 int rtl_crypto_hmac_md5_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_hmac_md5_update()
276 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_md5()
277 IN const u8* key, IN const u32 keylen, in rtl_crypto_hmac_md5()
A Drtl8721dhp_crypto_ram.c559 IN const u32 cipher_type, IN const u32 auth_type, in CRYPTO_SetSecurityModeAD()
560 IN const void* pCipherKey, IN const u32 lenCipherKey, in CRYPTO_SetSecurityModeAD()
561 IN const void* pAuthKey, IN const u32 lenAuthKey) in CRYPTO_SetSecurityModeAD()
775 IN const u8 *message, IN const u32 msglen, in CRYPTO_ProcessAD()
776 IN const u8 *pIv, IN const u32 ivlen, in CRYPTO_ProcessAD()
777 IN const u8 *paad, IN const u32 aadlen, in CRYPTO_ProcessAD()
1048 IN const u8 *key, IN const u32 keylen) in CRYPTO_CipherInit()
1075 IN const u8* piv, IN const u32 ivlen, in CRYPTO_CipherEncryptAD()
1106 IN const u8* message, IN const u32 msglen, in CRYPTO_CipherDecryptAD()
1107 IN const u8* piv, IN const u32 ivlen, in CRYPTO_CipherDecryptAD()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_common.h64 _LONG_CALL_ void dwc_otg_wrapper_reset(IN VOID);
65 _LONG_CALL_ void dwc_otg_wrapper_init_boot(IN VOID);
66 _LONG_CALL_ void dwc_otg_power_init(IN VOID);
68 _LONG_CALL_ VOID RtlInitListhead_Otg(IN _LIST *list);
69 _LONG_CALL_ u32 RtlIsListEmpty_Otg(IN _LIST *phead);
70 _LONG_CALL_ VOID RtlListInsertHead_Otg(IN _LIST *plist,IN _LIST *phead);
71 _LONG_CALL_ VOID RtlListInsertTail_Otg(IN _LIST *plist,IN _LIST *phead);
72 _LONG_CALL_ _LIST *RtlListGetNext_Otg(IN _LIST *plist);
73 _LONG_CALL_ VOID RtlListDelete_Otg(IN _LIST *plist);
79 extern void dwc_otg_wrapper_init(IN VOID);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/include/
A Dshell.h19 typedef u32 (*ECHOFUNC)(IN u8*,...); //UART LOG echo-function type.
93 IN u8 RevData,
94 IN UART_LOG_CTL *prvUartLogCtl,
95 IN u8 EchoFlag
100 IN u8 RevData,
101 IN UART_LOG_CTL *prvUartLogCtl,
102 IN u8 EchoFlag
108 IN u8 *pArrayToInit,
109 IN u8 ArrayLen,
110 IN u8 InitValue
/AliOS-Things-master/components/py_engine/tests/pyb/
A Dpin.py3 p = Pin("X8", Pin.IN)
9 p = Pin("X8", Pin.IN, Pin.PULL_UP)
10 p = Pin("X8", Pin.IN, pull=Pin.PULL_UP)
11 p = Pin("X8", mode=Pin.IN, pull=Pin.PULL_UP)
15 p.init(p.IN, p.PULL_DOWN)
16 p.init(p.IN, pull=p.PULL_DOWN)
17 p.init(mode=p.IN, pull=p.PULL_DOWN)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcommon_sse2.h109 #define VP8PlanarTo24bHelper(IN, OUT) \ argument
113 (OUT##0) = _mm_packus_epi16(_mm_and_si128((IN##0), v_mask), \
114 _mm_and_si128((IN##1), v_mask)); \
115 (OUT##1) = _mm_packus_epi16(_mm_and_si128((IN##2), v_mask), \
116 _mm_and_si128((IN##3), v_mask)); \
117 (OUT##2) = _mm_packus_epi16(_mm_and_si128((IN##4), v_mask), \
118 _mm_and_si128((IN##5), v_mask)); \
120 (OUT##3) = _mm_packus_epi16(_mm_srli_epi16((IN##0), 8), \
121 _mm_srli_epi16((IN##1), 8)); \
122 (OUT##4) = _mm_packus_epi16(_mm_srli_epi16((IN##2), 8), \
[all …]
A Dlossless.c578 #define COPY_PREDICTOR_ARRAY(IN, OUT) do { \ argument
579 (OUT)[0] = IN##0_C; \
580 (OUT)[1] = IN##1_C; \
581 (OUT)[2] = IN##2_C; \
582 (OUT)[3] = IN##3_C; \
583 (OUT)[4] = IN##4_C; \
584 (OUT)[5] = IN##5_C; \
585 (OUT)[6] = IN##6_C; \
586 (OUT)[7] = IN##7_C; \
587 (OUT)[8] = IN##8_C; \
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dmonitor_hp.c19 IN u16 argc,
20 IN u8 *argv[]
25 IN u16 argc, in CmdShellSwitch()
26 IN u8 *argv[] in CmdShellSwitch()
41 IN u16 argc, in cmd_reboot()
42 IN u8 *argv[] in cmd_reboot()
89 IN u16 argc, in CmdTickPS()
137 IN u16 argc, in CmdRTC()
138 IN u8 *argv[] in CmdRTC()
318 IN u16 argc, in CmdCloseUltraLowPower()
[all …]
A Dmonitor_lp.c17 IN u16 argc,
18 IN u8 *argv[]
23 IN u16 argc, in CmdShellSwitch()
24 IN u8 *argv[] in CmdShellSwitch()
44 IN u16 argc, in cmd_reboot()
45 IN u8 *argv[] in cmd_reboot()
73 IN u16 argc, in CmdTickPS()
74 IN u8 *argv[] in CmdTickPS()
123 IN u16 argc, in CmdRTC()
124 IN u8 *argv[] in CmdRTC()
[all …]
/AliOS-Things-master/components/py_engine/tests/wipy/
A Dpin.py52 p = Pin("GP12", Pin.IN)
68 pin = Pin(p, mode=Pin.IN, pull=pull)
89 pin = Pin(pin_map[0], mode=Pin.IN)
91 pin = Pin(pin_map[0], mode=Pin.IN, pull=Pin.PULL_DOWN)
92 pin = Pin(pin_map[0], mode=Pin.IN, pull=Pin.PULL_UP)
108 pin.init(mode=Pin.IN)
110 pin.init(Pin.IN, Pin.PULL_DOWN)
138 pin.mode(Pin.IN)
139 print(pin.mode() == Pin.IN)
175 pin = Pin(pin_map[0], Pin.IN, Pin.PULL_UP, alt=0) # af specified in GPIO mode
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrproc.h48 extern _LONG_CALL_ u8* _strupr(IN u8 *string);
49 extern _LONG_CALL_ int _stratoi(IN const char * s);
50 extern _LONG_CALL_ char * _strstr(IN const char * str1, IN const char * str2);
51 extern _LONG_CALL_ char* _strtok(IN char *str, IN const char* delim);
/AliOS-Things-master/components/mbedtls/library/
A Dhavege.c88 IN = (*A >> (1)) ^ (*A << (31)) ^ CLK; \
90 *B = IN ^ U1; \
101 IN = (*A >> (5)) ^ (*A << (27)) ^ CLK; \
103 *B = IN; CLK = (int) mbedtls_timing_hardclock(); \
132 IN = (*A >> ( 9)) ^ (*A << (23)) ^ CLK; \
134 *B = IN ^ U2; \
143 IN = (*A >> (13)) ^ (*A << (19)) ^ CLK; \
145 *B = IN; \
164 int PTX, PTY, CLK, PTEST, IN; in havege_fill() local
/AliOS-Things-master/components/littlevgl/
A DLICENCE.txt8IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABI…
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/
A DLICENSE17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

Completed in 39 milliseconds

12345