/openbmc/linux/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() 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 …]
|
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
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 225 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() 1891 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_mic_len() argument 1893 switch (enctype) { in ath12k_dp_rx_crypto_mic_len() 1913 ath12k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath12k_dp_rx_crypto_mic_len() 1918 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_param_len() argument 1920 switch (enctype) { in ath12k_dp_rx_crypto_param_len() 1941 ath12k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath12k_dp_rx_crypto_param_len() 1946 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_icv_len() argument 1948 switch (enctype) { in ath12k_dp_rx_crypto_icv_len() [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() 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()
|
H A D | hal.h | 1072 enum hal_encrypt_type enctype);
|
/openbmc/linux/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 1480 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1514 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1517 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1522 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1527 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1533 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw() 1539 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1551 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument 1593 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 1883 int ath11k_dp_rx_crypto_mic_len(struct ath11k *ar, enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_mic_len() argument 1885 switch (enctype) { in ath11k_dp_rx_crypto_mic_len() 1905 ath11k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath11k_dp_rx_crypto_mic_len() 1910 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument 1912 switch (enctype) { in ath11k_dp_rx_crypto_param_len() 1933 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_param_len() 1938 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_icv_len() argument 1940 switch (enctype) { in ath11k_dp_rx_crypto_icv_len() 1958 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_icv_len() 1965 enum hal_encrypt_type enctype, in ath11k_dp_rx_h_undecap_nwifi() argument [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 | 6027 enum hal_encrypt_type enctype; in ath11k_mac_mgmt_tx_wmi() local 6055 enctype = ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_mac_mgmt_tx_wmi() 6056 mic_len = ath11k_dp_rx_crypto_mic_len(ar, enctype); in ath11k_mac_mgmt_tx_wmi()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
H A D | CVE-2024-26458_CVE-2024-26461.patch | 79 encrypt_size = krb5_encrypt_size(plain.length, key->keyblock.enctype); 98 cipher.enctype = key->keyblock.enctype;
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 5 …enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElemen…
|