Home
last modified time | relevance | path

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

/openssl-master/include/openssl/
A Dsha.h36 # define SHA_LBLOCK 16 macro
37 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a
45 SHA_LONG data[SHA_LBLOCK];
58 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a
65 SHA_LONG data[SHA_LBLOCK];
100 # define SHA512_CBLOCK (SHA_LBLOCK*8)
113 SHA_LONG64 d[SHA_LBLOCK];
/openssl-master/crypto/sha/
A Dsha512.c170 c->u.d[SHA_LBLOCK - 2] = c->Nh; in SHA512_Final()
171 c->u.d[SHA_LBLOCK - 1] = c->Nl; in SHA512_Final()
653 W += SHA_LBLOCK; in sha512_block_data_order()
724 W += SHA_LBLOCK; in sha512_block_data_order()
855 W += SHA_LBLOCK; in sha512_block_data_order()
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_cbc_hmac_sha1_hw.c453 unsigned int u[SHA_LBLOCK]; in aesni_cbc_hmac_sha1_cipher()
540 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha1_cipher()
556 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha1_cipher()
568 data->u[SHA_LBLOCK - 1] = bitlen; in aesni_cbc_hmac_sha1_cipher()
A Dcipher_aes_cbc_hmac_sha256_hw.c495 unsigned int u[SHA_LBLOCK]; in aesni_cbc_hmac_sha256_cipher()
579 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha256_cipher()
598 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha256_cipher()
613 data->u[SHA_LBLOCK - 1] = bitlen; in aesni_cbc_hmac_sha256_cipher()
/openssl-master/crypto/evp/
A De_aes_cbc_hmac_sha1.c493 unsigned int u[SHA_LBLOCK]; in aesni_cbc_hmac_sha1_cipher()
619 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha1_cipher()
635 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha1_cipher()
647 data->u[SHA_LBLOCK - 1] = bitlen; in aesni_cbc_hmac_sha1_cipher()
A De_aes_cbc_hmac_sha256.c526 unsigned int u[SHA_LBLOCK]; in aesni_cbc_hmac_sha256_cipher()
610 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha256_cipher()
629 data->u[SHA_LBLOCK - 1] |= bitlen & mask; in aesni_cbc_hmac_sha256_cipher()
644 data->u[SHA_LBLOCK - 1] = bitlen; in aesni_cbc_hmac_sha256_cipher()

Completed in 17 milliseconds