Searched refs:enctype (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/net/sunrpc/auth_gss/ |
| D | gss_krb5_mech.c | 242 ctx->enctype = ENCTYPE_DES_CBC_RAW; in gss_import_v1_context() 244 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v1_context() 467 switch (ctx->enctype) { in context_derive_keys_new() 524 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context() 528 if (ctx->enctype == ENCTYPE_DES3_CBC_SHA1) in gss_import_v2_context() 529 ctx->enctype = ENCTYPE_DES3_CBC_RAW; in gss_import_v2_context() 530 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v2_context() 533 ctx->enctype); in gss_import_v2_context() 556 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()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | dp_rx.c | 1810 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_mic_len() argument 1812 switch (enctype) { in ath11k_dp_rx_crypto_mic_len() 1832 ath11k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath11k_dp_rx_crypto_mic_len() 1837 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument 1839 switch (enctype) { in ath11k_dp_rx_crypto_param_len() 1860 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_param_len() 1865 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_icv_len() argument 1867 switch (enctype) { in ath11k_dp_rx_crypto_icv_len() 1885 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_icv_len() 1892 enum hal_encrypt_type enctype, in ath11k_dp_rx_h_undecap_nwifi() argument [all …]
|
| /Linux-v5.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 …]
|
| /Linux-v5.10/include/linux/sunrpc/ |
| D | gss_krb5.h | 98 u32 enctype; member
|