Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dchachapoly.h42 mbedtls_chachapoly_mode_t; typedef
54mbedtls_chachapoly_mode_t MBEDTLS_PRIVATE(mode); /**< Cipher mode (encrypt or decrypt). */
156 mbedtls_chachapoly_mode_t mode);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c62 mbedtls_chachapoly_mode_t mode ) in mbedtls_chachapoly_starts()
102 static int chachapoly_crypt_and_tag( mbedtls_chachapoly_mode_t mode, in chachapoly_crypt_and_tag()