Searched refs:SHA256_CBLOCK (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dm_sha1.c129 SHA256_CBLOCK,
148 SHA256_CBLOCK,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Dm_sha1.c144 SHA256_CBLOCK,
164 SHA256_CBLOCK,
H A De_aes_cbc_hmac_sha256.c153 res = SHA256_CBLOCK - res;
161 res = len % SHA256_CBLOCK;
165 sha256_block_data_order(c, ptr, len / SHA256_CBLOCK);
483 sha_off = SHA256_CBLOCK - key->md.num;
515 (blocks = (plen - (sha_off + iv)) / SHA256_CBLOCK)) {
520 blocks *= SHA256_CBLOCK;
573 unsigned char c[SHA256_CBLOCK];
609 if (len >= (256 + SHA256_CBLOCK)) {
610 j = (len - (256 + SHA256_CBLOCK)) & (0 - SHA256_CBLOCK);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Dm_sha1.c144 SHA256_CBLOCK,
164 SHA256_CBLOCK,
H A De_aes_cbc_hmac_sha256.c153 res = SHA256_CBLOCK - res;
161 res = len % SHA256_CBLOCK;
165 sha256_block_data_order(c, ptr, len / SHA256_CBLOCK);
483 sha_off = SHA256_CBLOCK - key->md.num;
515 (blocks = (plen - (sha_off + iv)) / SHA256_CBLOCK)) {
520 blocks *= SHA256_CBLOCK;
573 unsigned char c[SHA256_CBLOCK];
609 if (len >= (256 + SHA256_CBLOCK)) {
610 j = (len - (256 + SHA256_CBLOCK)) & (0 - SHA256_CBLOCK);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha.h128 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a macro
H A Dsha256.c307 data += SHA256_CBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha.h123 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a macro
H A Dsha256.c183 data += SHA256_CBLOCK;
263 data += SHA256_CBLOCK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsha.h123 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha.h128 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a macro
H A Dsha256.c307 data += SHA256_CBLOCK;

Completed in 82 milliseconds