Searched refs:cipher (Results 1 - 25 of 274) sorted by path

1234567891011

/linux-master/crypto/
H A Dcrypto_null.c10 * The null cipher is compliant with RFC2410.
131 .cra_u = { .cipher = {
/linux-master/drivers/crypto/bcm/
H A DMakefile14 bcm_crypto_spu-objs := util.o spu.o spu2.o cipher.o
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon.c280 switch (tx_info->control.hw_key->cipher) {
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00lib.h315 enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key);
330 static inline enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key)
H A Drt2x00queue.h163 * @cipher: Cipher type used during decryption.
179 u8 cipher; member in struct:rxdone_entry_desc
288 * @cipher: Cipher type used for encryption.
322 enum cipher cipher; member in struct:txentry_desc
H A Drt2x00reg.h100 enum cipher { enum
114 * Max cipher type.
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dtx.c117 info->control.hw_key->cipher == WLAN_CIPHER_SUITE_TKIP) {
/linux-master/arch/arm/crypto/
H A DMakefile26 aes-arm-y := aes-cipher-core.o aes-cipher-glue.o
H A Daes-neonbs-glue.c12 #include <crypto/internal/cipher.h>
/linux-master/arch/arm64/crypto/
H A DMakefile26 obj-$(CONFIG_CRYPTO_SM4_ARM64_CE) += sm4-ce-cipher.o
27 sm4-ce-cipher-y := sm4-ce-cipher-glue.o sm4-ce-cipher-core.o
50 obj-$(CONFIG_CRYPTO_AES_ARM64_CE) += aes-ce-cipher.o
51 aes-ce-cipher-y := aes-ce-core.o aes-ce-glue.o
79 aes-arm64-y := aes-cipher-core.o aes-cipher-glue.o
H A Dsm4-ce-cipher-glue.c14 MODULE_DESCRIPTION("SM4 symmetric cipher using ARMv8 Crypto Extensions");
62 .cra_u.cipher = {
/linux-master/arch/powerpc/crypto/
H A Daes-spe-glue.c423 .cipher = {
H A Daes.c17 #include <crypto/internal/cipher.h>
H A Daesp10-ppc.pl493 v${n}cipher v0,v0,v2
497 v${n}cipher v0,v0,v1
503 v${n}cipher v0,v0,v2
H A Daesp8-ppc.pl494 v${n}cipher v0,v0,v2
498 v${n}cipher v0,v0,v1
504 v${n}cipher v0,v0,v2
/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
H A Dsm4-riscv64-glue.c14 #include <crypto/internal/cipher.h>
/linux-master/arch/s390/crypto/
H A Daes_s390.c24 #include <crypto/internal/cipher.h>
165 .cipher = {
H A Ddes_s390.c79 .cipher = {
244 .cipher = {
/linux-master/arch/sparc/crypto/
H A Daes_glue.c372 .cipher = {
H A Dcamellia_glue.c206 .cipher = {
H A Ddes_glue.c348 .cipher = {
366 .cipher = {
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c606 /* We want to cipher all zeros to create the hash sub key. */
1014 .cipher = {
H A Dblowfish_glue.c21 /* regular block cipher functions */
25 /* 4-way parallel cipher functions */
100 .cipher = {
H A Dcamellia_glue.c21 /* regular block cipher functions */
28 /* 2-way parallel cipher functions */
1319 .cipher = {

Completed in 242 milliseconds

1234567891011