Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_cmac.function81 TEST_ASSERT(mbedtls_aes_cmac_prf_128(NULL, 16,
86 TEST_ASSERT(mbedtls_aes_cmac_prf_128(test_key, 16,
91 TEST_ASSERT(mbedtls_aes_cmac_prf_128(test_key, 16,
/mbedtls-latest/include/mbedtls/
Dcmac.h220 int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_len,
/mbedtls-latest/library/
Dcmac.c387 int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_length, in mbedtls_aes_cmac_prf_128() function
898 ret = mbedtls_aes_cmac_prf_128(PRFK, PRFKlen[i], PRFM, 20, output); in test_aes128_cmac_prf()
/mbedtls-latest/programs/test/
Dbenchmark.c909 mbedtls_aes_cmac_prf_128(tmp, 16, buf, BUFSIZE, in main()
/mbedtls-latest/docs/
Dpsa-transition.md426 …for the AES-CMAC-PRF-128 algorithm from RFC 4615 calculated by `mbedtls_aes_cmac_prf_128` at the t…