Home
last modified time | relevance | path

Searched refs:SHA_CBLOCK (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c138 res = SHA_CBLOCK - res; in sha1_update()
146 res = len % SHA_CBLOCK; in sha1_update()
204 blocks *= SHA_CBLOCK; in aesni_cbc_hmac_sha1_cipher()
263 unsigned char c[SHA_CBLOCK]; in aesni_cbc_hmac_sha1_cipher()
303 (0 - SHA_CBLOCK); in aesni_cbc_hmac_sha1_cipher()
304 j += SHA_CBLOCK - key->md.num; in aesni_cbc_hmac_sha1_cipher()
337 if (res != SHA_CBLOCK) in aesni_cbc_hmac_sha1_cipher()
358 if (res > SHA_CBLOCK - 8) { in aesni_cbc_hmac_sha1_cipher()
371 memset(data, 0, SHA_CBLOCK); in aesni_cbc_hmac_sha1_cipher()
411 pad_blocks = res / SHA_CBLOCK; in aesni_cbc_hmac_sha1_cipher()
[all …]
H A Dm_sha1.c103 .block_size = SHA_CBLOCK,
/dragonfly/crypto/libressl/include/openssl/
H A Dsha.h86 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a macro
89 #define SHA_LAST_BLOCK (SHA_CBLOCK-8)
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_openssl.c363 .block_size = SHA_CBLOCK,
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha_locl.h69 #define HASH_CBLOCK SHA_CBLOCK
233 data += SHA_CBLOCK; in HASH_BLOCK_DATA_ORDER()
H A Dsha256.c77 #define HASH_CBLOCK SHA_CBLOCK