Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp31 #define TEST_EVP_CIPHER EVP_aes_256_cbc() macro
50 uint8_t key[EVP_CIPHER_key_length(TEST_EVP_CIPHER)]; in android_security_cts_EncryptionTest_aesIsFast()
51 uint8_t iv[EVP_CIPHER_iv_length(TEST_EVP_CIPHER)]; in android_security_cts_EncryptionTest_aesIsFast()
58 if (!EVP_DecryptInit(&ctx, TEST_EVP_CIPHER, key, iv)) { in android_security_cts_EncryptionTest_aesIsFast()
65 EVP_CIPHER_block_size(TEST_EVP_CIPHER)]; in android_security_cts_EncryptionTest_aesIsFast()