Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dcmac.c113 static int cmac_generate_subkeys(mbedtls_cipher_context_t *ctx, in cmac_generate_subkeys() function
303 cmac_generate_subkeys(ctx, K1, K2); in mbedtls_cipher_cmac_finish()
795 ret = cmac_generate_subkeys(&ctx, K1, K2); in cmac_test_subkeys()