Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_cmac_finish (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dcmac.h86 * CMAC computation, use mbedtls_cipher_cmac_finish().
119 * call mbedtls_cipher_cmac_finish() to obtain the result
149 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx,
157 * operation with mbedtls_cipher_cmac_finish().
/third_party/mbedtls/library/
H A Dpsa_crypto_mac.c379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp); in psa_mac_finish_internal()
H A Dcmac.c268 int mbedtls_cipher_cmac_finish(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_finish() function
375 ret = mbedtls_cipher_cmac_finish(&ctx, output); in mbedtls_cipher_cmac()

Completed in 4 milliseconds