Searched refs:enctype (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 215 ctx->enctype = ENCTYPE_DES_CBC_RAW; in gss_import_v1_context() 217 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v1_context() 440 switch (ctx->enctype) { in context_derive_keys_new() 497 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context() 501 if (ctx->enctype == ENCTYPE_DES3_CBC_SHA1) in gss_import_v2_context() 502 ctx->enctype = ENCTYPE_DES3_CBC_RAW; in gss_import_v2_context() 503 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v2_context() 506 ctx->enctype); in gss_import_v2_context() 529 switch (ctx->enctype) { in gss_import_v2_context()
|
D | gss_krb5_unseal.c | 216 switch (ctx->enctype) { in gss_verify_mic_kerberos()
|
D | gss_krb5_seal.c | 212 switch (ctx->enctype) { in gss_get_mic_kerberos()
|
D | gss_krb5_wrap.c | 566 switch (kctx->enctype) { in gss_wrap_kerberos() 584 switch (kctx->enctype) { in gss_unwrap_kerberos()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1355 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument 1409 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1443 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1446 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1451 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1456 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1462 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw() 1468 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1480 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument 1520 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 1828 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_mic_len() argument 1830 switch (enctype) { in ath11k_dp_rx_crypto_mic_len() 1850 ath11k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath11k_dp_rx_crypto_mic_len() 1855 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument 1857 switch (enctype) { in ath11k_dp_rx_crypto_param_len() 1878 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_param_len() 1883 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_icv_len() argument 1885 switch (enctype) { in ath11k_dp_rx_crypto_icv_len() 1903 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_icv_len() 1910 enum hal_encrypt_type enctype, in ath11k_dp_rx_h_undecap_nwifi() argument [all …]
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | gss_krb5.h | 98 u32 enctype; member
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 52309 + u32 enctype; /*from EFUSE, from default, from fixed*/
|