Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/
H A Dcrypto_v2.c999 u32 aad_tmp_len = 0; in hw_cipher_crypt() local
1020 aad_tmp_len = aad_len + AES_BLOCK_SIZE + padding_size; in hw_cipher_crypt()
1021 aad_tmp_len = ROUNDUP(aad_tmp_len, AES_BLOCK_SIZE); in hw_cipher_crypt()
1022 aad_tmp = align_malloc(aad_tmp_len, in hw_cipher_crypt()
1028 memset(aad_tmp + aad_tmp_len - AES_BLOCK_SIZE, in hw_cipher_crypt()
1039 aad_tmp_len = aad_len; in hw_cipher_crypt()
1043 aad_tmp = align_malloc(aad_tmp_len, in hw_cipher_crypt()
1048 memcpy(aad_tmp, aad, aad_tmp_len); in hw_cipher_crypt()
1051 set_aad_len_reg(key_chn, aad_tmp_len); in hw_cipher_crypt()
1056 aad_desc->src_len = aad_tmp_len; in hw_cipher_crypt()
[all …]