Searched refs:mbedtls_aes_cmac_prf_128 (Results 1 – 5 of 5) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_cmac.function | 81 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/ |
D | cmac.h | 220 int mbedtls_aes_cmac_prf_128(const unsigned char *key, size_t key_len,
|
/mbedtls-latest/library/ |
D | cmac.c | 387 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/ |
D | benchmark.c | 909 mbedtls_aes_cmac_prf_128(tmp, 16, buf, BUFSIZE, in main()
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 426 …for the AES-CMAC-PRF-128 algorithm from RFC 4615 calculated by `mbedtls_aes_cmac_prf_128` at the t…
|