Searched refs:mbedtls_cipher_cmac (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A 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,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A 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,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A 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()
|
/aosp_15_r20/external/mbedtls/library/ |
H A 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | cmac.h | 197 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | cmac.h | 197 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 698 mbedtls_cipher_cmac(cipher_info, tmp, 192, buf, in main() 823 mbedtls_cipher_cmac(cipher_info, tmp, keysize, in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 713 mbedtls_cipher_cmac(cipher_info, tmp, 192, buf, in main() 902 mbedtls_cipher_cmac(cipher_info, tmp, keysize, in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 581 The PSA API also offers functions for a one-shot MAC calculation, similar to `mbedtls_cipher_cmac` …
|