Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcmac.h143 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx,
/optee_os/lib/libmbedtls/core/
H A Dcmac.c65 if (mbedtls_cipher_cmac_update(&c->cipher_ctx, data, len)) in mbed_cmac_update()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcmac.c206 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_update() function
378 ret = mbedtls_cipher_cmac_update(&ctx, input, ilen); in mbedtls_cipher_cmac()
H A Dpsa_crypto_mac.c353 mbedtls_cipher_cmac_update(&operation->ctx.cmac, in mbedtls_psa_mac_update()