D | cipher.c | 255 const unsigned char *ad, size_t ad_len ) in mbedtls_cipher_update_ad() argument 263 ctx->iv, ctx->iv_size, ad, ad_len ); in mbedtls_cipher_update_ad() 843 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_auth_encrypt() argument 853 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_auth_encrypt() 862 iv, iv_len, ad, ad_len, input, output, in mbedtls_cipher_auth_encrypt() 875 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_auth_decrypt() argument 887 iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_decrypt() 903 iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_decrypt()
|