Lines Matching defs:x509
80 "Usage: scripts/sign-file [-dp] <hash algo> <key> <x509> <module> [<dest>]\n");
82 " scripts/sign-file -s <raw sig> <hash algo> <x509> <module> [<dest>]\n");
180 X509 *x509;
205 x509 = d2i_X509_bio(b, NULL);
208 x509 = PEM_read_bio_X509(b, NULL, NULL, NULL);
211 ERR(!x509, "%s", x509_name);
213 return x509;
236 X509 *x509;
305 x509 = read_x509(x509_name);
320 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo,
329 pkcs7 = PKCS7_sign(x509, private_key, NULL, bm,