Searched refs:mbedtls_cipher_cmac (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_cmac.function | 57 TEST_ASSERT(mbedtls_cipher_cmac(NULL, 63 TEST_ASSERT(mbedtls_cipher_cmac(cipher_info, 69 TEST_ASSERT(mbedtls_cipher_cmac(cipher_info, 75 TEST_ASSERT(mbedtls_cipher_cmac(cipher_info, 116 TEST_ASSERT((result == mbedtls_cipher_cmac(cipher_info, key, key_size,
|
/mbedtls-3.5.0/library/ |
D | cmac.c | 359 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac() function 425 ret = mbedtls_cipher_cmac(cipher_info, zero_key, 128, key, in mbedtls_aes_cmac_prf_128() 432 ret = mbedtls_cipher_cmac(cipher_info, int_key, 128, input, in_len, in mbedtls_aes_cmac_prf_128() 858 if ((ret = mbedtls_cipher_cmac(cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
|
/mbedtls-3.5.0/include/mbedtls/ |
D | cmac.h | 190 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
|
/mbedtls-3.5.0/programs/test/ |
D | benchmark.c | 685 mbedtls_cipher_cmac(cipher_info, tmp, 192, buf, in main() 810 mbedtls_cipher_cmac(cipher_info, tmp, keysize, in main()
|