| H A D | cipher.c | 572 const unsigned char *ad, size_t ad_len) in mbedtls_cipher_update_ad() argument 590 ad, ad_len); in mbedtls_cipher_update_ad() 611 ad, ad_len); in mbedtls_cipher_update_ad() 1452 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_encrypt() argument 1478 ad, ad_len, in mbedtls_cipher_aead_encrypt() 1494 ilen, iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_encrypt() 1502 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_aead_encrypt() 1516 ilen, iv, ad, ad_len, input, output, tag); in mbedtls_cipher_aead_encrypt() 1529 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_decrypt() argument 1555 ad, ad_len, in mbedtls_cipher_aead_decrypt() [all …]
|