Searched refs:new_aad_len (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 550 u8 **new_aad, u32 *new_aad_len, in rkce_build_ccm_aad() argument 594 *new_aad_len = aad_tmp_len; in rkce_build_ccm_aad() 801 u32 new_aad_len = 0, new_iv_len = 0; in rk_crypto_cipher() local 807 &new_aad, &new_aad_len, in rk_crypto_cipher() 812 ret = rk_set_symm_td_sg(hw_ctx->td_aad, new_aad, new_aad_len, NULL, 0); in rk_crypto_cipher() 818 hw_ctx->td_buf->gcm_len.aad_len_l = new_aad_len; in rk_crypto_cipher() 825 crypto_flush_cacheline((ulong)new_aad, new_aad_len); in rk_crypto_cipher()
|