Home
last modified time | relevance | path

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

/openssl/crypto/pkcs12/
H A Dp12_crt.c237 int nid_safe, int iter, const char *pass, in PKCS12_add_safe_ex() argument
250 if (nid_safe == 0) in PKCS12_add_safe_ex()
252 nid_safe = NID_pbe_WithSHA1And3_Key_TripleDES_CBC; in PKCS12_add_safe_ex()
254 nid_safe = NID_pbe_WithSHA1And40BitRC2_CBC; in PKCS12_add_safe_ex()
257 if (nid_safe == -1) in PKCS12_add_safe_ex()
260 p7 = PKCS12_pack_p7encdata_ex(nid_safe, pass, -1, NULL, 0, iter, bags, ctx, propq); in PKCS12_add_safe_ex()
279 int nid_safe, int iter, const char *pass) in PKCS12_add_safe() argument
281 return PKCS12_add_safe_ex(psafes, bags, nid_safe, iter, pass, NULL, NULL); in PKCS12_add_safe()

Completed in 7 milliseconds