Searched refs:enctype (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 215 ctx->enctype = ENCTYPE_DES_CBC_RAW; in gss_import_v1_context() 217 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v1_context() 440 switch (ctx->enctype) { in context_derive_keys_new() 497 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context() 501 if (ctx->enctype == ENCTYPE_DES3_CBC_SHA1) in gss_import_v2_context() 502 ctx->enctype = ENCTYPE_DES3_CBC_RAW; in gss_import_v2_context() 503 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v2_context() 506 ctx->enctype); in gss_import_v2_context() 529 switch (ctx->enctype) { in gss_import_v2_context()
|
D | gss_krb5_unseal.c | 216 switch (ctx->enctype) { in gss_verify_mic_kerberos()
|
D | gss_krb5_seal.c | 212 switch (ctx->enctype) { in gss_get_mic_kerberos()
|
D | gss_krb5_wrap.c | 566 switch (kctx->enctype) { in gss_wrap_kerberos() 584 switch (kctx->enctype) { in gss_unwrap_kerberos()
|
/linux-5.19.10/net/rxrpc/ |
D | security.c | 143 u32 kvno, u32 enctype) in rxrpc_look_up_server_security() argument 154 if (enctype) in rxrpc_look_up_server_security() 156 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype); in rxrpc_look_up_server_security()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1414 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument 1473 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1507 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1510 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1515 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1520 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1526 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw() 1532 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1544 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument 1586 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi() [all …]
|
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 1877 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 …]
|
/linux-5.19.10/include/linux/sunrpc/ |
D | gss_krb5.h | 98 u32 enctype; member
|