Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cmac.function57 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,
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dcmac.h198 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dcmac.c373 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac() function
438 ret = mbedtls_cipher_cmac( cipher_info, zero_key, 128, key, in mbedtls_aes_cmac_prf_128()
444 ret = mbedtls_cipher_cmac( cipher_info, int_key, 128, input, in_len, in mbedtls_aes_cmac_prf_128()
865 if( ( ret = mbedtls_cipher_cmac( cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
/openthread-3.6.0/third_party/mbedtls/repo/programs/test/
Dbenchmark.c483 mbedtls_cipher_cmac( cipher_info, tmp, 192, buf, in main()
619 mbedtls_cipher_cmac( cipher_info, tmp, keysize, in main()