Searched refs:mbedtls_cipher_auth_decrypt_ext (Results 1 – 7 of 7) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | ssl_ticket.c | 341 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &key->ctx, in mbedtls_ssl_ticket_parse()
|
| D | cipher.c | 1587 int mbedtls_cipher_auth_decrypt_ext( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_auth_decrypt_ext() function
|
| D | ssl_msg.c | 1151 if( ( ret = mbedtls_cipher_auth_decrypt_ext( &transform->cipher_ctx_dec, in mbedtls_ssl_decrypt_buf()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/ |
| D | cipher.h | 1148 int mbedtls_cipher_auth_decrypt_ext( mbedtls_cipher_context_t *ctx,
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/suites/ |
| D | test_suite_cipher.function | 902 ret = mbedtls_cipher_auth_decrypt_ext( &ctx, iv->x, iv->len, 917 ret = mbedtls_cipher_auth_decrypt_ext( &ctx, iv->x, iv->len,
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/docs/ |
| D | 3.0-migration-guide.md | 403 `mbedtls_cipher_auth_encrypt_ext()` and `mbedtls_cipher_auth_decrypt_ext()`
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/ |
| D | ChangeLog | 770 mbedtls_cipher_auth_decrypt_ext() instead. Credit to OSS-Fuzz and 783 mbedtls_cipher_auth_decrypt_ext(). Please note that with AEAD ciphers,
|