Home
last modified time | relevance | path

Searched refs:SHA_LBLOCK (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/include/openssl/
H A Dsha.h85 #define SHA_LBLOCK 16 macro
86 #define SHA_CBLOCK (SHA_LBLOCK*4) /* SHA treats input data as a
96 SHA_LONG data[SHA_LBLOCK];
110 #define SHA256_CBLOCK (SHA_LBLOCK*4) /* SHA-256 treats input data as a
120 SHA_LONG data[SHA_LBLOCK];
149 #define SHA512_CBLOCK (SHA_LBLOCK*8) /* SHA-512 treats input data as a
165 SHA_LONG64 d[SHA_LBLOCK];
/dragonfly/crypto/libressl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c262 unsigned int u[SHA_LBLOCK]; in aesni_cbc_hmac_sha1_cipher()
343 data->u[SHA_LBLOCK - 1] |= bitlen&mask; in aesni_cbc_hmac_sha1_cipher()
361 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha1_cipher()
374 data->u[SHA_LBLOCK - 1] = bitlen; in aesni_cbc_hmac_sha1_cipher()
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha512.c109 c->u.d[SHA_LBLOCK-2] = c->Nh; in SHA512_Final()
110 c->u.d[SHA_LBLOCK-1] = c->Nl; in SHA512_Final()
404 W+=SHA_LBLOCK; in sha512_block_data_order()
450 W+=SHA_LBLOCK; in sha512_block_data_order()
538 W+=SHA_LBLOCK; in sha512_block_data_order()