Searched refs:bcrypt_pbkdf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | Makefile.in | 22 bcrypt_pbkdf.o \ 23 bcrypt_pbkdf.o \
|
| H A D | bcrypt_pbkdf.c | 113 bcrypt_pbkdf(const char *pass, size_t passlen, const u_int8_t *salt, size_t saltlen, in bcrypt_pbkdf() function
|
| H A D | openbsd-compat.h | 318 int bcrypt_pbkdf(const char *, size_t, const u_int8_t *, size_t,
|
| /freebsd-13.1/secure/lib/libssh/ |
| H A D | Makefile | 39 SRCS+= bcrypt_pbkdf.c blowfish.c bsd-misc.c bsd-signal.c explicit_bzero.c \
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh-agent.c | 822 if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt), in process_lock_agent() 845 if (bcrypt_pbkdf(passwd, pwlen, lock_salt, sizeof(lock_salt), in process_lock_agent()
|
| H A D | ssh_namespace.h | 67 #define bcrypt_pbkdf Fssh_bcrypt_pbkdf macro
|
| H A D | sshkey.c | 3924 if (bcrypt_pbkdf(passphrase, strlen(passphrase), in sshkey_private_to_blob2() 4165 if (bcrypt_pbkdf(passphrase, strlen(passphrase), salt, slen, in private2_decrypt()
|
| H A D | configure.ac | 1868 bcrypt_pbkdf \
|
| H A D | ChangeLog | 7405 Add OPENBSD ORIGINAL marker to bcrypt_pbkdf. 7414 bcrypt_pbkdf.c:94:40: error: expression does not compute the number of
|