Home
last modified time | relevance | path

Searched refs:mbedtls_cmac_context_t (Results 1 – 5 of 5) sorted by relevance

/mbedtls-development/tests/include/alt-dummy/
A Dcmac_alt.h22 struct mbedtls_cmac_context_t struct
/mbedtls-development/library/
A Dcmac.c189 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_starts()
214 cmac_ctx = mbedtls_calloc( 1, sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_cmac_starts()
228 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_update()
296 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_finish()
356 mbedtls_cmac_context_t* cmac_ctx; in mbedtls_cipher_cmac_reset()
A Dcipher.c202 sizeof( mbedtls_cmac_context_t ) ); in mbedtls_cipher_free()
/mbedtls-development/include/mbedtls/
A Dcipher.h266 typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; typedef
360 mbedtls_cmac_context_t *MBEDTLS_PRIVATE(cmac_ctx);
A Dcmac.h52 struct mbedtls_cmac_context_t struct

Completed in 10 milliseconds