/freebsd/crypto/krb5/src/lib/crypto/krb/ |
H A D | enctype_util.c | 60 const struct krb5_keytypes *ktp; in krb5int_c_weak_enctype() local 69 const struct krb5_keytypes *ktp = find_enctype(etype); in krb5int_c_deprecated_enctype() local 94 const struct krb5_keytypes *ktp; in krb5_string_to_enctype() local 119 const struct krb5_keytypes *ktp; in krb5_enctype_to_string() local 133 const struct krb5_keytypes *ktp; in krb5_enctype_to_name() local 167 const struct krb5_keytypes *ktp; in k5_enctype_to_ssf() local
|
H A D | enc_etm.c | 36 krb5int_aes2_crypto_length(const struct krb5_keytypes *ktp, in krb5int_aes2_crypto_length() 55 derive_keys(const struct krb5_keytypes *ktp, krb5_key key, in derive_keys() 98 hmac_ivec_data(const struct krb5_keytypes *ktp, const krb5_data *ki, in hmac_ivec_data() 137 krb5int_etm_encrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_etm_encrypt() 210 krb5int_etm_decrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_etm_decrypt()
|
H A D | s2k_pbkdf2.c | 34 krb5int_dk_string_to_key(const struct krb5_keytypes *ktp, in krb5int_dk_string_to_key() 109 pbkdf2_string_to_key(const struct krb5_keytypes *ktp, const krb5_data *string, in pbkdf2_string_to_key() 184 krb5int_aes_string_to_key(const struct krb5_keytypes *ktp, in krb5int_aes_string_to_key() 195 krb5int_camellia_string_to_key(const struct krb5_keytypes *ktp, in krb5int_camellia_string_to_key() 208 krb5int_aes2_string_to_key(const struct krb5_keytypes *ktp, in krb5int_aes2_string_to_key()
|
H A D | crypto_length.c | 33 const struct krb5_keytypes *ktp; in krb5_c_crypto_length() local 64 const struct krb5_keytypes *ktp; in krb5_c_padding_length() local 79 const struct krb5_keytypes *ktp; in krb5_c_crypto_length_iov() local
|
H A D | enc_raw.c | 31 krb5int_raw_crypto_length(const struct krb5_keytypes *ktp, in krb5int_raw_crypto_length() 43 krb5int_raw_encrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_raw_encrypt() 79 krb5int_raw_decrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_raw_decrypt()
|
H A D | enc_dk_hmac.c | 35 krb5int_dk_crypto_length(const struct krb5_keytypes *ktp, krb5_cryptotype type) in krb5int_dk_crypto_length() 51 krb5int_aes_crypto_length(const struct krb5_keytypes *ktp, in krb5int_aes_crypto_length() 69 krb5int_dk_encrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_dk_encrypt() 179 krb5int_dk_decrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_dk_decrypt()
|
H A D | state.c | 41 const struct krb5_keytypes *ktp; in krb5_c_init_state() local 53 const struct krb5_keytypes *ktp; in krb5_c_free_state() local
|
H A D | enc_dk_cmac.c | 35 krb5int_camellia_crypto_length(const struct krb5_keytypes *ktp, in krb5int_camellia_crypto_length() 87 krb5int_dk_cmac_encrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_dk_cmac_encrypt() 137 krb5int_dk_cmac_decrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_dk_cmac_decrypt()
|
H A D | keyed_checksum_types.c | 32 const struct krb5_keytypes *ktp) in is_keyed_for() 46 const struct krb5_keytypes *ktp; in krb5_c_keyed_checksum_types() local
|
H A D | prf.c | 38 const struct krb5_keytypes *ktp; in krb5_c_prf_length() local 52 const struct krb5_keytypes *ktp; in krb5_k_prf() local
|
H A D | cf2.c | 87 const struct krb5_keytypes *ktp; in krb5_c_derive_prfplus() local 130 const struct krb5_keytypes *ktp = NULL; in krb5_c_fx_cf2_simple() local
|
H A D | enc_rc4.c | 95 krb5int_arcfour_crypto_length(const struct krb5_keytypes *ktp, in krb5int_arcfour_crypto_length() 131 krb5int_arcfour_encrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_arcfour_encrypt() 216 krb5int_arcfour_decrypt(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_arcfour_decrypt()
|
H A D | mandatory_sumtype.c | 32 const struct krb5_keytypes *ktp; in krb5int_c_mandatory_cksumtype() local
|
H A D | block_size.c | 34 const struct krb5_keytypes *ktp; in krb5_c_block_size() local
|
H A D | prf_rc4.c | 30 krb5int_arcfour_prf(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_arcfour_prf()
|
H A D | prf_aes2.c | 36 krb5int_aes2_prf(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_aes2_prf()
|
H A D | keylengths.c | 42 const struct krb5_keytypes *ktp; in krb5_c_keylengths() local
|
H A D | aead.c | 52 krb5int_c_iov_decrypt_stream(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_c_iov_decrypt_stream() 118 krb5int_c_padding_length(const struct krb5_keytypes *ktp, size_t data_length) in krb5int_c_padding_length()
|
H A D | prf_des.c | 30 krb5int_des_prf(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_des_prf()
|
H A D | prf_cmac.c | 30 krb5int_dk_cmac_prf(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_dk_cmac_prf()
|
H A D | encrypt_length.c | 34 const struct krb5_keytypes *ktp; in krb5_c_encrypt_length() local
|
H A D | make_random_key.c | 35 const struct krb5_keytypes *ktp; in krb5_c_make_random_key() local
|
H A D | s2k_rc4.c | 6 krb5int_arcfour_string_to_key(const struct krb5_keytypes *ktp, in krb5int_arcfour_string_to_key()
|
H A D | prf_dk.c | 30 krb5int_dk_prf(const struct krb5_keytypes *ktp, krb5_key key, in krb5int_dk_prf()
|
H A D | random_to_key.c | 44 const struct krb5_keytypes *ktp; in krb5_c_random_to_key() local
|