Searched refs:bcrypt_pbkdf (Results 1 – 9 of 9) 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 | 37 SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 1500 if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt), in process_lock_agent() 1523 if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt), in process_lock_agent()
|
H A D | ssh_namespace.h | 71 #define bcrypt_pbkdf Fssh_bcrypt_pbkdf macro
|
H A D | sshkey.c | 2790 if (bcrypt_pbkdf(passphrase, strlen(passphrase), in sshkey_private_to_blob2() 3029 if (bcrypt_pbkdf(passphrase, strlen(passphrase), salt, slen, in private2_decrypt()
|
H A D | ChangeLog | 7560 Remove duplicate bcrypt_pbkdf.o from Makefile 7562 bcrypt_pbkdf.o is duplicated in the openbsd-compat Makefile's object
|
H A D | configure.ac | 1952 bcrypt_pbkdf \
|