Searched refs:SHA256_BLOCK_SIZE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dsha.h17 #define SHA256_BLOCK_SIZE 64 macro
76 u8 buf[SHA256_BLOCK_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Dsha256_s390.c82 .cra_blocksize = SHA256_BLOCK_SIZE,
H A Dsha_common.c68 plen = (bsize > SHA256_BLOCK_SIZE) ? 16 : 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c174 leftover = ((state.count - 1) & (SHA256_BLOCK_SIZE - 1)) + 1;
175 space = SHA256_BLOCK_SIZE - leftover;
289 .cra_blocksize = SHA256_BLOCK_SIZE,
H A Dn2_core.c1332 .block_size = SHA256_BLOCK_SIZE },
H A Dtalitos.c2183 .cra_blocksize = SHA256_BLOCK_SIZE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha256_generic.c352 .cra_blocksize = SHA256_BLOCK_SIZE,

Completed in 135 milliseconds