Searched refs:mbedtls_cmac_context_t (Results 1 – 4 of 4) sorted by relevance
59 struct mbedtls_cmac_context_t struct
270 typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; typedef357 mbedtls_cmac_context_t *cmac_ctx;
187 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_setup()191 cmac_ctx = mbedtls_calloc( 1, sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_cmac_setup()237 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_update()305 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_finish()365 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_reset()
182 sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_free()218 memcpy( dst->cmac_ctx, src->cmac_ctx, sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_clone()
Completed in 9 milliseconds