Home | History | Annotate | Download | only in pkcs7

Lines Matching defs:x509

63 #include <openssl/x509.h>
408 static int pkcs7_cmp_ri(PKCS7_RECIP_INFO *ri, X509 *pcert)
420 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert)
965 STACK_OF(X509) *cert;
966 X509 *x509;
984 x509=X509_find_by_issuer_and_serial(cert,ias->issuer,ias->serial);
987 if (x509 == NULL)
994 if(!X509_STORE_CTX_init(ctx,cert_store,x509,cert))
1009 return PKCS7_signatureVerify(bio, p7, si, x509);
1015 X509 *x509)
1120 pkey = X509_get_pubkey(x509);