Home
last modified time | relevance | path

Searched refs:CRYPTO_ProcessAD (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_sha.c68 return CRYPTO_ProcessAD(pIE, message, msglen, NULL, 0, NULL, 0, pDigest, NULL); in rtl_crypto_sha1_process()
122 …return CRYPTO_ProcessAD(pIE, (const uint8_t *)pIE->hmac_seq_buf, pIE->hmac_seq_buf_is_used_bytes, … in rtl_crypto_sha1_final()
203 return CRYPTO_ProcessAD(pIE, message, msglen, NULL, 0, NULL, 0, pDigest, NULL); in rtl_crypto_sha2_process()
257 …return CRYPTO_ProcessAD(pIE, (const uint8_t *)pIE->hmac_seq_buf, pIE->hmac_seq_buf_is_used_bytes, … in rtl_crypto_sha2_final()
359 return CRYPTO_ProcessAD(pIE, message, msglen, NULL, 0, NULL, 0, pDigest, NULL); in rtl_crypto_hmac_sha1_process()
419 …return CRYPTO_ProcessAD(pIE, (const uint8_t *)pIE->hmac_seq_buf, pIE->hmac_seq_buf_is_used_bytes, … in rtl_crypto_hmac_sha1_final()
542 return CRYPTO_ProcessAD(pIE, message, msglen, NULL, 0, NULL, 0, pDigest, NULL); in rtl_crypto_hmac_sha2_process()
602 …return CRYPTO_ProcessAD(pIE, (const uint8_t *)pIE->hmac_seq_buf, pIE->hmac_seq_buf_is_used_bytes, … in rtl_crypto_hmac_sha2_final()
A Drtl8721dhp_md5.c78 return CRYPTO_ProcessAD(pIE, message, msglen, NULL, 0, NULL, 0, pDigest, NULL); in rtl_crypto_md5_process()
132 …return CRYPTO_ProcessAD(pIE, (const uint8_t *)pIE->hmac_seq_buf, pIE->hmac_seq_buf_is_used_bytes, … in rtl_crypto_md5_final()
202 return CRYPTO_ProcessAD(pIE, message, msglen, NULL, 0, NULL, 0, pDigest, NULL); in rtl_crypto_hmac_md5_process()
262 …return CRYPTO_ProcessAD(pIE, (const uint8_t *)pIE->hmac_seq_buf, pIE->hmac_seq_buf_is_used_bytes, … in rtl_crypto_hmac_md5_final()
A Drtl8721dhp_crypto_ram.c61 …ret = CRYPTO_ProcessAD(pIE, (u8*)(pIE->hmac_seq_buf), 64, pIV, ivlen, NULL, a2eo, (total_len == r… in CRYPTO_SendSeqBuf()
75 …ret = CRYPTO_ProcessAD(pIE, pIE->hmac_seq_last_message, bodylen, pIV, ivlen, NULL, a2eo, (restlen… in CRYPTO_SendSeqBuf()
88 …ret = CRYPTO_ProcessAD(pIE, (u8*)(pIE->hmac_seq_buf), pIE->hmac_seq_buf_is_used_bytes, pIV, ivlen… in CRYPTO_SendSeqBuf()
774 int CRYPTO_ProcessAD(HAL_CRYPTO_ADAPTER *pIE, in CRYPTO_ProcessAD() function
1084 ret = CRYPTO_ProcessAD(pIE, message, msglen, in CRYPTO_CipherEncryptAD()
1116 ret = CRYPTO_ProcessAD(pIE, message, msglen, piv, ivlen, paad, aadlen, pResult, pTag); in CRYPTO_CipherDecryptAD()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_crypto.h400 _LONG_CALL_ int CRYPTO_ProcessAD(HAL_CRYPTO_ADAPTER *pIE, IN const u8 *message, IN const u32 msglen…

Completed in 8 milliseconds