/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_des_rom.c | 55 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cbc_encrypt() 82 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cbc_decrypt() 129 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ecb_encrypt() 153 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ecb_decrypt() 197 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cfb_encrypt() 221 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_cfb_decrypt() 265 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ofb_encrypt() 289 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ofb_decrypt() 333 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ctr_encrypt() 357 IN const u8* message, IN const u32 msglen, in rtl_crypto_3des_ctr_decrypt() [all …]
|
A D | rtl8721dhp_aes_rom.c | 58 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cbc_encrypt() 86 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cbc_decrypt() 133 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ecb_encrypt() 158 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ecb_decrypt() 202 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ctr_encrypt() 228 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ctr_decrypt() 274 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cfb_encrypt() 300 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_cfb_decrypt() 346 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ofb_encrypt() 372 IN const u8* message, IN const u32 msglen, in rtl_crypto_aes_ofb_decrypt() [all …]
|
A D | rtl8721dhp_sha.c | 60 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() 134 int rtl_crypto_sha1(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_sha1() 196 int rtl_crypto_sha2_process(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_sha2_process() 214 int rtl_crypto_sha2_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_sha2_update() 348 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha1_process() 370 int rtl_crypto_hmac_sha1_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_hmac_sha1_update() 433 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha1() 531 IN const u8* message, IN const u32 msglen, in rtl_crypto_hmac_sha2_process() 553 int rtl_crypto_hmac_sha2_update(IN const u8* message, IN const u32 msglen) in rtl_crypto_hmac_sha2_update() [all …]
|
A D | rtl8721dhp_md5.c | 62 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() 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()
|
A D | rtl8721dhp_chacha_poly1305.c | 48 int rtl_crypto_poly1305_process(IN const u8 *message, IN const u32 msglen, OUT u8 *pDigest) in rtl_crypto_poly1305_process() 68 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() 135 int rtl_crypto_chacha_decrypt(IN const u8* message, IN const u32 msglen, 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() 218 int rtl_crypto_chacha_poly1305_decrypt(IN const u8* message, IN const u32 msglen, in rtl_crypto_chacha_poly1305_decrypt()
|
A D | rtl8721dhp_crypto_ram.c | 775 IN const u8 *message, IN const u32 msglen, in CRYPTO_ProcessAD() 1074 IN const u8* message, IN const u32 msglen, in CRYPTO_CipherEncryptAD() 1106 IN const u8* message, IN const u32 msglen, in CRYPTO_CipherDecryptAD()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/ |
A D | crypto_api.h | 1159 const uint32_t msglen, uint8_t *pDigest) in rtl_crypto_sha2() 1198 __STATIC_INLINE int rtl_crypto_sha2_process(const uint8_t *message, const uint32_t msglen, uint8_t … in rtl_crypto_sha2_process() 1217 …NE int rtl_crypto_hmac_sha2(const SHA2_TYPE sha2type, const uint8_t *message,const uint32_t msglen, in rtl_crypto_hmac_sha2() 1259 __STATIC_INLINE int rtl_crypto_hmac_sha2_process(const uint8_t *message, const uint32_t msglen, uin… in rtl_crypto_hmac_sha2_process()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | upap.c | 366 int msglen; in upap_rauthreq() local 459 u_char msglen; in upap_rauthack() local 494 u_char msglen; in upap_rauthnak() local 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp()
|
A D | eap.c | 1018 int msglen; in eap_send_response() local 1051 int msglen; in eap_chap_response() local 1097 int msglen; local 1138 int msglen; local 1170 int msglen; in eap_send_nak() local
|
A D | auth.c | 1006 …_pcb *pcb, char *auser, int userlen, char *apasswd, int passwdlen, const char **msg, int *msglen) { in auth_check_passwd()
|
/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPMessage.h | 19 unsigned int msglen; member
|
A D | CoAPMessage.c | 179 unsigned short msglen = 0; in CoAPMessage_send() local
|
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/ |
A D | CoAPSerialize_common.c | 164 unsigned short msglen = 4; in CoAPSerialize_MessageLength() local
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | Cloud_CoAPMessage.c | 103 unsigned short msglen = 0; in Cloud_CoAPMessage_send() local
|
A D | Cloud_CoAPExport.h | 29 unsigned int msglen; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/ |
A D | md5.c | 267 unsigned char msglen[8]; in md5_finish() local
|
A D | md4.c | 248 unsigned char msglen[8]; in md4_finish() local
|
A D | sha1.c | 301 unsigned char msglen[8]; in sha1_finish() local
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_md5.c | 258 unsigned char msglen[8]; in utils_md5_finish() local
|
A D | infra_sha256.c | 229 unsigned char msglen[8]; in utils_sha256_finish() local
|
A D | infra_sha1.c | 286 unsigned char msglen[8]; in utils_sha1_finish() local
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_sha256.c | 229 unsigned char msglen[8]; in core_sha256_finish() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | md4.c | 313 unsigned char msglen[8]; in mbedtls_md4_finish_ret() local
|
A D | ripemd160.c | 389 unsigned char msglen[8]; in mbedtls_ripemd160_finish_ret() local
|
/AliOS-Things-master/components/mqtt/example/ |
A D | aiot_mqtt_sign.c | 300 unsigned char msglen[8]; in utils_sha256_finish() local
|