Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcmac.h59 struct mbedtls_cmac_context_t { struct
H A Dcipher.h249 typedef struct mbedtls_cmac_context_t mbedtls_cmac_context_t; typedef
354 mbedtls_cmac_context_t *MBEDTLS_PRIVATE(cmac_ctx);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcmac.c158 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()
H A Dcipher.c235 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()