Lines Matching refs:pass
150 static int sunw_PKCS12_contents(PKCS12 *p12, const char *pass,
163 * pass - Pass phrase for the private key (possibly empty) or NULL if
208 sunw_PKCS12_parse(PKCS12 *p12, const char *pass, int matchty, char *keyid,
249 if (pass == NULL || *pass == '\0') {
251 pass = NULL;
253 pass = "";
259 } else if (PKCS12_verify_mac(p12, pass, -1) == 0) {
264 retval = parse_pkcs12(p12, pass, matchty, keyid, keyid_len,
292 * pass - Pass phrase for the private key (possibly empty) or NULL if
319 parse_pkcs12(PKCS12 *p12, const char *pass, int matchty, char *keyid,
330 retval = sunw_PKCS12_contents(p12, pass, &work_kl, &work_ca);
484 * pass - Pass phrase for the private key and entire pkcs12 wad (possibly
498 sunw_PKCS12_contents(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) **pkey,
519 if (parse_outer(p12, pass, work_kl, work_ca) == 0) {
553 parse_outer(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) *kl,
574 bags = M_PKCS12_unpack_p7encdata(p7, pass, -1);
585 if (parse_all_bags(bags, pass, kl, cl) == 0) {
608 parse_all_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass,
614 pass, kl, cl) == 0)
623 * i = parse_one_bag(bag, pass, kl, cl);
627 * pass - password for use in decryption of shrouded keybag
642 parse_one_bag(PKCS12_SAFEBAG *bag, const char *pass, STACK_OF(EVP_PKEY) *kl,
672 if ((p8 = M_PKCS12_decrypt_skey(bag, pass, -1)) == NULL) {
755 if (parse_all_bags(bag->value.safes, pass, kl, cl) == 0) {