Searched refs:mbedtls_cmac_context_t (Results 1 – 4 of 4) sorted by relevance
59 struct mbedtls_cmac_context_t { struct
249 typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; typedef354 mbedtls_cmac_context_t *MBEDTLS_PRIVATE(cmac_ctx);
158 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_setup()162 cmac_ctx = mbedtls_calloc(1, sizeof(mbedtls_cmac_context_t)); in mbedtls_cipher_cmac_setup()209 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_update()279 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_finish()337 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_reset()
235 sizeof(mbedtls_cmac_context_t)); in mbedtls_cipher_free()270 memcpy(dst->cmac_ctx, src->cmac_ctx, sizeof(mbedtls_cmac_context_t)); in mbedtls_cipher_clone()