#include "common/sha2.h"
Go to the source code of this file.
Definition at line 67 of file sha2_int.h.
Definition at line 68 of file sha2_int.h.
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().