Searched refs:signkey (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/lib/gssapi/ntlm/ |
| 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 …]
|
| D | ntlm.h | 97 unsigned char signkey[16]; member
|
| /freebsd-12-stable/crypto/openssh/ |
| D | ssh-keygen.c | 2552 sign_one(struct sshkey *signkey, const char *filename, int fd, in sign_one() argument 2567 if (signer == NULL && sshkey_is_sk(signkey)) { in sign_one() 2568 if ((signkey->sk_flags & SSH_SK_USER_VERIFICATION_REQD)) { in sign_one() 2570 sshkey_type(signkey)); in sign_one() 2575 if ((signkey->sk_flags & SSH_SK_USER_PRESENCE_REQD)) { in sign_one() 2576 if ((fp = sshkey_fingerprint(signkey, fingerprint_hash, in sign_one() 2580 sshkey_type(signkey), fp); in sign_one() 2584 if ((r = sshsig_sign_fd(signkey, hashalg, sk_provider, pin, in sign_one() 2693 struct sshkey *pubkey = NULL, *privkey = NULL, *signkey = NULL; in sig_sign() local 2731 signkey = privkey; in sig_sign() [all …]
|
| /freebsd-12-stable/crypto/openssl/doc/man1/ |
| D | x509.pod | 47 [B<-signkey arg>] 117 digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. 353 =item B<-signkey arg> 385 the B<-signkey> or the B<-CA> options). Normally all extensions are 391 B<-signkey> option. 400 Converts a certificate into a certificate request. The B<-signkey> option 411 the B<-signkey> or B<-CA> options. If used in conjunction with the B<-CA> 751 openssl x509 -x509toreq -in cert.pem -out req.pem -signkey key.pem 757 -signkey key.pem -out cacert.pem
|
| D | ocsp.pod | 17 [B<-signkey file>] 138 =item B<-signer filename>, B<-signkey filename> 141 option and the private key specified by the B<signkey> option. If 142 the B<signkey> option is not present then the private key is read
|
| /freebsd-12-stable/libexec/rc/rc.d/ |
| D | sendmail | 140 openssl x509 -x509toreq -in newreq.pem -signkey newkey.pem \
|