Searched defs:EVP_CipherInit_ex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp_enc.c100 return EVP_CipherInit_ex(ctx,cipher,NULL,key,iv,enc);
103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, function
292 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
304 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
/external/openssl/crypto/evp/
H A Devp_enc.c100 return EVP_CipherInit_ex(ctx,cipher,NULL,key,iv,enc);
103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, function
292 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
304 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);

Completed in 28 milliseconds