Searched refs:SHA_CBLOCK (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Dm_ecdsa.c147 SHA_CBLOCK,
H A De_aes_cbc_hmac_sha1.c151 res = SHA_CBLOCK - res;
159 res = len % SHA_CBLOCK;
163 sha1_block_data_order(c, ptr, len / SHA_CBLOCK);
192 sha_off = SHA_CBLOCK - key->md.num;
212 && (blocks = (plen - (sha_off + iv)) / SHA_CBLOCK)) {
217 blocks *= SHA_CBLOCK;
270 unsigned char c[SHA_CBLOCK];
306 if (len >= (256 + SHA_CBLOCK)) {
307 j = (len - (256 + SHA_CBLOCK)) & (0 - SHA_CBLOCK);
[all...]
H A Dm_dss1.c99 SHA_CBLOCK,
H A Dm_dss.c97 SHA_CBLOCK,
H A Dm_sha.c98 SHA_CBLOCK,
H A Dm_sha1.c99 SHA_CBLOCK,
/freebsd-10.1-release/lib/libmd/
H A Dsha.h66 #define SHA_CBLOCK 64 macro
H A Dsha0c.c142 if ((c->num+len) >= SHA_CBLOCK)
152 len-=(SHA_CBLOCK-c->num);
195 sw=len/SHA_CBLOCK;
198 sw*=SHA_CBLOCK;
206 /* we now can process the input data in blocks of SHA_CBLOCK
209 while (len >= SHA_CBLOCK)
213 memcpy(p,data,SHA_CBLOCK);
214 data+=SHA_CBLOCK;
239 len-=SHA_CBLOCK;
H A Dsha1c.c170 if ((c->num+len) >= SHA_CBLOCK)
180 len-=(SHA_CBLOCK-c->num);
223 sw=len/SHA_CBLOCK;
226 sw*=SHA_CBLOCK;
234 /* we now can process the input data in blocks of SHA_CBLOCK
237 while (len >= SHA_CBLOCK)
241 memcpy(p,data,SHA_CBLOCK);
242 data+=SHA_CBLOCK;
267 len-=SHA_CBLOCK;
/freebsd-10.1-release/crypto/openssl/crypto/sha/
H A Dsha.h94 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a macro
97 # define SHA_LAST_BLOCK (SHA_CBLOCK-8)
H A Dsha_locl.h69 #define HASH_CBLOCK SHA_CBLOCK
274 data += SHA_CBLOCK;
H A Dsha256.c91 # define HASH_CBLOCK SHA_CBLOCK
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_openssl.c359 SHA_CBLOCK,
H A Deng_cryptodev.c897 SHA_CBLOCK,

Completed in 122 milliseconds