| 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() 1475 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_encrypt() argument 1501 ad, ad_len, in mbedtls_cipher_aead_encrypt() 1517 ilen, iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_encrypt() 1525 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_aead_encrypt() 1539 ilen, iv, ad, ad_len, input, output, tag); in mbedtls_cipher_aead_encrypt() 1552 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_aead_decrypt() argument 1578 ad, ad_len, in mbedtls_cipher_aead_decrypt() [all …]
|