Searched refs:cipher (Results 176 - 200 of 274) sorted by relevance

1234567891011

/linux-master/arch/sparc/crypto/
H A Daes_glue.c372 .cipher = {
/linux-master/drivers/crypto/
H A Dpadlock-aes.c334 .cipher = {
/linux-master/drivers/net/wireless/rsi/
H A Drsi_mgmt.h721 u8 key_type, u8 key_id, u32 cipher, s16 sta_id,
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c12 #include <crypto/internal/cipher.h>
/linux-master/arch/powerpc/crypto/
H A Daes-spe-glue.c423 .cipher = {
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.h102 u8 cipher; member in struct:hw_pairwise_ta_entry
/linux-master/crypto/
H A Dcast6_generic.c3 * cast6.c - Cast6 cipher algorithm [rfc2612].
255 .cipher = {
H A Dessiv.c33 #include <crypto/internal/cipher.h>
487 /* Symmetric cipher, e.g., "cbc(aes)" */
507 /* AEAD cipher, e.g., "authenc(hmac(sha256),cbc(aes))" */
527 pr_warn("Failed to parse ESSIV cipher name from skcipher cra_name\n");
H A Dhctr2.c19 #include <crypto/internal/cipher.h>
428 /* Stream cipher, xctr(block_cipher) */
447 /* Block cipher, e.g. "aes" */
H A Dadiantum.c12 * cipher, two passes of an ��-almost-���-universal (��-���U) hash function based on
13 * NH and Poly1305, and an invocation of the AES-256 block cipher on a single
21 * - Stream cipher: XChaCha12 or XChaCha20
22 * - Block cipher: any with a 128-bit block size and 256-bit key
35 #include <crypto/internal/cipher.h>
45 * cipher's block size and the hash function's output.
49 /* Size of the block cipher key (K_E) in bytes */
85 * Also used to build the IV for the stream cipher.
109 * Given the XChaCha stream key K_S, derive the block cipher key K_E and the
131 /* Set the stream cipher ke
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtdls.c409 if (info->control.hw_key->cipher != WLAN_CIPHER_SUITE_CCMP) {
H A Dmvm.h2303 u8 *addr, u32 cipher, u8 *tk, u32 tk_len,
2320 u8 *addr, u32 cipher, u8 *tk, u32 tk_len,
2558 enum iwl_location_cipher iwl_mvm_cipher_to_location_cipher(u32 cipher) argument
2560 switch (cipher) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c442 switch (keyconf->cipher) {
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h242 unsigned char cipher[ECRYPTFS_MAX_CIPHER_NAME_SIZE + 1]; member in struct:ecryptfs_crypt_stat
303 * @cipher_name: String name for the cipher for this TFM
307 * destroying and initializing the same cipher repeatedly, eCryptfs
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c452 switch (keyconf->cipher) {
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dcore.h102 u32 cipher; member in struct:ath12k_skb_cb
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmain.c1772 (key->cipher == WLAN_CIPHER_SUITE_TKIP ||
1773 key->cipher == WLAN_CIPHER_SUITE_CCMP) &&
1817 if (key->cipher == WLAN_CIPHER_SUITE_TKIP)
1820 key->cipher == WLAN_CIPHER_SUITE_CCMP)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h450 u8 cipher; member in struct:bss_sec_tlv
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c139 mwifiex_is_rsn_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) argument
149 oui = &mwifiex_rsn_oui[cipher][0];
165 mwifiex_is_wpa_oui_present(struct mwifiex_bssdescriptor *bss_desc, u32 cipher) argument
174 oui = &mwifiex_wpa_oui[cipher][0];
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c452 switch (keyconf->cipher) {
/linux-master/net/wireless/
H A Dcore.h427 bool cfg80211_supported_cipher_suite(struct wiphy *wiphy, u32 cipher);
/linux-master/arch/riscv/crypto/
H A Daes-riscv64-glue.c4 * cipher and the ECB, CBC, CBC-CTS, CTR, and XTS modes.
18 #include <crypto/internal/cipher.h>
75 * - For single-block AES exposed as a "cipher" algorithm, it's
78 * is because with "cipher", decryption can be requested from a
82 * special code just for "cipher", as e.g. XTS also uses a
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c863 switch (params->cipher) {
1362 static int rtw_cfg80211_set_cipher(struct security_priv *psecuritypriv, u32 cipher, bool ucast) argument
1369 if (!cipher) {
1375 switch (cipher) {
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c194 switch (keyconf->cipher) {
221 IWL_ERR(priv, "Unknown encode cipher %x\n", keyconf->cipher);
/linux-master/drivers/firmware/qcom/
H A Dqcom_scm.c1156 * @cipher: the encryption algorithm the key is for
1173 enum qcom_scm_ice_cipher cipher, u32 data_unit_size)
1183 .args[3] = cipher,
1172 qcom_scm_ice_set_key(u32 index, const u8 *key, u32 key_size, enum qcom_scm_ice_cipher cipher, u32 data_unit_size) argument

Completed in 304 milliseconds

1234567891011