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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
113 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.c259 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dp_seal.c78 if (!EVP_EncryptInit_ex(ctx, type, NULL, NULL, NULL))
89 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv))
119 i = EVP_EncryptInit_ex(ctx, NULL, NULL, NULL, NULL);
H A Devp_test.c166 if (!EVP_EncryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
176 if (!EVP_EncryptInit_ex(&ctx, NULL, NULL, key, iv)) {
187 if (!EVP_EncryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
202 if (!EVP_EncryptInit_ex(&ctx, NULL, NULL, key, iv)) {
218 if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, in ? iv : NULL)) {
223 } else if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, iv)) {
H A Devp_enc.c298 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dp_seal.c78 if (!EVP_EncryptInit_ex(ctx, type, NULL, NULL, NULL))
89 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv))
119 i = EVP_EncryptInit_ex(ctx, NULL, NULL, NULL, NULL);
H A Devp_test.c166 if (!EVP_EncryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
176 if (!EVP_EncryptInit_ex(&ctx, NULL, NULL, key, iv)) {
187 if (!EVP_EncryptInit_ex(&ctx, c, NULL, NULL, NULL)) {
202 if (!EVP_EncryptInit_ex(&ctx, NULL, NULL, key, iv)) {
218 if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, in ? iv : NULL)) {
223 } else if (!EVP_EncryptInit_ex(&ctx, c, NULL, key, iv)) {
H A Devp_enc.c298 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cmac/
H A Dcmac.c184 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
191 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
200 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
209 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
305 return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cmac/
H A Dcmac.c184 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
191 if (cipher && !EVP_EncryptInit_ex(&ctx->cctx, cipher, impl, NULL, NULL))
200 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, key, zero_iv))
209 if (!EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, zero_iv))
305 return EVP_EncryptInit_ex(&ctx->cctx, NULL, NULL, NULL, ctx->tbl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_enc.c108 EVP_EncryptInit_ex(ws, c, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_enc.c107 EVP_EncryptInit_ex(ws,c,NULL,&(s->s2->key_material[(client)?num:0]),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_enc.c108 EVP_EncryptInit_ex(ws, c, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_pwri.c129 if (EVP_EncryptInit_ex(&ctx, kekciph, NULL, NULL, NULL) <= 0) {
139 if (EVP_EncryptInit_ex(&ctx, NULL, NULL, NULL, iv) <= 0) {
H A Dcms_kari.c412 return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_pwri.c129 if (EVP_EncryptInit_ex(&ctx, kekciph, NULL, NULL, NULL) <= 0) {
139 if (EVP_EncryptInit_ex(&ctx, NULL, NULL, NULL, iv) <= 0) {
H A Dcms_kari.c412 return EVP_EncryptInit_ex(ctx, kekcipher, NULL, NULL, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dn_pkey.c217 if (!EVP_EncryptInit_ex(&ctx, EVP_rc4(), NULL, key, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Devp_test.c163 if(!EVP_EncryptInit_ex(&ctx,c,NULL,key,iv))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dn_pkey.c220 EVP_EncryptInit_ex(&ctx,EVP_rc4(),NULL,key,NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dn_pkey.c217 if (!EVP_EncryptInit_ex(&ctx, EVP_rc4(), NULL, key, NULL))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_lib.c358 EVP_EncryptInit_ex(&ctx,enc,NULL,key,iv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_lib.c412 if (!EVP_EncryptInit_ex(&ctx, enc, NULL, key, iv)
H A Dpvkfmt.c853 if (!EVP_EncryptInit_ex(&cctx, EVP_rc4(), NULL, keybuf, NULL))

Completed in 100 milliseconds

12