Searched refs:mbedtls_cipher_auth_decrypt_ext (Results 1 – 9 of 9) sorted by relevance
344 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &key->ctx, in mbedtls_ssl_ticket_parse()
1620 int mbedtls_cipher_auth_decrypt_ext( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
1433 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
1108 int mbedtls_cipher_auth_decrypt_ext( mbedtls_cipher_context_t *ctx,
326 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and339 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,
Completed in 34 milliseconds