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

/freebsd-11-stable/crypto/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;
517 (blocks = (plen - (sha_off + iv)) / SHA256_CBLOCK)) {
522 blocks *= SHA256_CBLOCK;
575 unsigned char c[SHA256_CBLOCK];
616 if (len >= (256 + SHA256_CBLOCK)) {
617 j = (len - (256 + SHA256_CBLOCK)) & (0 - SHA256_CBLOCK);
[all...]
/freebsd-11-stable/crypto/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 73 milliseconds