Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_cmac_starts (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dcmac.h118 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx,
/reactos/dll/3rdparty/mbedtls/
H A Dcmac.c227 int mbedtls_cipher_cmac_starts( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_cmac_starts() function
431 ret = mbedtls_cipher_cmac_starts( &ctx, key, keylen ); in mbedtls_cipher_cmac()