Home
last modified time | relevance | path

Searched refs:aes128 (Results 1 - 4 of 4) sorted by relevance

/third_party/openssl/test/
H A Dnamemap_internal_test.c109 const EVP_CIPHER *aes128, *bar; in test_cipherbyname() local
119 aes128 = EVP_get_cipherbyname("AES-128-CBC"); in test_cipherbyname()
120 if (!TEST_ptr(aes128)) in test_cipherbyname()
123 if (!TEST_ptr_eq(aes128, bar)) in test_cipherbyname()
H A Devp_extra_test.c3525 EVP_CIPHER *aes128 = EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL); in md_names() local
3527 if (!TEST_ptr(aes128)) in md_names()
3530 EVP_CIPHER_free(aes128); in md_names()
/third_party/ffmpeg/tools/
H A Dcrypto_bench.c326 DEFINE_GCRYPT_CYPHER_WRAPPER(aes128, AES128, ECB, 16)
392 DEFINE_MBEDCRYPTO_CYPHER_WRAPPER(aes128, aes, AES)
649 IMPL_ALL("AES-128", aes128, "crc:ff6bc888")
/third_party/mbedtls/tests/data_files/
H A DMakefile733 $(OPENSSL) rsa -aes128 -in $< -out $@ -passout "pass:$(keys_rsa_basic_pwd)"
751 $(OPENSSL) rsa -aes128 -in $< -out $@ -passout "pass:$(keys_rsa_basic_pwd)"
769 $(OPENSSL) rsa -aes128 -in $< -out $@ -passout "pass:$(keys_rsa_basic_pwd)"

Completed in 11 milliseconds