Searched refs:tag_len (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 50 u32 tag_len; member 147 .tag_len = sizeof(tag_val), \ 560 memcmp(test_data->tag, tag, test_data->tag_len) != 0) { in test_cipher_result() 562 dump_hex("expect", test_data->tag, test_data->tag_len); in test_cipher_result() 563 dump_hex("actual", tag, test_data->tag_len); in test_cipher_result()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 237 static inline void get_tag_from_reg(u32 chn, u8 *tag, u32 tag_len) in get_tag_from_reg() argument 242 for (i = 0; i < tag_len / 4; i++, chn_base += 4) in get_tag_from_reg() 983 u8 *tag, u32 tag_len, u32 mode) in hw_cipher_crypt() argument 1082 ccm_compose_aad_iv(aad_tmp, tmp_len, aad_len, tag_len); in hw_cipher_crypt()
|
| H A D | crypto_ce.c | 558 u32 tag_len = AES_BLOCK_SIZE; in rkce_build_ccm_aad() local 588 hw_compose_ccm_aad_iv(aad_tmp, data_len, aad_len, tag_len); in rkce_build_ccm_aad()
|