Searched defs:sigopts (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 1377 static int certify(X509 **xret, const char *infile, int informat, in certify() 1435 static int certify_cert(X509 **xret, const char *infile, int certformat, in certify_cert() 1492 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, in do_body() 1993 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, in certify_spkac()
|
H A D | ocsp.c | 1028 make_ocsp_response(BIO * err,OCSP_RESPONSE ** resp,OCSP_REQUEST * req,CA_DB * db,STACK_OF (X509)* ca,X509 * rcert,EVP_PKEY * rkey,const EVP_MD * rmd,STACK_OF (OPENSSL_STRING)* sigopts,STACK_OF (X509)* rother,unsigned long flags,int nmin,int ndays,int badsig,const EVP_MD * resp_md) make_ocsp_response() argument
|
/freebsd/crypto/openssh/ |
H A D | sshsig.c | 737 struct sshsigopt *sigopts = NULL; in parse_principals_key_and_options() local 897 struct sshsigopt *sigopts = NULL; in check_allowed_keys_line() local
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2220 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() 2272 int do_X509_sign(X509 *cert, EVP_PKEY *pkey, const char *md, in do_X509_sign() 2309 int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const char *md, in do_X509_REQ_sign() 2322 int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const char *md, in do_X509_CRL_sign()
|