Searched refs:tag_len (Results 1 – 10 of 10) sorted by relevance
| /rk3399_ARM-atf/drivers/auth/ |
| H A D | crypto_mod.c | 197 * tag, tag_len: authentication tag in crypto_mod_finish() 203 unsigned int tag_len) 213 assert((tag_len != 0U) && (tag_len <= CRYPTO_MAX_TAG_SIZE)); 217 tag_len); 174 crypto_mod_auth_decrypt(enum crypto_dec_algo dec_algo,void * data_ptr,size_t len,const void * key,unsigned int key_len,unsigned int key_flags,const void * iv,unsigned int iv_len,const void * tag,unsigned int tag_len) crypto_mod_auth_decrypt() argument
|
| /rk3399_ARM-atf/include/drivers/auth/ |
| H A D | crypto_mod.h | 84 unsigned int tag_len); 117 unsigned int tag_len);
|
| /rk3399_ARM-atf/include/tools_share/ |
| H A D | firmware_encrypted.h | 37 uint16_t tag_len; member
|
| /rk3399_ARM-atf/drivers/auth/mbedtls/ |
| H A D | mbedtls_crypto.c | 310 unsigned int tag_len) in aes_gcm_decrypt() argument 370 for (diff = 0, i = 0; i < tag_len; i++) in aes_gcm_decrypt() 393 unsigned int tag_len) in auth_decrypt() argument 402 tag, tag_len); in auth_decrypt()
|
| H A D | mbedtls_psa_crypto.c | 500 unsigned int tag_len) in aes_gcm_decrypt() argument 547 psa_status = psa_aead_verify(&operation, NULL, 0, &output_length, tag, tag_len); in aes_gcm_decrypt() 566 unsigned int tag_len) in auth_decrypt() argument 575 tag, tag_len); in auth_decrypt()
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32_saes.h | 58 int stm32_saes_final(struct stm32_saes_context *ctx, uint8_t *tag, size_t tag_len);
|
| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_encrypted.c | 184 (header.tag_len > ENC_MAX_TAG_SIZE)) { in enc_file_read() 209 header.tag_len); in enc_file_read()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 576 const void *tag, unsigned int tag_len) in stm32_decrypt_aes_gcm() argument 609 for (i = 0U; i < tag_len; i++) { in stm32_decrypt_aes_gcm() 627 unsigned int tag_len) in crypto_auth_decrypt() argument 644 real_iv, sizeof(real_iv), tag, tag_len); in crypto_auth_decrypt()
|
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H A D | encrypt.c | 128 header.tag_len = TAG_SIZE; in gcm_encrypt()
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 267 const void *tag, unsigned int tag_len);
|