Searched refs:mbedtls_cipher_cmac (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | cmac.h | 211 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | cmac.c | 382 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac() function 447 ret = mbedtls_cipher_cmac( cipher_info, zero_key, 128, key, in mbedtls_aes_cmac_prf_128() 453 ret = mbedtls_cipher_cmac( cipher_info, int_key, 128, input, in_len, in mbedtls_aes_cmac_prf_128() 874 if( ( ret = mbedtls_cipher_cmac( cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
|
Completed in 4 milliseconds