Home
last modified time | relevance | path

Searched refs:SHA_LBLOCK (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H 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];
/third_party/openssl/include/openssl/
H 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];
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h27 # define SHA_LBLOCK 16 macro
28 # define SHA_CBLOCK (SHA_LBLOCK*4)/* SHA treats input data as a
37 SHA_LONG data[SHA_LBLOCK];
47 # define SHA256_CBLOCK (SHA_LBLOCK*4)/* SHA-256 treats input data as a
54 SHA_LONG data[SHA_LBLOCK];
83 # define SHA512_CBLOCK (SHA_LBLOCK*8)
99 SHA_LONG64 d[SHA_LBLOCK];
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dsha.rs16 pub data: [SHA_LONG; SHA_LBLOCK as usize],
44 pub data: [SHA_LONG; SHA_LBLOCK as usize],
78 u: [SHA_LONG64; SHA_LBLOCK as usize],
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dsha.rs6 pub const SHA_LBLOCK: c_int = 16; consts
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H 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()
H 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()
/third_party/openssl/providers/implementations/ciphers/
H 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()
H 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()
/third_party/node/deps/openssl/openssl/crypto/sha/
H 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()
544 W += SHA_LBLOCK; in sha512_block_data_order()
615 W += SHA_LBLOCK; in sha512_block_data_order()
746 W += SHA_LBLOCK; in sha512_block_data_order()
/third_party/openssl/crypto/sha/
H 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()
544 W += SHA_LBLOCK; in sha512_block_data_order()
615 W += SHA_LBLOCK; in sha512_block_data_order()
746 W += SHA_LBLOCK; in sha512_block_data_order()
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c155 c->u.d[SHA_LBLOCK - 2] = c->Nh; in SHA512_Final()
156 c->u.d[SHA_LBLOCK - 1] = c->Nl; in SHA512_Final()
557 W += SHA_LBLOCK; in sha512_block_data_order()
628 W += SHA_LBLOCK; in sha512_block_data_order()
759 W += SHA_LBLOCK; in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/evp/
H 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()
H 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()
/third_party/openssl/crypto/evp/
H 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()
H 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()

Completed in 15 milliseconds