Go to the source code of this file.
Definition at line 994 of file sha2.c.
References j, PG_SHA224_DIGEST_LENGTH, REVERSE32, SHA256_Last(), and pg_sha256_ctx::state.
Referenced by pg_cryptohash_final().
Definition at line 978 of file sha2.c.
References pg_sha256_ctx::bitcount, pg_sha256_ctx::buffer, PG_SHA256_BLOCK_LENGTH, PG_SHA256_DIGEST_LENGTH, sha224_initial_hash_value, and pg_sha256_ctx::state.
Referenced by pg_cryptohash_init().
Definition at line 988 of file sha2.c.
References data, len, and pg_sha256_update().
Referenced by pg_cryptohash_update().
Definition at line 577 of file sha2.c.
References j, PG_SHA256_DIGEST_LENGTH, REVERSE32, SHA256_Last(), and pg_sha256_ctx::state.
Referenced by pg_cryptohash_final().
Definition at line 279 of file sha2.c.
References pg_sha256_ctx::bitcount, pg_sha256_ctx::buffer, PG_SHA256_BLOCK_LENGTH, PG_SHA256_DIGEST_LENGTH, sha256_initial_hash_value, and pg_sha256_ctx::state.
Referenced by pg_cryptohash_init().
Definition at line 476 of file sha2.c.
References pg_sha256_ctx::bitcount, pg_sha256_ctx::buffer, data, len, PG_SHA256_BLOCK_LENGTH, and SHA256_Transform().
Referenced by pg_cryptohash_update(), and pg_sha224_update().
Definition at line 950 of file sha2.c.
References j, PG_SHA384_DIGEST_LENGTH, REVERSE64, SHA512_Last(), and pg_sha512_ctx::state.
Referenced by pg_cryptohash_final().
Definition at line 934 of file sha2.c.
References pg_sha512_ctx::bitcount, pg_sha512_ctx::buffer, PG_SHA384_BLOCK_LENGTH, PG_SHA512_DIGEST_LENGTH, sha384_initial_hash_value, and pg_sha512_ctx::state.
Referenced by pg_cryptohash_init().
Definition at line 944 of file sha2.c.
References data, len, and pg_sha512_update().
Referenced by pg_cryptohash_update().
Definition at line 905 of file sha2.c.
References j, PG_SHA512_DIGEST_LENGTH, REVERSE64, SHA512_Last(), and pg_sha512_ctx::state.
Referenced by pg_cryptohash_final().
Definition at line 605 of file sha2.c.
References pg_sha512_ctx::bitcount, pg_sha512_ctx::buffer, PG_SHA512_BLOCK_LENGTH, PG_SHA512_DIGEST_LENGTH, sha512_initial_hash_value, and pg_sha512_ctx::state.
Referenced by pg_cryptohash_init().
Definition at line 802 of file sha2.c.
References ADDINC128, pg_sha512_ctx::bitcount, pg_sha512_ctx::buffer, data, len, PG_SHA512_BLOCK_LENGTH, and SHA512_Transform().
Referenced by pg_cryptohash_update(), and pg_sha384_update().
Definition at line 529 of file sha2.c.
References pg_sha256_ctx::bitcount, pg_sha256_ctx::buffer, PG_SHA256_BLOCK_LENGTH, PG_SHA256_SHORT_BLOCK_LENGTH, REVERSE64, and SHA256_Transform().
Referenced by pg_sha224_final(), and pg_sha256_final().
Definition at line 386 of file sha2.c.
References a, b, pg_sha256_ctx::buffer, Ch, data, j, K256, Maj, s1, Sigma0_256, Sigma1_256, and pg_sha256_ctx::state.
Referenced by pg_sha256_update(), and SHA256_Last().
Definition at line 855 of file sha2.c.
References pg_sha512_ctx::bitcount, pg_sha512_ctx::buffer, PG_SHA512_BLOCK_LENGTH, PG_SHA512_SHORT_BLOCK_LENGTH, REVERSE64, and SHA512_Transform().
Referenced by pg_sha384_final(), and pg_sha512_final().
Definition at line 712 of file sha2.c.
References a, b, pg_sha512_ctx::buffer, Ch, data, j, K512, Maj, s1, Sigma0_512, Sigma1_512, and pg_sha512_ctx::state.
Referenced by pg_sha512_update(), and SHA512_Last().
Definition at line 165 of file sha2.c.
Referenced by SHA256_Transform().
Definition at line 209 of file sha2.c.
Referenced by SHA512_Transform().
Definition at line 185 of file sha2.c.
Referenced by pg_sha224_init().
Definition at line 197 of file sha2.c.
Referenced by pg_sha256_init().
Definition at line 253 of file sha2.c.
Referenced by pg_sha384_init().
Definition at line 265 of file sha2.c.
Referenced by pg_sha512_init().