Home
last modified time | relevance | path

Searched refs:MBEDTLS_CHACHAPOLY_DECRYPT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c125 } else if (mode == MBEDTLS_CHACHAPOLY_DECRYPT) { in chachapoly_crypt_and_tag()
157 if (mode == MBEDTLS_CHACHAPOLY_DECRYPT) { in chachapoly_crypt_and_tag()
230 if ( (ret = chachapoly_crypt_and_tag( MBEDTLS_CHACHAPOLY_DECRYPT, in mbedtls_chachapoly_auth_decrypt()
/trusted-firmware-m-latest/interface/include/mbedtls/
Dchachapoly.h40 MBEDTLS_CHACHAPOLY_DECRYPT /**< The mode value for performing decryption. */ enumerator