Searched defs:pDigest (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/ |
A D | rtl8721dhp_sha.c | 61 OUT u8* pDigest) in rtl_crypto_sha1_process() 109 int rtl_crypto_sha1_final(OUT u8* pDigest) in rtl_crypto_sha1_final() 134 int rtl_crypto_sha1(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_sha1() 244 int rtl_crypto_sha2_final(OUT u8* pDigest) in rtl_crypto_sha2_final() 274 OUT u8* pDigest) in rtl_crypto_sha2() 349 OUT u8* pDigest) in rtl_crypto_hmac_sha1_process() 403 int rtl_crypto_hmac_sha1_final(OUT u8* pDigest) in rtl_crypto_hmac_sha1_final() 435 OUT u8* pDigest) in rtl_crypto_hmac_sha1() 532 OUT u8* pDigest) in rtl_crypto_hmac_sha2_process() 586 int rtl_crypto_hmac_sha2_final(OUT u8* pDigest) in rtl_crypto_hmac_sha2_final() [all …]
|
A D | rtl8721dhp_md5.c | 63 OUT u8* pDigest) in rtl_crypto_md5_process() 119 int rtl_crypto_md5_final(OUT u8* pDigest) in rtl_crypto_md5_final() 143 int rtl_crypto_md5(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_md5() 192 OUT u8* pDigest) in rtl_crypto_hmac_md5_process() 246 int rtl_crypto_hmac_md5_final(OUT u8* pDigest) in rtl_crypto_hmac_md5_final() 278 OUT u8* pDigest) 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() 69 OUT u8* pDigest) in rtl_crypto_poly1305()
|
A D | rtl8721dhp_crypto_ram.c | 42 int CRYPTO_SendSeqBuf(u8 *pDigest) in CRYPTO_SendSeqBuf()
|
/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 …INLINE int rtl_crypto_sha2_process(const uint8_t *message, const uint32_t msglen, uint8_t *pDigest) in rtl_crypto_sha2_process() 1218 … const uint8_t *key, const uint32_t keylen, uint8_t *pDigest) in rtl_crypto_hmac_sha2() 1259 …E int rtl_crypto_hmac_sha2_process(const uint8_t *message, const uint32_t msglen, uint8_t *pDigest) in rtl_crypto_hmac_sha2_process()
|
Completed in 9 milliseconds