Searched refs:SHA_LBLOCK (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha.h93 # define SHA_LBLOCK 16 macro
94 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a
103 SHA_LONG data[SHA_LBLOCK];
128 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a
137 SHA_LONG data[SHA_LBLOCK];
171 # define SHA512_CBLOCK (SHA_LBLOCK*8)
187 SHA_LONG64 d[SHA_LBLOCK];
H A Dsha512.c117 c->u.d[SHA_LBLOCK - 2] = c->Nh;
118 c->u.d[SHA_LBLOCK - 1] = c->Nl;
471 W += SHA_LBLOCK;
541 W += SHA_LBLOCK;
670 W += SHA_LBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha.h93 #define SHA_LBLOCK 16 macro
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
104 SHA_LONG data[SHA_LBLOCK];
123 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
133 SHA_LONG data[SHA_LBLOCK];
158 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
177 SHA_LONG64 d[SHA_LBLOCK];
H A Dsha512.c107 c->u.d[SHA_LBLOCK-2] = c->Nh;
108 c->u.d[SHA_LBLOCK-1] = c->Nl;
404 W+=SHA_LBLOCK;
488 W+=SHA_LBLOCK;
H A Dsha_locl.h75 #define HASH_LBLOCK SHA_LBLOCK
352 W+=SHA_LBLOCK;
555 W+=SHA_LBLOCK;
H A Dsha256.c82 #define HASH_LBLOCK SHA_LBLOCK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsha.h93 #define SHA_LBLOCK 16 macro
94 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
104 SHA_LONG data[SHA_LBLOCK];
123 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
133 SHA_LONG data[SHA_LBLOCK];
158 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
177 SHA_LONG64 d[SHA_LBLOCK];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha.h93 # define SHA_LBLOCK 16 macro
94 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a
103 SHA_LONG data[SHA_LBLOCK];
128 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a
137 SHA_LONG data[SHA_LBLOCK];
171 # define SHA512_CBLOCK (SHA_LBLOCK*8)
187 SHA_LONG64 d[SHA_LBLOCK];
H A Dsha512.c117 c->u.d[SHA_LBLOCK - 2] = c->Nh;
118 c->u.d[SHA_LBLOCK - 1] = c->Nl;
471 W += SHA_LBLOCK;
541 W += SHA_LBLOCK;
670 W += SHA_LBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c541 unsigned int u[SHA_LBLOCK];
660 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
676 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
688 data->u[SHA_LBLOCK - 1] = bitlen;
H A De_aes_cbc_hmac_sha256.c572 unsigned int u[SHA_LBLOCK];
651 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
670 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
685 data->u[SHA_LBLOCK - 1] = bitlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes_cbc_hmac_sha1.c541 unsigned int u[SHA_LBLOCK];
660 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
676 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
688 data->u[SHA_LBLOCK - 1] = bitlen;
H A De_aes_cbc_hmac_sha256.c572 unsigned int u[SHA_LBLOCK];
651 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
670 data->u[SHA_LBLOCK - 1] |= bitlen & mask;
685 data->u[SHA_LBLOCK - 1] = bitlen;

Completed in 93 milliseconds