Home
last modified time | relevance | path

Searched defs:aad (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_ce.c548 static int rkce_build_ccm_aad(const u8 *aad, u32 aad_len, u32 data_len, in rkce_build_ccm_aad()
753 const u8 *aad, u32 aad_len, u8 *tag) in rk_crypto_cipher()
907 const u8 *in, u32 len, const u8 *aad, u32 aad_len, in rockchip_crypto_ae()
H A Dcrypto_v2.c982 const u8 *aad, u32 aad_len, in hw_cipher_crypt()
1370 const u8 *in, u32 len, const u8 *aad, u32 aad_len, in rk_crypto_ae()
1401 const u8 *in, u32 len, const u8 *aad, u32 aad_len, in rockchip_crypto_ae()
/rk3399_rockchip-uboot/drivers/crypto/
H A Dcrypto-uclass.c336 const u8 *in, u32 len, const u8 *aad, u32 aad_len, in crypto_ae()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c47 const u8 *aad; member
385 u8 aad[128], tag[16]; in test_cipher_perf() local