Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_mech.c285 ctx->enctype = ENCTYPE_DES_CBC_RAW; in gss_import_v1_context()
287 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v1_context()
582 switch (ctx->enctype) { in context_derive_keys_new()
634 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context()
638 if (ctx->enctype == ENCTYPE_DES3_CBC_SHA1) in gss_import_v2_context()
639 ctx->enctype = ENCTYPE_DES3_CBC_RAW; in gss_import_v2_context()
640 ctx->gk5e = get_gss_krb5_enctype(ctx->enctype); in gss_import_v2_context()
643 ctx->enctype); in gss_import_v2_context()
666 switch (ctx->enctype) { in gss_import_v2_context()
Dgss_krb5_seqnum.c83 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) in krb5_make_seq_num()
149 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) in krb5_get_seq_num()
Dgss_krb5_wrap.c241 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) { in gss_wrap_kerberos_v1()
329 if (kctx->enctype == ENCTYPE_ARCFOUR_HMAC) { in gss_unwrap_kerberos_v1()
594 switch (kctx->enctype) { in gss_wrap_kerberos()
612 switch (kctx->enctype) { in gss_unwrap_kerberos()
Dgss_krb5_unseal.c216 switch (ctx->enctype) { in gss_verify_mic_kerberos()
Dgss_krb5_seal.c220 switch (ctx->enctype) { in gss_get_mic_kerberos()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1152 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1207 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1210 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1215 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1220 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1226 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1232 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1244 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1284 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi()
1286 ath10k_htt_rx_crypto_param_len(ar, enctype)); in ath10k_htt_rx_h_undecap_nwifi()
[all …]
/Linux-v4.19/include/linux/sunrpc/
Dgss_krb5.h98 u32 enctype; member