Lines Matching refs:pass
31 PKCS12 *PKCS12_create_ex(const char *pass, const char *name, EVP_PKEY *pkey,
80 if (bags && !PKCS12_add_safe_ex(&safes, bags, nid_cert, iter, pass,
88 bag = PKCS12_add_key_ex(&bags, pkey, keytype, iter, nid_key, pass,
121 !PKCS12_set_mac(p12, pass, -1, NULL, 0, mac_iter, NULL))
134 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert,
138 return PKCS12_create_ex(pass, name, pkey, cert, ca, nid_key, nid_cert,
181 int nid_key, const char *pass,
195 bag = PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(nid_key, pass, -1, NULL, 0,
219 int nid_key, const char *pass)
221 return PKCS12_add_key_ex(pbags, key, key_usage, iter, nid_key, pass,
244 int nid_safe, int iter, const char *pass,
267 p7 = PKCS12_pack_p7encdata_ex(nid_safe, pass, -1, NULL, 0, iter, bags, ctx, propq);
286 int nid_safe, int iter, const char *pass)
288 return PKCS12_add_safe_ex(psafes, bags, nid_safe, iter, pass, NULL, NULL);