Searched refs:encryptions (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 110 static Encryptions encryptions[] = { variable 143 Encryptions *ep = encryptions; in findencryption() 155 Encryptions *ep = encryptions; in finddecryption() 182 Encryptions *ep = encryptions; in encrypt_init() 215 Encryptions *ep = encryptions; in encrypt_list_types() 246 } else if ((ep = (Encryptions *)genget(type, (char **)encryptions, in EncryptDisable() 279 } else if ((ep = (Encryptions *)genget(type, (char **)encryptions, in EncryptType() 645 Encryptions *ep = encryptions; in encrypt_session_key() 940 for (ep = encryptions; ep->type && ep->type != type; ep++) in encrypt_printsub()
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | encrypt.c | 108 static Encryptions encryptions[] = { variable 143 Encryptions *ep = encryptions; in findencryption() 155 Encryptions *ep = encryptions; in finddecryption() 180 Encryptions *ep = encryptions; in encrypt_init() 216 Encryptions *ep = encryptions; in encrypt_list_types() 247 } else if ((ep = (Encryptions *)genget(type, (char**)encryptions, in EncryptDisable() 280 } else if ((ep = (Encryptions *)genget(type, (char**)encryptions, in EncryptType() 680 Encryptions *ep = encryptions; in encrypt_session_key() 998 for (ep = encryptions; ep->type && ep->type != type; ep++) in encrypt_printsub()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RC4_set_key.pod | 59 multiple encryptions using the same key stream.
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 164 And if needed, to remove unsupported encryptions, such as the following ones for a Windows 2003RC2 … 198 Windows 2000 supports both the standard DES encryptions (@samp{des-cbc-crc} and
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 333 offsetof(encryptions) = 20
|
H A D | ntpdc-opts.def | 753 including known keys and counts of encryptions and decryptions
|
H A D | ntpdc_ops.c | 2349 (u_long)ntohl(ia->encryptions)); in authinfo()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 771 u_int32 encryptions; /* number of encryptions */ member
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 656 (int) offsetof(struct info_auth, encryptions));
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 2139 ia->encryptions = htonl((u_int32)authencryptions);
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.def | 455 uncached keys, expired keys, encryptions, decryptions.
|
H A D | invoke-ntpq.texi | 334 uncached keys, expired keys, encryptions, decryptions.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4271 encryptions/decryptions simultaneously. There are currently no built-in
|