Home
last modified time | relevance | path

Searched refs:encrypt_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_ioctl.c865 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wapi_key() argument
870 encrypt_key, true); in mwifiex_sec_ioctl_set_wapi_key()
880 struct mwifiex_ds_encrypt_key *encrypt_key) in mwifiex_sec_ioctl_set_wep_key() argument
890 index = encrypt_key->key_index; in mwifiex_sec_ioctl_set_wep_key()
891 if (encrypt_key->key_disable) { in mwifiex_sec_ioctl_set_wep_key()
893 } else if (!encrypt_key->key_len) { in mwifiex_sec_ioctl_set_wep_key()
903 memcpy(encrypt_key->key_material, in mwifiex_sec_ioctl_set_wep_key()
905 encrypt_key->key_len = wep_key->key_length; in mwifiex_sec_ioctl_set_wep_key()
915 encrypt_key->key_material, in mwifiex_sec_ioctl_set_wep_key()
916 encrypt_key->key_len); in mwifiex_sec_ioctl_set_wep_key()
[all …]
/linux-4.4.14/arch/sparc/crypto/
Dcamellia_glue.c27 u64 encrypt_key[CAMELLIA_TABLE_BYTE_LEN / sizeof(u64)]; member
32 extern void camellia_sparc64_key_expand(const u32 *in_key, u64 *encrypt_key,
49 camellia_sparc64_key_expand(in_key, &ctx->encrypt_key[0], in camellia_set_key()
61 camellia_sparc64_crypt(&ctx->encrypt_key[0], in camellia_encrypt()
104 key = &ctx->encrypt_key[0]; in __ecb_crypt()
166 key = &ctx->encrypt_key[0]; in cbc_encrypt()