Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_cmac (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcmac.h165 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
/AliOS-Things-master/components/mbedtls/library/
A Dcmac.c390 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 Dbenchmark.c441 mbedtls_cipher_cmac( cipher_info, tmp, 192, buf, in main()
577 mbedtls_cipher_cmac( cipher_info, tmp, keysize, in main()

Completed in 7 milliseconds