Home
last modified time | relevance | path

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

/openbmc/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()
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 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
/openbmc/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
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 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()
H A Dhal.h1072 enum hal_encrypt_type enctype);
/openbmc/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()
/openbmc/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
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 Ddp_rx.c1883 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 Ddp_rx.h99 int ath11k_dp_rx_crypto_mic_len(struct ath11k *ar, enum hal_encrypt_type enctype);
H A Dmac.c6027 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 DCVE-2024-26458_CVE-2024-26461.patch79 encrypt_size = krb5_encrypt_size(plain.length, key->keyblock.enctype);
98 cipher.enctype = key->keyblock.enctype;
H A D0001-Fix-more-non-prototype-functions.patch322 @@ -190,7 +190,7 @@ test_s2k (krb5_enctype enctype)
H A D0001-Eliminate-old-style-function-declarations.patch5477 * Salttype may be negative to indicate a search for only a enctype.
5480 -krb5_keysalt_is_present(ksaltlist, nksalts, enctype, salttype)
5483 - krb5_enctype enctype;
5486 + krb5_enctype enctype, krb5_int32 salttype)
5743 -krb5_ktkdb_get_entry(in_context, id, principal, kvno, enctype, entry)
5748 - krb5_enctype enctype;
5752 + krb5_enctype enctype, krb5_keytab_entry *entry)
9656 -get_server_key(context, server, enctype, key)
9659 - krb5_enctype enctype;
9662 + krb5_enctype enctype, krb5_keyblock **key)
/openbmc/rest-dbus/resources/
H A Djquery.min.js5enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElemen…