Home | History | Annotate | Download | only in nbsvtool

Lines Matching defs:cert

64  * `outfile'. The signer certificate `cert' and private key
66 * to find the path from the `cert' to the x509 anchor can be passed
71 sign_file(X509 *cert, EVP_PKEY *private_key, STACK_OF(X509) *cert_chain,
86 p7 = PKCS7_sign(cert, private_key, cert_chain, in,
198 X509 *cert;
200 cert = PEM_read_X509(f, NULL, NULL, NULL);
201 if (cert == NULL) {
213 sk_X509_insert(certs, cert, sk_X509_num(certs));
290 printf("%s -k keyfile -c cert-chain [-f cert-chain] sign file\n",