Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Devp_enc.c85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
256 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
268 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
Devp.h555 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
/external/tcpdump/
Dprint-esp.c476 if (EVP_CipherInit(&ctx, sa->evp, secret, NULL, 0) < 0) in esp_print()
482 EVP_CipherInit(&ctx, NULL, NULL, p, 0); in esp_print()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1249 if (!EVP_CipherInit(&ctx, e, NULL, NULL, enc)) in evp_crypt()
1267 if (!EVP_CipherInit(&ctx, NULL, (u_char *) key->v, in evp_crypt()
1276 if (!EVP_CipherInit(&ctx, e, (u_char *) key->v, in evp_crypt()
/external/openssl/include/openssl/
Devp.h555 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
/external/openssl/ssl/
Dkssl.c2078 if (!EVP_CipherInit(&ciph_ctx,enc,kssl_ctx->key,iv,0)) in kssl_check_authent()