Home | History | Annotate | Download | only in pkcs12

Lines Matching refs:X509

66 		EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
69 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
72 EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
80 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
81 STACK_OF(X509) **ca)
83 STACK_OF(X509) *ocerts = NULL;
84 X509 *x = NULL;
180 EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
213 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
225 EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
228 X509 *x509;
261 if (!(x509 = PKCS12_certbag2x509(bag)))
263 if(lkid && !X509_keyid_set1(x509, lkid->data, lkid->length))
265 X509_free(x509);
273 r = X509_alias_set1(x509, data, len);
277 X509_free(x509);
283 if(!sk_X509_push(ocerts, x509))
285 X509_free(x509);