Lines Matching defs:x509
83 "Usage: scripts/sign-file [-dp] <hash algo> <key> <x509> <module> [<dest>]\n");
85 " scripts/sign-file -s <raw sig> <hash algo> <x509> <module> [<dest>]\n");
184 X509 *x509;
209 x509 = d2i_X509_bio(b, NULL);
212 x509 = PEM_read_bio_X509(b, NULL, NULL, NULL);
215 ERR(!x509, "%s", x509_name);
217 return x509;
240 X509 *x509;
309 x509 = read_x509(x509_name);
324 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo,
333 pkcs7 = PKCS7_sign(x509, private_key, NULL, bm,