Home
last modified time | relevance | path

Searched refs:rest_bytes (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.c52 int rest_bytes = 64 - buf_pos; in CRYPTO_SendSeqBuf() local
55 if ( total_len < rest_bytes ) { //store into seq buf in CRYPTO_SendSeqBuf()
60 …emcpy((void*)(&pIE->hmac_seq_buf[buf_pos]), (const void*)(pIE->hmac_seq_last_message), rest_bytes); in CRYPTO_SendSeqBuf()
61 …E, (u8*)(pIE->hmac_seq_buf), 64, pIV, ivlen, NULL, a2eo, (total_len == rest_bytes)?pDigest:NULL, N… in CRYPTO_SendSeqBuf()
67 total_len -= rest_bytes; in CRYPTO_SendSeqBuf()
69 pIE->hmac_seq_last_message += rest_bytes; in CRYPTO_SendSeqBuf()

Completed in 4 milliseconds