Home
last modified time | relevance | path

Searched refs:MBEDTLS_CHACHAPOLY_ENCRYPT (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/library/
Dchachapoly.c101 ctx->mode = MBEDTLS_CHACHAPOLY_ENCRYPT; in mbedtls_chachapoly_init()
114 ctx->mode = MBEDTLS_CHACHAPOLY_ENCRYPT; in mbedtls_chachapoly_free()
211 if( ctx->mode == MBEDTLS_CHACHAPOLY_ENCRYPT ) in mbedtls_chachapoly_update()
324 return( chachapoly_crypt_and_tag( ctx, MBEDTLS_CHACHAPOLY_ENCRYPT, in mbedtls_chachapoly_encrypt_and_tag()
Dpsa_crypto_aead.c439 MBEDTLS_CHACHAPOLY_ENCRYPT : in mbedtls_psa_aead_set_nonce()
Dcipher.c495 ? MBEDTLS_CHACHAPOLY_ENCRYPT in mbedtls_cipher_update_ad()
/third_party/mbedtls/tests/suites/
Dtest_suite_chachapoly.function111 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT )
123 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT )
135 TEST_ASSERT( mbedtls_chachapoly_starts( &ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT )
/third_party/mbedtls/include/mbedtls/
Dchachapoly.h52 MBEDTLS_CHACHAPOLY_ENCRYPT, /**< The mode value for performing encryption. */ enumerator