Home
last modified time | relevance | path

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

/openthread-latest/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,
122 TEST_ASSERT((result == mbedtls_cipher_cmac(cipher_info, key, key_size,
/openthread-latest/third_party/mbedtls/repo/library/
Dcmac.c347 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()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcmac.h197 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c713 mbedtls_cipher_cmac(cipher_info, tmp, 192, buf, in main()
902 mbedtls_cipher_cmac(cipher_info, tmp, keysize, in main()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md581 The PSA API also offers functions for a one-shot MAC calculation, similar to `mbedtls_cipher_cmac` …