| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | 24 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 D | gss_krb5_mech.c | 425 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 D | gss_krb5_internal.h | 62 u32 enctype; member
|
| /linux-6.15/net/rxrpc/ |
| H A D | security.c | 160 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-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_rx.c | 226 enum hal_encrypt_type enctype) in ath12k_dp_rx_desc_get_crypto_header() argument 1933 switch (enctype) { in ath12k_dp_rx_crypto_mic_len() 1958 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_param_len() argument 1960 switch (enctype) { in ath12k_dp_rx_crypto_param_len() 1988 switch (enctype) { in ath12k_dp_rx_crypto_icv_len() 2049 enctype); in ath12k_dp_rx_h_undecap_nwifi() 2263 enum hal_encrypt_type enctype; in ath12k_dp_rx_h_mpdu() local 2281 enctype = peer->sec_type_grp; in ath12k_dp_rx_h_mpdu() 2283 enctype = peer->sec_type; in ath12k_dp_rx_h_mpdu() 2285 enctype = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_rx_h_mpdu() [all …]
|
| H A D | hal.c | 473 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 D | hal.h | 1074 enum hal_encrypt_type enctype);
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 1421 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-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 1873 switch (enctype) { in ath11k_dp_rx_crypto_mic_len() 1898 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument 1900 switch (enctype) { in ath11k_dp_rx_crypto_param_len() 1928 switch (enctype) { in ath11k_dp_rx_crypto_icv_len() 2179 enctype, status); in ath11k_dp_rx_h_undecap() 2192 enctype, status); in ath11k_dp_rx_h_undecap() 2201 enctype, status); in ath11k_dp_rx_h_undecap() 2238 enum hal_encrypt_type enctype; in ath11k_dp_rx_h_mpdu() local 2260 enctype = peer->sec_type_grp; in ath11k_dp_rx_h_mpdu() 2262 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu() [all …]
|
| H A D | dp_rx.h | 99 int ath11k_dp_rx_crypto_mic_len(struct ath11k *ar, enum hal_encrypt_type enctype);
|
| H A D | mac.c | 5956 enum hal_encrypt_type enctype; in ath11k_mac_mgmt_tx_wmi() local 5984 enctype = ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_mac_mgmt_tx_wmi() 5985 mic_len = ath11k_dp_rx_crypto_mic_len(ar, enctype); in ath11k_mac_mgmt_tx_wmi()
|
| /linux-6.15/crypto/krb5/ |
| H A D | krb5_api.c | 35 const struct krb5_enctype *crypto_krb5_find_enctype(u32 enctype) in crypto_krb5_find_enctype() argument 42 if (krb5->etype == enctype) in crypto_krb5_find_enctype()
|
| /linux-6.15/include/crypto/ |
| H A D | krb5.h | 112 const struct krb5_enctype *crypto_krb5_find_enctype(u32 enctype);
|
| /linux-6.15/Documentation/crypto/ |
| H A D | krb5.rst | 104 const struct krb5_enctype *crypto_krb5_find_enctype(u32 enctype);
|