Searched defs:salt (Results 26 - 50 of 91) sorted by relevance

1234

/freebsd-10-stable/crypto/openssl/crypto/des/
H A Dfcrypt.c61 char *DES_crypt(const char *buf, const char *salt) argument
98 char *DES_fcrypt(const char *buf, const char *salt, char *ret) argument
[all...]
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dp5_crpt.c84 unsigned char *salt; local
H A Devp_key.c121 EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, const unsigned char *salt, const unsigned char *data, int datal, int count, unsigned char *key, unsigned char *iv) argument
/freebsd-10-stable/crypto/openssl/crypto/rsa/
H A Drsa_pss.c195 unsigned char *H, *salt = NULL, *p; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_add.c109 PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8) argument
179 PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, STACK_OF(PKCS12_SAFEBAG) *bags) argument
H A Dp12_key.c80 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt, argument
106 int PKCS12_key_gen_uni(unsigned char *pass, int passlen, unsigned char *salt, argument
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c111 bcrypt_pbkdf(const char *pass, size_t passlen, const u_int8_t *salt, size_t saltlen, argument
/freebsd-10-stable/crypto/openssh/
H A Dauth-passwd.c201 char *encrypted_password, *salt = NULL; local
/freebsd-10-stable/contrib/wpa/src/tls/
H A Dpkcs5.c23 u8 salt[8]; member in struct:pkcs5_params
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dstring2key.c102 krb5_salt salt; local
71 tokey(krb5_context context, krb5_enctype enctype, const char *pw, krb5_salt salt, const char *label) argument
[all...]
H A Dmit_dump.c155 Salt *salt = ent->keys.val[key_num].salt; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dkeys.c83 parse_key_set(krb5_context context, const char *key, krb5_enctype **ret_enctypes, size_t *ret_num_enctypes, krb5_salt *salt, krb5_principal principal) argument
200 add_enctype_to_key_set(Key **key_set, size_t *nkeyset, krb5_enctype enctype, krb5_salt *salt) argument
279 krb5_salt salt; local
375 krb5_salt salt; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dsalt-des.c118 DES_AFS3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
171 krb5_DES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
[all...]
H A Dsalt.c141 krb5_salt salt; local
97 krb5_get_pw_salt(krb5_context context, krb5_const_principal principal, krb5_salt *salt) argument
126 krb5_free_salt(krb5_context context, krb5_salt salt) argument
165 krb5_string_to_key_data_salt(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_keyblock *key) argument
184 krb5_string_to_key_data_salt_opaque(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
216 krb5_string_to_key_salt(krb5_context context, krb5_enctype enctype, const char *password, krb5_salt salt, krb5_keyblock *key) argument
229 krb5_string_to_key_salt_opaque(krb5_context context, krb5_enctype enctype, const char *password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
[all...]
H A Dtest_crypto.c158 krb5_salt salt; local
91 time_s2k(krb5_context context, krb5_enctype etype, const char *password, krb5_salt salt, int iterations) argument
H A Daes-test.c56 char *salt; member in struct:__anon5107
202 krb5_salt salt; local
[all...]
H A Dget_in_tkt.c158 krb5_salt salt; local
91 add_padata(krb5_context context, METHOD_DATA *md, krb5_principal client, krb5_key_proc key_proc, krb5_const_pointer keyseed, krb5_enctype *enctypes, unsigned netypes, krb5_salt *salt) argument
383 krb5_salt salt; variable
[all...]
H A Dinit_creds.c265 krb5_get_init_creds_opt_set_salt(krb5_get_init_creds_opt *opt, krb5_data *salt) argument
/freebsd-10-stable/secure/lib/libcrypt/
H A Dcrypt-blowfish.c139 crypt_blowfish(const char *key, const char *salt) argument
[all...]
/freebsd-10-stable/usr.bin/enigma/
H A Denigma.c41 char salt[3]; local
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c50 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, argument
66 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, argument
91 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, argument
120 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, argument
131 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, argument
144 pbkdf2_sha1(const char *pw, size_t pw_len, const uint8_t *salt, size_t salt_len, unsigned rounds, uint8_t *derived_key, size_t derived_key_len) argument
[all...]
/freebsd-10-stable/contrib/ldns/drill/
H A Ddnssec.c293 uint8_t *salt; local
395 uint8_t *salt; local
[all...]
/freebsd-10-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c412 char *salt, *p; local
H A Drsaencpwd.c459 char *salt, *p; local
/freebsd-10-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c456 char *salt, *p; local

Completed in 352 milliseconds

1234