Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H 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()
H A Dgss_krb5_unseal.c216 switch (ctx->enctype) { in gss_verify_mic_kerberos()
H A Dgss_krb5_seal.c212 switch (ctx->enctype) { in gss_get_mic_kerberos()
H A Dgss_krb5_wrap.c566 switch (kctx->enctype) { in gss_wrap_kerberos()
584 switch (kctx->enctype) { in gss_unwrap_kerberos()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1355 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1409 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1443 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1446 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1451 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1456 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1462 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1468 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1480 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1520 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1828 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_mic_len() argument
1830 switch (enctype) { in ath11k_dp_rx_crypto_mic_len()
1850 ath11k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath11k_dp_rx_crypto_mic_len()
1855 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument
1857 switch (enctype) { in ath11k_dp_rx_crypto_param_len()
1878 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_param_len()
1883 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_icv_len() argument
1885 switch (enctype) { in ath11k_dp_rx_crypto_icv_len()
1903 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_icv_len()
1910 enum hal_encrypt_type enctype, in ath11k_dp_rx_h_undecap_nwifi() argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dkssl.h148 krb5_enctype enctype; member
187 unsigned char *kssl_skip_confound(krb5_enctype enctype, unsigned char *authn);
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dgss_krb5.h98 u32 enctype; member
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dx-selection.m786 enctype
798 encdata = [bmimage representationUsingType:enctype properties:dict];