Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcmac.c177 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_starts()
203 cmac_ctx = mbedtls_calloc(1, sizeof(mbedtls_cmac_context_t)); in mbedtls_cipher_cmac_starts()
218 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_update()
284 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_finish()
341 mbedtls_cmac_context_t *cmac_ctx; in mbedtls_cipher_cmac_reset()
Dcipher.c175 sizeof(mbedtls_cmac_context_t)); in mbedtls_cipher_free()
/third_party/mbedtls/include/mbedtls/
Dcipher.h261 typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; typedef
353 mbedtls_cmac_context_t *MBEDTLS_PRIVATE(cmac_ctx);
Dcmac.h52 struct mbedtls_cmac_context_t { struct
/third_party/mbedtls/tests/include/alt-dummy/
Dcmac_alt.h22 struct mbedtls_cmac_context_t { struct