Searched refs:mbedtls_cipher_cmac (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | cmac.h | 165 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | cmac.c | 390 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info, in mbedtls_cipher_cmac() function 455 ret = mbedtls_cipher_cmac( cipher_info, zero_key, 128, key, in mbedtls_aes_cmac_prf_128() 461 ret = mbedtls_cipher_cmac( cipher_info, int_key, 128, input, in_len, in mbedtls_aes_cmac_prf_128() 869 if( ( ret = mbedtls_cipher_cmac( cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 441 mbedtls_cipher_cmac( cipher_info, tmp, 192, buf, in main() 577 mbedtls_cipher_cmac( cipher_info, tmp, keysize, in main()
|
Completed in 7 milliseconds