Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dchachapoly.c77 ctx->mode = MBEDTLS_CHACHAPOLY_ENCRYPT; in mbedtls_chachapoly_init()
91 ctx->mode = MBEDTLS_CHACHAPOLY_ENCRYPT; in mbedtls_chachapoly_free()
179 if (ctx->mode == MBEDTLS_CHACHAPOLY_ENCRYPT) { in mbedtls_chachapoly_update()
286 return chachapoly_crypt_and_tag(ctx, MBEDTLS_CHACHAPOLY_ENCRYPT, in mbedtls_chachapoly_encrypt_and_tag()
H A Dpsa_crypto_aead.c404 MBEDTLS_CHACHAPOLY_ENCRYPT : in mbedtls_psa_aead_set_nonce()
H A Dcipher.c600 ? MBEDTLS_CHACHAPOLY_ENCRYPT in mbedtls_cipher_update_ad()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dchachapoly.h39 MBEDTLS_CHACHAPOLY_ENCRYPT, /**< The mode value for performing encryption. */ enumerator