func golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.Key

2 uses

	golang.org/x/crypto/ssh/internal/bcrypt_pbkdf (current package)
		bcrypt_pbkdf.go#L21: func Key(password, salt []byte, rounds, keyLen int) ([]byte, error) {

	golang.org/x/crypto/ssh
		keys.go#L1243: 		k, err := bcrypt_pbkdf.Key(passphrase, []byte(opts.Salt), int(opts.Rounds), 32+16)