Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_krb5_test.c24 u32 enctype; member
51 gk5e = gss_krb5_lookup_enctype(param->enctype); in kdf_case()
85 gk5e = gss_krb5_lookup_enctype(param->enctype); in checksum_case()
470 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
478 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
486 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
494 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
502 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
510 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
537 gk5e = gss_krb5_lookup_enctype(param->enctype); in rfc3962_encrypt_case()
[all …]
Dgss_krb5_mech.c424 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context()
427 ctx->gk5e = gss_krb5_lookup_enctype(ctx->enctype); in gss_import_v2_context()
430 ctx->enctype); in gss_import_v2_context()
Dgss_krb5_internal.h62 u32 enctype; member
/Linux-v6.6/net/rxrpc/
Dsecurity.c160 u32 kvno, u32 enctype) in rxrpc_look_up_server_security() argument
171 if (enctype) in rxrpc_look_up_server_security()
173 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype); in rxrpc_look_up_server_security()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Ddp_rx.c225 enum hal_encrypt_type enctype) in ath12k_dp_rx_desc_get_crypto_header() argument
227 ab->hw_params->hal_ops->rx_desc_get_crypto_header(desc, crypto_hdr, enctype); in ath12k_dp_rx_desc_get_crypto_header()
1871 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_mic_len() argument
1873 switch (enctype) { in ath12k_dp_rx_crypto_mic_len()
1893 ath12k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath12k_dp_rx_crypto_mic_len()
1898 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_param_len() argument
1900 switch (enctype) { in ath12k_dp_rx_crypto_param_len()
1921 ath12k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath12k_dp_rx_crypto_param_len()
1926 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_icv_len() argument
1928 switch (enctype) { in ath12k_dp_rx_crypto_icv_len()
[all …]
Dhal.c473 enum hal_encrypt_type enctype) in ath12k_hw_qcn9274_rx_desc_get_crypto_hdr() argument
477 switch (enctype) { in ath12k_hw_qcn9274_rx_desc_get_crypto_hdr()
913 enum hal_encrypt_type enctype) in ath12k_hw_wcn7850_rx_desc_get_crypto_hdr() argument
917 switch (enctype) { in ath12k_hw_wcn7850_rx_desc_get_crypto_hdr()
Dhal.h1072 enum hal_encrypt_type enctype);
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1420 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1479 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1513 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1516 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1521 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1526 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1532 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1538 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1550 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1592 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi()
[all …]
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Ddp_rx.c1877 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_mic_len() argument
1879 switch (enctype) { in ath11k_dp_rx_crypto_mic_len()
1899 ath11k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath11k_dp_rx_crypto_mic_len()
1904 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument
1906 switch (enctype) { in ath11k_dp_rx_crypto_param_len()
1927 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_param_len()
1932 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_icv_len() argument
1934 switch (enctype) { in ath11k_dp_rx_crypto_icv_len()
1952 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_icv_len()
1959 enum hal_encrypt_type enctype, in ath11k_dp_rx_h_undecap_nwifi() argument
[all …]