Searched refs:EVP_CipherInit (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/evp/ |
D | evp_enc.c | 85 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()
|
D | evp.h | 555 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
|
/external/tcpdump/ |
D | print-esp.c | 476 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/ |
D | crypto_openssl.c | 1249 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/ |
D | evp.h | 555 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
|
/external/openssl/ssl/ |
D | kssl.c | 2078 if (!EVP_CipherInit(&ciph_ctx,enc,kssl_ctx->key,iv,0)) in kssl_check_authent()
|