Home
last modified time | relevance | path

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

/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()
86 gk5e = gss_krb5_lookup_enctype(param->enctype); in checksum_case()
473 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
481 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
489 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
497 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
505 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
513 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96,
540 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()
/linux/net/rxrpc/
H A Drxgk_app.c22 * afs_uint32 enctype;
50 unsigned int klen, enctype; in rxgk_yfs_decode_ticket() local
66 enctype = ntohl(tmp[0]); in rxgk_yfs_decode_ticket()
119 q[11] = 0; /* enctype - msw */ in rxgk_yfs_decode_ticket()
120 q[12] = htonl(enctype); /* - lsw */ in rxgk_yfs_decode_ticket()
178 * afs_int32 enctype;
193 u32 kvno, enctype; in rxgk_extract_token() local
198 __be32 enctype; in rxgk_extract_token() member
213 enctype = ntohl(container.enctype); in rxgk_extract_token()
[all...]
H A Dsecurity.c163 u32 kvno, u32 enctype) in rxrpc_look_up_server_security() argument
174 if (enctype) in rxrpc_look_up_server_security()
176 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype); in rxrpc_look_up_server_security()
H A Drxgk_kdf.c223 gk->krb5 = crypto_krb5_find_enctype(key->enctype); in rxgk_generate_transport_key()
270 unsigned int enctype, in rxgk_set_up_token_cipher() argument
277 krb5 = crypto_krb5_find_enctype(enctype); in rxgk_set_up_token_cipher()
H A Drxgk.c24 unsigned int service, sec_class, kvno, enctype; in rxgk_preparse_server_key() local
30 &service, &sec_class, &kvno, &enctype, &n) != 4) in rxgk_preparse_server_key()
36 krb5 = crypto_krb5_find_enctype(enctype); in rxgk_preparse_server_key()
254 conn->rxgk.enctype = gk->krb5->etype; in rxgk_init_connection_security()
738 return sp->chall.conn->rxgk.enctype; in rxgk_kernel_query_challenge()
754 chall.enctype = conn->rxgk.enctype; in rxgk_challenge_to_recvmsg()
H A Drxperf.c586 static int rxperf_add_yfs_rxgk_key(struct key *keyring, u32 enctype) in rxperf_add_yfs_rxgk_key() argument
588 const struct krb5_enctype *krb5 = crypto_krb5_find_enctype(enctype); in rxperf_add_yfs_rxgk_key()
601 sprintf(name, "%u:6:1:%u", RX_PERF_SERVICE, enctype); in rxperf_add_yfs_rxgk_key()
H A Drxgk_common.h60 unsigned int enctype,
H A Dkey.c226 token->rxgk->enctype = tmp = xdr_dec64(xdr + 5 * 2); in rxrpc_preparse_xdr_yfs_rxgk()
253 _debug("ENC : %u", token->rxgk->enctype); in rxrpc_preparse_xdr_yfs_rxgk()
866 ENCODE64(token->rxgk->enctype); in rxrpc_read()
H A Dar-internal.h575 u32 enctype; /* Kerberos 5 encoding type */ member
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c866 int ath12k_dp_rx_crypto_mic_len(struct ath12k_dp *dp, enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_mic_len()
868 switch (enctype) { in ath12k_dp_rx_crypto_mic_len()
888 ath12k_warn(dp->ab, "unsupported encryption type %d for mic len\n", enctype);
893 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_param_len()
895 switch (enctype) { in ath12k_dp_rx_crypto_param_len()
916 ath12k_warn(dp_pdev->dp->ab, "unsupported encryption type %d\n", enctype);
921 enum hal_encrypt_type enctype) in ath12k_dp_rx_crypto_icv_len()
923 switch (enctype) { in ath12k_dp_rx_crypto_icv_len()
941 ath12k_warn(dp_pdev->dp->ab, "unsupported encryption type %d\n", enctype);
947 enum hal_encrypt_type enctype, in ath12k_dp_rx_h_undecap_nwifi()
863 ath12k_dp_rx_crypto_mic_len(struct ath12k_dp * dp,enum hal_encrypt_type enctype) ath12k_dp_rx_crypto_mic_len() argument
890 ath12k_dp_rx_crypto_param_len(struct ath12k_pdev_dp * dp_pdev,enum hal_encrypt_type enctype) ath12k_dp_rx_crypto_param_len() argument
918 ath12k_dp_rx_crypto_icv_len(struct ath12k_pdev_dp * dp_pdev,enum hal_encrypt_type enctype) ath12k_dp_rx_crypto_icv_len() argument
944 ath12k_dp_rx_h_undecap_nwifi(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_undecap_nwifi() argument
992 ath12k_dp_rx_h_undecap_raw(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct ieee80211_rx_status * status,bool decrypted) ath12k_dp_rx_h_undecap_raw() argument
1053 ath12k_get_dot11_hdr_from_rx_desc(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,struct ath12k_skb_rxcb * rxcb,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_get_dot11_hdr_from_rx_desc() argument
1094 ath12k_dp_rx_h_undecap_eth(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_undecap_eth() argument
1122 ath12k_dp_rx_h_undecap(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,bool decrypted,struct hal_rx_desc_data * rx_info) ath12k_dp_rx_h_undecap() argument
1474 ath12k_dp_rx_h_undecap_frag(struct ath12k_pdev_dp * dp_pdev,struct sk_buff * msdu,enum hal_encrypt_type enctype,u32 flags) ath12k_dp_rx_h_undecap_frag() argument
[all...]
H A Dmac.c9057 enum hal_encrypt_type enctype; in ath12k_mac_mgmt_tx_wmi() local
9080 enctype = ath12k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath12k_mac_mgmt_tx_wmi()
9081 mic_len = ath12k_dp_rx_crypto_mic_len(ab->dp, enctype); in ath12k_mac_mgmt_tx_wmi()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1424 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument
1483 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1517 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()
1525 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1530 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw()
1536 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw()
1542 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw()
1554 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument
1596 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1870 int ath11k_dp_rx_crypto_mic_len(struct ath11k *ar, enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_mic_len() argument
1872 switch (enctype) { in ath11k_dp_rx_crypto_mic_len()
1892 ath11k_warn(ar->ab, "unsupported encryption type %d for mic len\n", enctype); in ath11k_dp_rx_crypto_mic_len()
1897 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_param_len() argument
1899 switch (enctype) { in ath11k_dp_rx_crypto_param_len()
1920 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_param_len()
1925 enum hal_encrypt_type enctype) in ath11k_dp_rx_crypto_icv_len() argument
1927 switch (enctype) { in ath11k_dp_rx_crypto_icv_len()
1945 ath11k_warn(ar->ab, "unsupported encryption type %d\n", enctype); in ath11k_dp_rx_crypto_icv_len()
1952 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);
/linux/include/trace/events/
H A Dafs.h673 __field(u32, enctype)
681 __entry->enctype = call->enctype;
691 __entry->enctype)
/linux/fs/afs/
H A Drxrpc.c823 &call->enctype); in afs_deliver_cm_op_id()