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, in PKCS12_parse()
81 STACK_OF(X509) **ca) in PKCS12_parse()
83 STACK_OF(X509) *ocerts = NULL; in PKCS12_parse()
84 X509 *x = NULL; in PKCS12_parse()
180 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_pk12()
213 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bags()
225 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bag()
228 X509 *x509; in parse_bag()