Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c24 u32 enctype; member
51 gk5e = gss_krb5_lookup_enctype(param->enctype); in kdf_case()
663 .enctype = ENCTYPE_CAMELLIA128_CTS_CMAC,
670 .enctype = ENCTYPE_CAMELLIA128_CTS_CMAC,
677 .enctype = ENCTYPE_CAMELLIA128_CTS_CMAC,
684 .enctype = ENCTYPE_CAMELLIA256_CTS_CMAC,
691 .enctype = ENCTYPE_CAMELLIA256_CTS_CMAC,
698 .enctype = ENCTYPE_CAMELLIA256_CTS_CMAC,
781 .enctype = ENCTYPE_CAMELLIA128_CTS_CMAC,
789 .enctype = ENCTYPE_CAMELLIA128_CTS_CMAC,
[all …]
H A Dgss_krb5_mech.c425 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context()
428 ctx->gk5e = gss_krb5_lookup_enctype(ctx->enctype); in gss_import_v2_context()
431 ctx->enctype); in gss_import_v2_context()
H A Dgss_krb5_internal.h62 u32 enctype; member
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c225 enum hal_encrypt_type enctype) in ath12k_dp_rx_desc_get_crypto_header() argument
1900 switch (enctype) { in ath12k_dp_rx_crypto_mic_len()
1925 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_param_len() argument
1927 switch (enctype) { in ath12k_dp_rx_crypto_param_len()
1955 switch (enctype) { in ath12k_dp_rx_crypto_icv_len()
2016 enctype); in ath12k_dp_rx_h_undecap_nwifi()
2230 enum hal_encrypt_type enctype; in ath12k_dp_rx_h_mpdu() local
2248 enctype = peer->sec_type_grp; in ath12k_dp_rx_h_mpdu()
2250 enctype = peer->sec_type; in ath12k_dp_rx_h_mpdu()
2252 enctype = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_rx_h_mpdu()
[all …]
H A 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()
933 enum hal_encrypt_type enctype) in ath12k_hw_qcn9274_compact_rx_desc_get_crypto_hdr() argument
937 switch (enctype) { in ath12k_hw_qcn9274_compact_rx_desc_get_crypto_hdr()
1292 enum hal_encrypt_type enctype) in ath12k_hw_wcn7850_rx_desc_get_crypto_hdr() argument
1296 switch (enctype) { in ath12k_hw_wcn7850_rx_desc_get_crypto_hdr()
H A Dhal.h1074 enum hal_encrypt_type enctype);
/linux/net/rxrpc/
H A 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/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1421 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1533 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1551 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1655 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_eth() argument
1719 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_snap() argument
1792 enctype); in ath10k_htt_rx_h_undecap()
1799 enctype); in ath10k_htt_rx_h_undecap()
1848 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_get_pn() argument
1939 enum htt_rx_mpdu_encrypt_type enctype; in ath10k_htt_rx_h_mpdu() local
2060 enctype); in ath10k_htt_rx_h_mpdu()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1883 switch (enctype) { in ath11k_dp_rx_crypto_mic_len()
1908 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument
1910 switch (enctype) { in ath11k_dp_rx_crypto_param_len()
1938 switch (enctype) { in ath11k_dp_rx_crypto_icv_len()
2189 enctype, status); in ath11k_dp_rx_h_undecap()
2202 enctype, status); in ath11k_dp_rx_h_undecap()
2211 enctype, status); in ath11k_dp_rx_h_undecap()
2248 enum hal_encrypt_type enctype; in ath11k_dp_rx_h_mpdu() local
2270 enctype = peer->sec_type_grp; in ath11k_dp_rx_h_mpdu()
2272 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
[all …]