/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_add_passphrase.c | 67 new_read_passphrase(struct archive_read * a,const char * passphrase) new_read_passphrase() argument 88 archive_read_add_passphrase(struct archive * _a,const char * passphrase) archive_read_add_passphrase() argument 142 const char *passphrase; __archive_read_next_passphrase() local [all...] |
H A D | archive_write_private.h | 132 char *passphrase; global() member
|
H A D | archive_write_set_format_zip.c | 1603 const char *passphrase; in init_traditional_pkware_encryption() local 1638 const char *passphrase; in init_winzip_aes_encryption() local
|
H A D | archive_read_private.h | 148 char *passphrase; global() member
|
H A D | archive_read_support_format_zip.c | 2958 const char *passphrase; in init_traditional_PKWARE_decryption() local 3023 const char *passphrase; in init_WinZip_AES_decryption() local
|
/freebsd/sys/geom/eli/ |
H A D | pkcs5v2.c | 52 size_t saltsize, const char *passphrase, u_int iterations) in pkcs5v2_genkey() 61 size_t saltsize, const uint8_t *passphrase, size_t passlen, in pkcs5v2_genkey_raw() 106 const char passphrase[] = "passphrase"; in pkcs5v2_probe() local
|
H A D | g_eli.c | 1326 char passphrase[256]; in g_eli_taste() local
|
/freebsd/crypto/openssh/ |
H A D | authfile.c | 69 const char *passphrase, const char *comment, in sshkey_save_private() 118 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type() 144 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() 152 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, in sshkey_load_private_type_fd() 321 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, in sshkey_load_private_cert()
|
H A D | sshkey.c | 2749 const char *passphrase, const char *comment, const char *ciphername, in sshkey_private_to_blob2() 2949 private2_decrypt(struct sshbuf *decoded, const char *passphrase, in private2_decrypt() 3096 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, in sshkey_parse_private2() 3214 u_char *passphrase = (len > 0) ? (u_char *)_passphrase : NULL; in sshkey_private_to_blob_pem_pkcs8() local 3303 const char *passphrase, const char *comment, in sshkey_private_to_fileblob() 3425 const char *passphrase, struct sshkey **keyp) in sshkey_parse_private_pem_fileblob() 3567 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type() 3597 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, in sshkey_parse_private_fileblob()
|
H A D | sshconnect.c | 1702 const char *comment, const char *passphrase) in maybe_add_key_to_agent()
|
/freebsd/crypto/openssl/demos/encode/ |
H A D | ec_encode.c | 29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() 101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
|
H A D | rsa_encode.c | 29 static EVP_PKEY *load_key(OSSL_LIB_CTX *libctx, FILE *f, const char *passphrase) in load_key() 101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha1-pbkdf2.c | 14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, in pbkdf2_sha1_f() 74 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1()
|
H A D | crypto_module_tests.c | 1222 char *passphrase; member
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_passphrase.c | 21 char *ssid, *passphrase, buf[64], *pos; in main() local
|
/freebsd/crypto/openssh/contrib/ |
H A D | gnome-ssh-askpass1.c | 70 char *passphrase; in passphrase_dialog() local
|
H A D | gnome-ssh-askpass2.c | 153 char *passphrase, *local; in passphrase_dialog() local
|
H A D | gnome-ssh-askpass3.c | 137 char *passphrase, *local; in passphrase_dialog() local
|
/freebsd/lib/libpam/modules/pam_ssh/ |
H A D | pam_ssh.c | 97 pam_ssh_load_key(const char *dir, const char *kfn, const char *passphrase, in pam_ssh_load_key() 158 const char **kfn, *passphrase, *user; in pam_sm_authenticate() local
|
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
H A D | pam_zfs_key.c | 251 const char *passphrase, nvlist_t *nvlist) in prepare_passphrase() 327 const char *passphrase) in change_key() 375 const char *passphrase, boolean_t noop) in decrypt_mount()
|
/freebsd/stand/libsa/geli/ |
H A D | geliboot.c | 220 geli_probe(struct geli_dev *gdev, const char *passphrase, u_char *mkeyp) in geli_probe()
|
/freebsd/crypto/openssl/crypto/ |
H A D | passphrase.c | 34 const unsigned char *passphrase, in ossl_pw_set_passphrase()
|
/freebsd/contrib/libarchive/cpio/ |
H A D | cpio.h | 56 const char *passphrase; member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_auth.c | 417 char *passphrase; in decode_tunnel_passwords() local
|
/freebsd/contrib/libarchive/tar/ |
H A D | bsdtar.h | 44 const char *passphrase; /* --passphrase */ member
|