Searched refs:mbedtls_cipher_cmac_update (Results 1 – 4 of 4) sorted by relevance
143 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx,
65 if (mbedtls_cipher_cmac_update(&c->cipher_ctx, data, len)) in mbed_cmac_update()
206 int mbedtls_cipher_cmac_update(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_update() function378 ret = mbedtls_cipher_cmac_update(&ctx, input, ilen); in mbedtls_cipher_cmac()
353 mbedtls_cipher_cmac_update(&operation->ctx.cmac, in mbedtls_psa_mac_update()