/external/chromium_org/third_party/openssl/openssl/ssl/ |
t1_enc.c | 517 EVP_CipherInit_ex(cipher_ctx, cipher, NULL /* engine */, key, 522 EVP_CipherInit_ex(cipher_ctx, cipher, NULL /* engine */, key, iv, !is_read); [all...] |
s3_enc.c | 376 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
|
/external/openssl/ssl/ |
t1_enc.c | 538 printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n"); 548 EVP_CipherInit_ex(dd,c,NULL,key,NULL,(which & SSL3_CC_WRITE)); 552 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE)); [all...] |
s3_enc.c | 376 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 150 !EVP_CipherInit_ex(&ctx, EVP_rc4(), NULL, NULL, NULL, 1) || 152 !EVP_CipherInit_ex(&ctx, NULL, NULL, key, NULL, 1))
|
/libcore/crypto/src/test/java/org/conscrypt/ |
NativeCryptoTest.java | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp.h | 601 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
evp.h | 601 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, [all...] |
/external/openssl/crypto/evp/ |
evp.h | 601 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, [all...] |
/external/openssl/include/openssl/ |
evp.h | 601 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |