Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dcmac.c160 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_starts() local
186 cmac_ctx = mbedtls_calloc(1, sizeof(mbedtls_cmac_context_t)); in mbedtls_cipher_cmac_starts()
187 if (cmac_ctx == NULL) { in mbedtls_cipher_cmac_starts()
191 ctx->cmac_ctx = cmac_ctx; in mbedtls_cipher_cmac_starts()
193 mbedtls_platform_zeroize(cmac_ctx->state, sizeof(cmac_ctx->state)); in mbedtls_cipher_cmac_starts()
201 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_update() local
207 ctx->cmac_ctx == NULL) { in mbedtls_cipher_cmac_update()
211 cmac_ctx in mbedtls_cipher_cmac_update()
271 mbedtls_cmac_context_t *cmac_ctx; mbedtls_cipher_cmac_finish() local
329 mbedtls_cmac_context_t *cmac_ctx; mbedtls_cipher_cmac_reset() local
[all...]
H A Dcipher.c232 if (ctx->cmac_ctx) { in mbedtls_cipher_free()
233 mbedtls_zeroize_and_free(ctx->cmac_ctx, in mbedtls_cipher_free()
/third_party/mbedtls/include/mbedtls/
H A Dcipher.h354 mbedtls_cmac_context_t *MBEDTLS_PRIVATE(cmac_ctx);

Completed in 6 milliseconds