Searched refs:signkey (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | crypto.c | 99 EVP_DigestFinal_ex(ctx, key->signkey, NULL); in _gss_ntlm_set_key() 118 RC4_KEY *signkey, in v1_sign_message() argument 133 RC4(signkey, sizeof(sigature), sigature, out + 4); in v1_sign_message() 144 unsigned char signkey[16], in v2_sign_message() 156 HMAC_Init_ex(c, signkey, 16, EVP_md5(), NULL); in v2_sign_message() 177 unsigned char signkey[16], in v2_verify_message() 185 ret = v2_sign_message(in, signkey, sealkey, seq, out); in v2_verify_message() 197 unsigned char signkey[16], in v2_seal_message() 214 ret = v2_sign_message(in, signkey, sealkey, seq, &p[in->length]); in v2_seal_message() 228 unsigned char signkey[16], in v2_unseal_message() [all …]
|
H A D | ntlm.h | 97 unsigned char signkey[16]; member
|
/freebsd/crypto/openssl/test/certs/ |
H A D | mkcert.sh | 115 cert "$cert" "$exts" -signkey "${key}.pem" -set_serial 1 -days "${DAYS}" 346 cert "$cert" "$exts" -signkey "${key}.pem" \ 356 cert "$cert" "" -signkey "${key}.pem" -set_serial 1 -days -1 "$@"
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_x509.t | 73 my $signkey = srctop_file(@certs, "serverkey.pem"); 79 "-signkey", $signkey, "-out", $selfout]))
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 22 [B<-signkey> I<filename>|I<uri>] 123 and defaults to the key given with the B<-key> (or B<-signkey>) option, 129 The B<-key> (or B<-signkey>) option must be used to provide the private key for 182 =item B<-signkey> I<filename>|I<uri> 364 This option can be used with the B<-key>, B<-signkey>, or B<-CA> options. 410 or given with the B<-key> (or B<-signkey>) option. 474 This option cannot be used in conjunction with B<-key> (or B<-signkey>). 778 The B<-signkey> option has been renamed to B<-key> in OpenSSL 3.0,
|
H A D | openssl-ocsp.pod.in | 20 [B<-signkey> I<file>] 126 =item B<-signer> I<filename>, B<-signkey> I<filename> 129 option and the private key specified by the B<-signkey> option. If 130 the B<-signkey> option is not present then the private key is read
|
/freebsd/crypto/openssh/ |
H A D | ssh-keygen.c | 2610 sign_one(struct sshkey *signkey, const char *filename, int fd, in sign_one() argument 2625 if (signer == NULL && sshkey_is_sk(signkey)) { in sign_one() 2626 if ((signkey->sk_flags & SSH_SK_USER_VERIFICATION_REQD)) { in sign_one() 2628 sshkey_type(signkey)); in sign_one() 2633 if ((signkey->sk_flags & SSH_SK_USER_PRESENCE_REQD)) { in sign_one() 2634 if ((fp = sshkey_fingerprint(signkey, fingerprint_hash, in sign_one() 2638 sshkey_type(signkey), fp); in sign_one() 2642 if ((r = sshsig_sign_fd(signkey, hashalg, sk_provider, pin, in sign_one() 2751 struct sshkey *pubkey = NULL, *privkey = NULL, *signkey = NULL; in sig_sign() local 2789 signkey = privkey; in sig_sign() [all …]
|
/freebsd/libexec/rc/rc.d/ |
H A D | sendmail | 159 openssl x509 -x509toreq -in newreq.pem -signkey newkey.pem \
|