Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/crypto/
A Drtl8721dhp_crypto_ram.c53 int bodylen, restlen; in CRYPTO_SendSeqBuf() local
73 bodylen = total_len - restlen; in CRYPTO_SendSeqBuf()
74 if ( bodylen > 0 ) { // there are 64x messages in CRYPTO_SendSeqBuf()
75 …ret = CRYPTO_ProcessAD(pIE, pIE->hmac_seq_last_message, bodylen, pIV, ivlen, NULL, a2eo, (restlen… in CRYPTO_SendSeqBuf()
77 pIE->hmac_seq_last_message += bodylen; in CRYPTO_SendSeqBuf()

Completed in 3 milliseconds