Lines Matching refs:x509
49 "Usage: scripts/sign-file [-dp] <hash algo> <key> <x509> <module> [<dest>]\n");
51 " scripts/sign-file -s <raw sig> <hash algo> <x509> <module> [<dest>]\n");
150 X509 *x509;
175 x509 = d2i_X509_bio(b, NULL);
178 x509 = PEM_read_bio_X509(b, NULL, NULL, NULL);
181 ERR(!x509, "%s", x509_name);
183 return x509;
201 X509 *x509;
254 x509 = read_x509(x509_name);
290 ERR(!CMS_add1_signer(cms, x509, private_key, digest_algo, flags),