Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dccm.h47 #define MBEDTLS_CCM_DECRYPT 0 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dccm.c424 if (ctx->mode == MBEDTLS_CCM_DECRYPT || \ in mbedtls_ccm_update()
626 return ccm_auth_decrypt(ctx, MBEDTLS_CCM_DECRYPT, length, in mbedtls_ccm_auth_decrypt()
H A Dpsa_crypto_aead.c384 MBEDTLS_CCM_ENCRYPT : MBEDTLS_CCM_DECRYPT, in mbedtls_psa_aead_set_nonce()