Home
last modified time | relevance | path

Searched refs:ad_len (Results 1 – 3 of 3) sorted by relevance

/mbedtls-development/include/mbedtls/
A Dccm.h181 const unsigned char *ad, size_t ad_len,
230 const unsigned char *ad, size_t ad_len,
267 const unsigned char *ad, size_t ad_len,
313 const unsigned char *ad, size_t ad_len,
414 size_t ad_len );
A Dcipher.h834 const unsigned char *ad, size_t ad_len );
1018 const unsigned char *ad, size_t ad_len,
1074 const unsigned char *ad, size_t ad_len,
/mbedtls-development/library/
A Dcipher.c483 const unsigned char *ad, size_t ad_len ) in mbedtls_cipher_update_ad() argument
486 CIPHER_VALIDATE_RET( ad_len == 0 || ad != NULL ); in mbedtls_cipher_update_ad()
504 ad, ad_len ) ); in mbedtls_cipher_update_ad()
1380 ad, ad_len, in mbedtls_cipher_aead_encrypt()
1460 ad, ad_len, in mbedtls_cipher_aead_decrypt()
1479 iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_decrypt()
1495 iv, iv_len, ad, ad_len, in mbedtls_cipher_aead_decrypt()
1544 CIPHER_VALIDATE_RET( ad_len == 0 || ad != NULL ); in mbedtls_cipher_auth_encrypt_ext()
1562 if( iv_len != 0 || tag_len != 0 || ad_len != 0 ) in mbedtls_cipher_auth_encrypt_ext()
1600 CIPHER_VALIDATE_RET( ad_len == 0 || ad != NULL ); in mbedtls_cipher_auth_decrypt_ext()
[all …]

Completed in 8 milliseconds