Searched defs:salt (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-10-stable/usr.sbin/pw/tests/
H A Dcrypt.c35 char *salt, *pass, *hash; local
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Diterated_hash.c27 isc_iterated_hash(unsigned char out[ISC_SHA1_DIGESTLENGTH], unsigned int hashalg, int iterations, const unsigned char *salt, int saltlength, const unsigned char *in, int inlength) argument
/freebsd-10-stable/crypto/heimdal/admin/
H A Dadd.c126 krb5_salt salt; local
/freebsd-10-stable/crypto/heimdal/kadmin/
H A Dstash.c80 krb5_salt salt; local
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Drename_s.c66 Salt salt; local
[all...]
H A Dget_s.c175 krb5_salt salt; local
[all...]
H A Dset_keys.c106 Salt *salt; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dsalt-aes.c39 AES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dsalt-arcfour.c37 ARCFOUR_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dsalt-des3.c38 DES3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
103 DES3_string_to_key_derived(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
[all...]
H A Ddeprecated.c248 krb5_skey_key_proc(krb5_context context, krb5_enctype type, krb5_salt salt, krb5_const_pointer keyseed, krb5_keyblock **key) argument
/freebsd-10-stable/lib/libcrypt/
H A Dcrypt-md5.c45 crypt_md5(const char *pw, const char *salt) argument
H A Dcrypt.c107 crypt(const char *passwd, const char *salt) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_p8e.c64 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) argument
H A Dp12_mutl.c74 unsigned char key[EVP_MAX_MD_SIZE], *salt; local
159 int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, argument
134 PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, const EVP_MD *md_type) argument
[all...]
H A Dp12_crpt.c76 unsigned char *salt; local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dedonr_zfs.c67 zio_checksum_edonr_tmpl_init(const zio_cksum_salt_t *salt) argument
[all...]
H A Dskein_zfs.c70 zio_checksum_skein_tmpl_init(const zio_cksum_salt_t *salt) argument
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dport-uw.c57 char *salt; local
H A Dxcrypt.c78 static char salt[32]; local
99 xcrypt(const char *password, const char *salt) argument
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestpass.c138 const char *pass = "hellojed", *salt = "sardine"; local
181 unsigned char salt[] = "sardine_sardine"; local
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dkstash.c103 krb5_salt salt; local
/freebsd-10-stable/crypto/openssh/
H A Dmd5crypt.c45 is_md5_salt(const char *salt) argument
51 md5_crypt(const char *pw, const char *salt) argument
/freebsd-10-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c106 char buf[_PASSWORD_LEN+1], salt[32]; local
[all...]
/freebsd-10-stable/sys/geom/eli/
H A Dpkcs5v2.c52 pkcs5v2_genkey(uint8_t *key, unsigned keylen, const uint8_t *salt, argument
92 uint8_t key[G_ELI_USERKEYLEN], salt[G_ELI_SALTLEN]; local

Completed in 207 milliseconds

1234