Searched refs:EVP_EncryptInit (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/evp/ |
D | evp_enc.c | 253 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() function
|
D | evp.h | 537 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
|
/external/openssl/crypto/engine/ |
D | README | 26 EVP_EncryptInit(&ctx, cipher, key, iv); 32 EVP_EncryptInit(&ctx, cipher, key, iv);
|
/external/openssl/include/openssl/ |
D | evp.h | 537 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
|