Searched refs:cert_pbe (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dpkcs12.c112 int cert_pbe; local
131 cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
134 cert_pbe = NID_pbe_WithSHA1And40BitRC2_CBC;
159 cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
180 cert_pbe=OBJ_txt2nid(*args);
181 if(cert_pbe == NID_undef) {
569 authsafe = PKCS12_pack_p7encdata(cert_pbe, cpass, -1, NULL, 0,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c113 int cert_pbe = NID_pbe_WithSHA1And40BitRC2_CBC; local
153 cert_pbe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
182 cert_pbe = -1;
184 cert_pbe=OBJ_txt2nid(*args);
185 if(cert_pbe == NID_undef) {
580 key_pbe, cert_pbe, iter, -1, keytype);

Completed in 31 milliseconds