Searched refs:mbedtls_cipher_cmac (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | cmac.h | 210 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | cmac.c | 355 int mbedtls_cipher_cmac(const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac() function 421 ret = mbedtls_cipher_cmac(cipher_info, zero_key, 128, key, in mbedtls_aes_cmac_prf_128() 428 ret = mbedtls_cipher_cmac(cipher_info, int_key, 128, input, in_len, in mbedtls_aes_cmac_prf_128() 858 if ((ret = mbedtls_cipher_cmac(cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
|