Searched refs:mbedtls_cmac_context_t (Results 1 – 4 of 4) sorted by relevance
182 typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; typedef252 mbedtls_cmac_context_t *cmac_ctx;
45 struct mbedtls_cmac_context_t struct
206 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_starts()231 cmac_ctx = mbedtls_calloc( 1, sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_cmac_starts()245 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_update()312 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_finish()372 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_reset()
144 mbedtls_zeroize( ctx->cmac_ctx, sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_free()