Searched refs:kef_hash_mt (Results 1 – 13 of 13) sorted by relevance
97 context->kef_hash_mt = krb5_enctypes_list[e1].kef_hash_mt; in krb5_c_make_checksum()114 context->kef_hash_mt = get_hash_mech_type(context, in krb5_c_make_checksum()121 if (context->kef_hash_mt == CRYPTO_MECH_INVALID) in krb5_c_make_checksum()122 context->kef_hash_mt = context->kef_cksum_mt; in krb5_c_make_checksum()137 context->kef_hash_mt = context->kef_cksum_mt; in krb5_c_make_checksum()
383 if (kt->kef_hash_mt == CRYPTO_MECH_INVALID && in setup_kef_keytypes()385 krb5_enctypes_list[i].kef_hash_mt = in setup_kef_keytypes()433 (ulong_t) kt->kef_hash_mt); in get_hash_mech_type()434 return (kt->kef_hash_mt); in get_hash_mech_type()
59 context->kef_hash_mt = krb5_enctypes_list[i].kef_hash_mt; in krb5_c_decrypt()
197 context->kef_hash_mt = krb5_enctypes_list[i].kef_hash_mt; in krb5_c_encrypt()
74 mac_mech.cm_type = context->kef_hash_mt; in krb5_hmac()
44 (long long)context->kef_hash_mt); in k5_ef_hash()116 mech.cm_type = context->kef_hash_mt; in k5_ef_mac()120 (long long)context->kef_hash_mt); in k5_ef_mac()
225 if ((*d_hmac_key)->kef_mt != context->kef_hash_mt) { in init_derived_keydata()226 (*d_hmac_key)->kef_mt = context->kef_hash_mt; in init_derived_keydata()
61 (ulong_t) context->kef_hash_mt, in k5_hmac_md5_hash()
125 context->kef_hash_mt = get_hash_mech_type(context, key); in gss_krb5int_make_seal_token_v3()420 context->kef_hash_mt = get_hash_mech_type(context, key); in gss_krb5int_unseal_token_v3()
100 context->kef_hash_mt = get_hash_mech_type(context, seq); in make_seal_token_v1()
178 context->kef_hash_mt = get_hash_mech_type(context,
304 ctx->kef_hash_mt = CRYPTO_MECH_INVALID; in krb5_init_ef_handle()
878 crypto_mech_type_t kef_hash_mt; member1596 crypto_mech_type_t kef_hash_mt; member