Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dchachapoly.c88 ctx->mode = MBEDTLS_CHACHAPOLY_ENCRYPT; in mbedtls_chachapoly_init()
102 ctx->mode = MBEDTLS_CHACHAPOLY_ENCRYPT; in mbedtls_chachapoly_free()
190 if (ctx->mode == MBEDTLS_CHACHAPOLY_ENCRYPT) { in mbedtls_chachapoly_update()
297 return chachapoly_crypt_and_tag(ctx, MBEDTLS_CHACHAPOLY_ENCRYPT, in mbedtls_chachapoly_encrypt_and_tag()
Dpsa_crypto_aead.c420 MBEDTLS_CHACHAPOLY_ENCRYPT : in mbedtls_psa_aead_set_nonce()
Dcipher.c500 ? MBEDTLS_CHACHAPOLY_ENCRYPT in mbedtls_cipher_update_ad()
/third_party/mbedtls/tests/suites/
Dtest_suite_chachapoly.function121 TEST_ASSERT(mbedtls_chachapoly_starts(&ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT)
133 TEST_ASSERT(mbedtls_chachapoly_starts(&ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT)
145 TEST_ASSERT(mbedtls_chachapoly_starts(&ctx, nonce, MBEDTLS_CHACHAPOLY_ENCRYPT)
/third_party/mbedtls/include/mbedtls/
Dchachapoly.h51 MBEDTLS_CHACHAPOLY_ENCRYPT, /**< The mode value for performing encryption. */ enumerator