Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Daes.c1754 const unsigned char *aes_tests; in mbedtls_aes_self_test() local
1795 aes_tests = aes_test_ecb_dec[u]; in mbedtls_aes_self_test()
1800 aes_tests = aes_test_ecb_enc[u]; in mbedtls_aes_self_test()
1825 if( memcmp( buf, aes_tests, 16 ) != 0 ) in mbedtls_aes_self_test()
1859 aes_tests = aes_test_cbc_dec[u]; in mbedtls_aes_self_test()
1864 aes_tests = aes_test_cbc_enc[u]; in mbedtls_aes_self_test()
1899 if( memcmp( buf, aes_tests, 16 ) != 0 ) in mbedtls_aes_self_test()
1950 aes_tests = aes_test_cfb128_pt; in mbedtls_aes_self_test()
1955 aes_tests = aes_test_cfb128_ct[u]; in mbedtls_aes_self_test()
1962 if( memcmp( buf, aes_tests, 64 ) != 0 ) in mbedtls_aes_self_test()
[all …]