Lines Matching refs:ad
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()
1574 iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_decrypt()
1590 iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_decrypt()
1612 iv, ad, ad_len, tag, input, output); in mbedtls_cipher_aead_decrypt()
1632 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_auth_encrypt_ext() argument
1655 (void) ad; in mbedtls_cipher_auth_encrypt_ext()
1668 int ret = mbedtls_cipher_aead_encrypt(ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_encrypt_ext()
1683 const unsigned char *ad, size_t ad_len, in mbedtls_cipher_auth_decrypt_ext() argument
1706 (void) ad; in mbedtls_cipher_auth_decrypt_ext()
1719 return mbedtls_cipher_aead_decrypt(ctx, iv, iv_len, ad, ad_len, in mbedtls_cipher_auth_decrypt_ext()