Searched refs:EVP_EncryptInit_ex (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Dp_seal.c77 if(!EVP_EncryptInit_ex(ctx,type,NULL,NULL,NULL)) return 0;
86 if(!EVP_EncryptInit_ex(ctx,NULL,NULL,key,iv)) return 0;
114 i = EVP_EncryptInit_ex(ctx,NULL,NULL,NULL,NULL);
H A Devp_test.c163 if(!EVP_EncryptInit_ex(&ctx,c,NULL,key,iv))
H A Devp_enc.c289 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, function
H A Devp.h582 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
/external/openssl/crypto/evp/
H A Dp_seal.c77 if(!EVP_EncryptInit_ex(ctx,type,NULL,NULL,NULL)) return 0;
86 if(!EVP_EncryptInit_ex(ctx,NULL,NULL,key,iv)) return 0;
114 i = EVP_EncryptInit_ex(ctx,NULL,NULL,NULL,NULL);
H A Devp_test.c163 if(!EVP_EncryptInit_ex(&ctx,c,NULL,key,iv))
H A Devp_enc.c289 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, function
/external/chromium_org/third_party/openssl/openssl/crypto/cmac/
H A Dcmac.c180 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
187 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
197 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
206 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
307 return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
/external/openssl/crypto/cmac/
H A Dcmac.c180 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
187 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
197 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
206 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
307 return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_encrypter_openssl.cc49 if (EVP_EncryptInit_ex(ctx_.get(), EVP_aes_128_gcm(), NULL, key_,
84 if (EVP_EncryptInit_ex(
H A Daes_128_gcm_12_decrypter_openssl.cc33 if (EVP_EncryptInit_ex(ctx_.get(), EVP_aes_128_gcm(), NULL, key_,
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds2_enc.c106 EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]),
H A Dd1_clnt.c1141 ** EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,NULL);
1144 ** EVP_EncryptInit_ex(&ciph_ctx,NULL, key,iv);
1148 EVP_EncryptInit_ex(&ciph_ctx,enc, NULL,
H A Dd1_srvr.c1658 EVP_EncryptInit_ex(&ctx, EVP_aes_128_cbc(), NULL,
/external/openssl/ssl/
H A Ds2_enc.c106 EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]),
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dn_pkey.c222 if (!EVP_EncryptInit_ex(&ctx,EVP_rc4(),NULL,key,NULL))
/external/openssl/crypto/asn1/
H A Dn_pkey.c222 if (!EVP_EncryptInit_ex(&ctx,EVP_rc4(),NULL,key,NULL))
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c223 if (EVP_EncryptInit_ex(ctx, type, NULL, key, NULL) != 1) {
411 if (!EVP_EncryptInit_ex(&ctx->enc, cipher, NULL, NULL, NULL) ||
413 !EVP_EncryptInit_ex(&ctx->enc, NULL, NULL, key, iv)) {
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c223 if (EVP_EncryptInit_ex(ctx, type, NULL, key, NULL) != 1) {
411 if (!EVP_EncryptInit_ex(&ctx->enc, cipher, NULL, NULL, NULL) ||
413 !EVP_EncryptInit_ex(&ctx->enc, NULL, NULL, key, iv)) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c223 if (EVP_EncryptInit_ex(ctx, type, NULL, key, NULL) != 1) {
411 if (!EVP_EncryptInit_ex(&ctx->enc, cipher, NULL, NULL, NULL) ||
413 !EVP_EncryptInit_ex(&ctx->enc, NULL, NULL, key, iv)) {
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
H A Dpem_lib.c411 if (!EVP_EncryptInit_ex(&ctx,enc,NULL,key,iv)
H A Dpvkfmt.c914 if (!EVP_EncryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
/external/openssl/crypto/pem/
H A Dpem_lib.c411 if (!EVP_EncryptInit_ex(&ctx,enc,NULL,key,iv)
H A Dpvkfmt.c914 if (!EVP_EncryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h582 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,

Completed in 471 milliseconds

12