Home
last modified time | relevance | path

Searched refs:enctype (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_mech.c262 ctx->enctype = ENCTYPE_DES_CBC_RAW; in gss_import_v1_context()
264 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v1_context()
557 switch (ctx->enctype) { in context_derive_keys_new()
611 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context()
615 if (ctx->enctype == ENCTYPE_DES3_CBC_SHA1) in gss_import_v2_context()
616 ctx->enctype = ENCTYPE_DES3_CBC_RAW; in gss_import_v2_context()
617 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v2_context()
620 ctx->enctype); in gss_import_v2_context()
643 switch (ctx->enctype) { in gss_import_v2_context()
Dgss_krb5_seqnum.c88 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) in krb5_make_seq_num()
167 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) in krb5_get_seq_num()
Dgss_krb5_wrap.c239 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) { in gss_wrap_kerberos_v1()
327 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) { in gss_unwrap_kerberos_v1()
592 switch (kctx->enctype) { in gss_wrap_kerberos()
610 switch (kctx->enctype) { in gss_unwrap_kerberos()
Dgss_krb5_unseal.c216 switch (ctx->enctype) { in gss_verify_mic_kerberos()
Dgss_krb5_seal.c212 switch (ctx->enctype) { in gss_get_mic_kerberos()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1334 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1388 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1422 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1425 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1430 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1435 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1441 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1447 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1459 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1499 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi()
[all …]
/Linux-v5.4/include/linux/sunrpc/
Dgss_krb5.h98 u32 enctype; member