Searched refs:bcrypt_pbkdf (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bcrypt_pbkdf.c | 114 bcrypt_pbkdf(const char *pass, size_t passlen, const uint8_t *salt, size_t saltlen, in bcrypt_pbkdf() function
|
| H A D | Makefile.in | 24 bcrypt_pbkdf.o \
|
| H A D | openbsd-compat.h | 336 int bcrypt_pbkdf(const char *, size_t, const uint8_t *, size_t,
|
| /freebsd/secure/lib/libssh/ |
| H A D | Makefile | 48 SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-agent.c | 1516 if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt), in process_lock_agent() 1539 if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt), in process_lock_agent()
|
| H A D | ssh_namespace.h | 61 #define bcrypt_pbkdf Fssh_bcrypt_pbkdf macro
|
| H A D | sshkey.c | 2882 if (bcrypt_pbkdf(passphrase, strlen(passphrase), in sshkey_private_to_blob2() 3121 if (bcrypt_pbkdf(passphrase, strlen(passphrase), salt, slen, in private2_decrypt()
|
| H A D | configure.ac | 2036 bcrypt_pbkdf \
|