| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | 24 u32 enctype; member 51 gk5e = gss_krb5_lookup_enctype(param->enctype); in kdf_case() 85 gk5e = gss_krb5_lookup_enctype(param->enctype); in checksum_case() 470 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 478 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 486 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 494 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 502 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 510 .enctype = ENCTYPE_AES128_CTS_HMAC_SHA1_96, 537 gk5e = gss_krb5_lookup_enctype(param->enctype); in rfc3962_encrypt_case() [all …]
|
| H A D | gss_krb5_mech.c | 425 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 D | rxgk_app.c | 50 unsigned int klen, enctype; in rxgk_yfs_decode_ticket() local 66 enctype = ntohl(tmp[0]); in rxgk_yfs_decode_ticket() 120 q[12] = htonl(enctype); /* - lsw */ in rxgk_yfs_decode_ticket() 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() 221 _debug("ENC %u", enctype); in rxgk_extract_token() 224 server_key = rxrpc_look_up_server_security(conn, skb, kvno, enctype); in rxgk_extract_token() 230 ret = rxgk_set_up_token_cipher(server_secret, &token_enc, enctype, &krb5, GFP_NOFS); in rxgk_extract_token()
|
| H A D | security.c | 163 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 D | rxgk.c | 24 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 D | rxgk_common.h | 59 unsigned int enctype,
|
| H A D | ar-internal.h | 575 u32 enctype; /* Kerberos 5 encoding type */ member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 1425 enum htt_rx_mpdu_encrypt_type enctype, in ath10k_htt_rx_h_undecap_raw() argument 1484 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1518 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1521 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1526 ath10k_htt_rx_crypto_mic_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1531 ath10k_htt_rx_crypto_icv_len(ar, enctype)); in ath10k_htt_rx_h_undecap_raw() 1537 enctype == HTT_RX_MPDU_ENCRYPT_TKIP_WPA) in ath10k_htt_rx_h_undecap_raw() 1543 crypto_len = ath10k_htt_rx_crypto_param_len(ar, enctype); in ath10k_htt_rx_h_undecap_raw() 1555 enum htt_rx_mpdu_encrypt_type enctype) in ath10k_htt_rx_h_undecap_nwifi() argument 1597 ath10k_htt_rx_crypto_param_len(ar, enctype)), in ath10k_htt_rx_h_undecap_nwifi() [all …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.h | 99 int ath11k_dp_rx_crypto_mic_len(struct ath11k *ar, enum hal_encrypt_type enctype);
|
| H A D | mac.c | 6184 enum hal_encrypt_type enctype; in ath11k_mac_mgmt_tx_wmi() local 6212 enctype = ath11k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath11k_mac_mgmt_tx_wmi() 6213 mic_len = ath11k_dp_rx_crypto_mic_len(ar, enctype); in ath11k_mac_mgmt_tx_wmi()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | hal.c | 480 enum hal_encrypt_type enctype) in ath12k_hw_qcn9274_rx_desc_get_crypto_hdr() argument 484 switch (enctype) { in ath12k_hw_qcn9274_rx_desc_get_crypto_hdr() 934 enum hal_encrypt_type enctype) in ath12k_hw_qcn9274_compact_rx_desc_get_crypto_hdr() argument 938 switch (enctype) { in ath12k_hw_qcn9274_compact_rx_desc_get_crypto_hdr() 1286 enum hal_encrypt_type enctype) in ath12k_hw_wcn7850_rx_desc_get_crypto_hdr() argument 1290 switch (enctype) { in ath12k_hw_wcn7850_rx_desc_get_crypto_hdr()
|
| H A D | mac.c | 8664 enum hal_encrypt_type enctype; in ath12k_mac_mgmt_tx_wmi() local 8687 enctype = ath12k_dp_tx_get_encrypt_type(skb_cb->cipher); in ath12k_mac_mgmt_tx_wmi() 8688 mic_len = ath12k_dp_rx_crypto_mic_len(ar, enctype); in ath12k_mac_mgmt_tx_wmi()
|
| /linux/include/trace/events/ |
| H A D | afs.h | 673 __field(u32, enctype) 681 __entry->enctype = call->enctype; 691 __entry->enctype)
|
| /linux/fs/afs/ |
| H A D | internal.h | 183 u32 enctype; /* Security encoding type */ member
|