Searched refs:DES_BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Ddes.h10 #define DES_BLOCK_SIZE 8 macro
14 #define DES3_EDE_BLOCK_SIZE DES_BLOCK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_s390.c28 u8 iv[DES_BLOCK_SIZE];
33 u8 iv[DES_BLOCK_SIZE];
58 crypt_s390_km(KM_DEA_ENCRYPT, dctx->key, out, in, DES_BLOCK_SIZE);
65 crypt_s390_km(KM_DEA_DECRYPT, dctx->key, out, in, DES_BLOCK_SIZE);
73 .cra_blocksize = DES_BLOCK_SIZE,
96 unsigned int n = nbytes & ~(DES_BLOCK_SIZE - 1);
103 nbytes &= DES_BLOCK_SIZE - 1;
119 memcpy(param, walk->iv, DES_BLOCK_SIZE);
122 unsigned int n = nbytes & ~(DES_BLOCK_SIZE - 1);
129 nbytes &= DES_BLOCK_SIZE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c1233 .cra_blocksize = DES_BLOCK_SIZE,
1237 .ivsize = DES_BLOCK_SIZE,
1248 .cra_blocksize = DES_BLOCK_SIZE,
1342 .cra_blocksize = DES_BLOCK_SIZE,
1344 .ivsize = DES_BLOCK_SIZE,
1368 .cra_blocksize = DES_BLOCK_SIZE,
1370 .ivsize = DES_BLOCK_SIZE,
H A Dn2_core.c1130 .block_size = DES_BLOCK_SIZE,
1143 .block_size = DES_BLOCK_SIZE,
1147 .ivsize = DES_BLOCK_SIZE,
1157 .block_size = DES_BLOCK_SIZE,
1172 .block_size = DES_BLOCK_SIZE,
1185 .block_size = DES_BLOCK_SIZE,
1189 .ivsize = DES_BLOCK_SIZE,
1199 .block_size = DES_BLOCK_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Ddes_generic.c949 .cra_blocksize = DES_BLOCK_SIZE,

Completed in 121 milliseconds