Searched defs:sigopts (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/crypto/openssl/apps/ |
| HD | req.c | 1614 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() 1644 int do_X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_sign() 1657 int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_REQ_sign() 1669 int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_CRL_sign()
|
| HD | ca.c | 1265 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, in certify() 1334 static int certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, in certify_cert() 1387 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, in do_body() 1913 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, in certify_spkac()
|
| HD | x509.c | 952 static int x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest, in x509_certify()
|
| HD | ocsp.c | 1133 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | sshsig.c | 737 struct sshsigopt *sigopts = NULL; in parse_principals_key_and_options() local 898 struct sshsigopt *sigopts = NULL; in check_allowed_keys_line() local
|