Home
last modified time | relevance | path

Searched refs:mbedtls_chachapoly_update_aad (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dchachapoly.h214 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dchachapoly.c169 int mbedtls_chachapoly_update_aad( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_update_aad() function
294 ret = mbedtls_chachapoly_update_aad( ctx, aad, aad_len ); in chachapoly_crypt_and_tag()
A Dcipher.c520 return( mbedtls_chachapoly_update_aad( (mbedtls_chachapoly_context*) ctx->cipher_ctx, in mbedtls_cipher_update_ad()

Completed in 7 milliseconds