Searched refs:mbedtls_cipher_cmac (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.7.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, 122 TEST_ASSERT((result == mbedtls_cipher_cmac(cipher_info, key, key_size,
|
/mbedtls-3.7.0/library/ |
D | cmac.c | 347 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac() function 413 ret = mbedtls_cipher_cmac(cipher_info, zero_key, 128, key, in mbedtls_aes_cmac_prf_128() 420 ret = mbedtls_cipher_cmac(cipher_info, int_key, 128, input, in_len, in mbedtls_aes_cmac_prf_128() 850 if ((ret = mbedtls_cipher_cmac(cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
|
/mbedtls-3.7.0/include/mbedtls/ |
D | cmac.h | 197 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
|
/mbedtls-3.7.0/programs/test/ |
D | benchmark.c | 713 mbedtls_cipher_cmac(cipher_info, tmp, 192, buf, in main() 902 mbedtls_cipher_cmac(cipher_info, tmp, keysize, in main()
|
/mbedtls-3.7.0/docs/ |
D | psa-transition.md | 581 The PSA API also offers functions for a one-shot MAC calculation, similar to `mbedtls_cipher_cmac` …
|