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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Ddes_s390.c24 #define DES_BLOCK_SIZE 8 macro
28 #define DES3_128_BLOCK_SIZE DES_BLOCK_SIZE
31 #define DES3_192_BLOCK_SIZE DES_BLOCK_SIZE
34 u8 iv[DES_BLOCK_SIZE];
39 u8 iv[DES_BLOCK_SIZE];
44 u8 iv[DES_BLOCK_SIZE];
66 crypt_s390_km(KM_DEA_ENCRYPT, dctx->key, out, in, DES_BLOCK_SIZE);
73 crypt_s390_km(KM_DEA_DECRYPT, dctx->key, out, in, DES_BLOCK_SIZE);
81 .cra_blocksize = DES_BLOCK_SIZE,
104 unsigned int n = nbytes & ~(DES_BLOCK_SIZE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Ddes.c25 #define DES_BLOCK_SIZE 8 macro
29 #define DES3_EDE_BLOCK_SIZE DES_BLOCK_SIZE
954 .cra_blocksize = DES_BLOCK_SIZE,

Completed in 54 milliseconds