Home
last modified time | relevance | path

Searched refs:mbedtls_ccm_auth_decrypt (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dccm.h259 int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dccm.c620 int mbedtls_ccm_auth_decrypt(mbedtls_ccm_context *ctx, size_t length, in mbedtls_ccm_auth_decrypt() function
732 ret = mbedtls_ccm_auth_decrypt(&ctx, msg_len_test_data[i], in mbedtls_ccm_self_test()
H A Dpsa_crypto_aead.c259 mbedtls_ccm_auth_decrypt(&operation.ctx.ccm, in mbedtls_psa_aead_decrypt()
H A Dcipher.c1589 ret = mbedtls_ccm_auth_decrypt(ctx->cipher_ctx, ilen, in mbedtls_cipher_aead_decrypt()