Searched refs:xcrypt (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | port-uw.c | 81 result = (strcmp(xcrypt(password, salt), pw_password) == 0); in sys_auth_passwd()
|
| H A D | xcrypt.c | 99 xcrypt(const char *password, const char *salt) in xcrypt() function
|
| H A D | Makefile.in | 89 xcrypt.o
|
| H A D | openbsd-compat.h | 324 char *xcrypt(const char *password, const char *salt);
|
| /freebsd-12.1/lib/librpcsvc/ |
| H A D | Makefile | 16 SECRPCSRCS= secretkey.c xcrypt.c
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth-passwd.c | 211 encrypted_password = xcrypt(password, salt); in sys_auth_passwd()
|
| H A D | ssh_namespace.h | 854 #define xcrypt Fssh_xcrypt macro
|
| /freebsd-12.1/secure/lib/libssh/ |
| H A D | Makefile | 37 realpath.c recallocarray.c strtonum.c timingsafe_bcmp.c vis.c xcrypt.c
|
| /freebsd-12.1/contrib/binutils/include/opcode/ |
| H A D | ChangeLog | 418 Add xcrypt-ctr. Provide aliases without hyphens. 669 * i386.h (i386_optab): Added xstore/xcrypt insns.
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | i386-opc.tbl | 1481 xcrypt-ecb, 0, 0xf30fa7, 0xc8, Cpu686|CpuPadLock, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|I… 1482 xcrypt-cbc, 0, 0xf30fa7, 0xd0, Cpu686|CpuPadLock, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|I… 1483 xcrypt-ctr, 0, 0xf30fa7, 0xd8, Cpu686|CpuPadLock, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|I… 1484 xcrypt-cfb, 0, 0xf30fa7, 0xe0, Cpu686|CpuPadLock, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|I… 1485 xcrypt-ofb, 0, 0xf30fa7, 0xe8, Cpu686|CpuPadLock, No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_xSuf|I…
|