Home
last modified time | relevance | path

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

/external/openssh/
Dcipher-3des1.c80 if (EVP_CipherInit(&c->k1, EVP_des_cbc(), k1, NULL, enc) == 0 || in ssh1_3des_init()
81 EVP_CipherInit(&c->k2, EVP_des_cbc(), k2, NULL, !enc) == 0 || in ssh1_3des_init()
82 EVP_CipherInit(&c->k3, EVP_des_cbc(), k3, NULL, enc) == 0) { in ssh1_3des_init()
Dcipher.c379 if (EVP_CipherInit(cc->evp, type, NULL, (u_char *)iv, in cipher_init()
397 if (EVP_CipherInit(cc->evp, NULL, (u_char *)key, NULL, -1) == 0) { in cipher_init()
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c597 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
607 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
612 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
/external/boringssl/src/include/openssl/
Dcipher.h388 OPENSSL_EXPORT int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/external/tcpdump/
Dprint-esp.c177 return EVP_CipherInit(ctx, cipher, key, iv, enc); in set_cipher_parameters()
Dconfigure.in950 # You Can't Do That with EVP_CipherInit(),
951 # because a call to EVP_CipherInit() will
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c1273 if (!EVP_CipherInit(&ctx, e, NULL, NULL, enc)) in evp_crypt()
1291 if (!EVP_CipherInit(&ctx, NULL, (u_char *) key->v, in evp_crypt()
1301 if (!EVP_CipherInit(&ctx, e, (u_char *) key->v, in evp_crypt()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list965 EVP_CipherInit
DBoringSSL-GRPC.podspec2517 '#define EVP_CipherInit GRPC_SHADOW_EVP_CipherInit',
/external/u-boot/tools/
Dmxsimage.c214 ret = EVP_CipherInit(ctx, EVP_aes_128_cbc(), ictx->image_key, iv, enc); in sb_aes_init()
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h993 #define EVP_CipherInit GRPC_SHADOW_EVP_CipherInit macro