Searched refs:MBEDTLS_CHACHAPOLY_ENCRYPT (Results 1 – 2 of 2) sorted by relevance
123 if (mode == MBEDTLS_CHACHAPOLY_ENCRYPT) { in chachapoly_crypt_and_tag()141 if (mode == MBEDTLS_CHACHAPOLY_ENCRYPT) { in chachapoly_crypt_and_tag()197 return( chachapoly_crypt_and_tag( MBEDTLS_CHACHAPOLY_ENCRYPT, in mbedtls_chachapoly_encrypt_and_tag()
39 MBEDTLS_CHACHAPOLY_ENCRYPT, /**< The mode value for performing encryption. */ enumerator