Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
A Dgss_krb5_mech.c215 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()
A Dgss_krb5_unseal.c216 switch (ctx->enctype) { in gss_verify_mic_kerberos()
A Dgss_krb5_seal.c212 switch (ctx->enctype) { in gss_get_mic_kerberos()
A Dgss_krb5_wrap.c566 switch (kctx->enctype) { in gss_wrap_kerberos()
584 switch (kctx->enctype) { in gss_unwrap_kerberos()
/linux/net/rxrpc/
A Dsecurity.c143 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/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c1355 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1462 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1480 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1575 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_eth() argument
1636 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_snap() argument
1701 enctype); in ath10k_htt_rx_h_undecap()
1708 enctype); in ath10k_htt_rx_h_undecap()
1751 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_get_pn() argument
1840 enum htt_rx_mpdu_encrypt_type enctype; in ath10k_htt_rx_h_mpdu() local
1955 enctype); in ath10k_htt_rx_h_mpdu()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
A Ddp_rx.c1885 switch (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()
1940 switch (enctype) { in ath11k_dp_rx_crypto_icv_len()
2191 enctype, status); in ath11k_dp_rx_h_undecap()
2204 enctype, status); in ath11k_dp_rx_h_undecap()
2213 enctype, status); in ath11k_dp_rx_h_undecap()
2250 enum hal_encrypt_type enctype; in ath11k_dp_rx_h_mpdu() local
2272 enctype = peer->sec_type_grp; in ath11k_dp_rx_h_mpdu()
2274 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
[all …]
/linux/include/linux/sunrpc/
A Dgss_krb5.h98 u32 enctype; member

Completed in 31 milliseconds