HomeSort by relevance Sort by last modified time
    Searched refs:hash_state (Results 1 - 24 of 24) sorted by null

  /external/python/cpython3/Modules/_sha3/
sha3module.c 141 SHA3_state hash_state; member in struct:__anon33352
199 res = Keccak_HashInitialize_SHA3_224(&self->hash_state);
201 res = Keccak_HashInitialize_SHA3_256(&self->hash_state);
203 res = Keccak_HashInitialize_SHA3_384(&self->hash_state);
205 res = Keccak_HashInitialize_SHA3_512(&self->hash_state);
208 res = Keccak_HashInitialize(&self->hash_state, 1152, 448, 224, 0x01);
210 res = Keccak_HashInitialize(&self->hash_state, 1088, 512, 256, 0x01);
212 res = Keccak_HashInitialize(&self->hash_state, 832, 768, 384, 0x01);
214 res = Keccak_HashInitialize(&self->hash_state, 576, 1024, 512, 0x01);
217 res = Keccak_HashInitialize_SHAKE128(&self->hash_state);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
sha256.c 81 struct hash_state { struct
85 static void sha256_compress(struct hash_state * md, const unsigned char *buf)
119 static void sha256_init(struct hash_state * md)
135 static void sha256_process(struct hash_state * md, const unsigned char *in, unsigned long inlen)
161 static void sha256_done(struct hash_state * md, unsigned char *out)
201 struct hash_state md;
238 struct hash_state md;
sha512.c 111 struct hash_state { struct
115 static void sha512_compress(struct hash_state * md, const unsigned char *buf)
153 static void sha512_init(struct hash_state * md)
167 static void sha512_done(struct hash_state * md, unsigned char *out)
206 static void sha512_process(struct hash_state * md,
237 struct hash_state md;
286 struct hash_state md;
  /external/python/cpython3/Modules/
sha1module.c 54 struct sha1_state hash_state; member in struct:__anon33493
334 newobj->hash_state = self->hash_state;
351 temp = self->hash_state;
370 temp = self->hash_state;
393 sha1_process(&self->hash_state, buf.buf, buf.len);
504 sha1_init(&new->hash_state);
513 sha1_process(&new->hash_state, buf.buf, buf.len);
md5module.c 54 struct md5_state hash_state; member in struct:__anon33474
357 newobj->hash_state = self->hash_state;
374 temp = self->hash_state;
393 temp = self->hash_state;
416 md5_process(&self->hash_state, buf.buf, buf.len);
527 md5_init(&new->hash_state);
536 md5_process(&new->hash_state, buf.buf, buf.len);
  /external/f2fs-tools/tools/
sha512.c 131 struct hash_state { struct
135 static void sha512_compress(struct hash_state * md, const unsigned char *buf)
173 static void sha512_init(struct hash_state * md)
187 static void sha512_done(struct hash_state * md, unsigned char *out)
226 static void sha512_process(struct hash_state * md,
257 struct hash_state md;
306 struct hash_state md;
  /external/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Hashing.h 260 struct hash_state { struct in namespace:llvm::hashing::detail
263 /// \brief Create a new hash_state structure and initialize it based on the
266 static hash_state create(const char *s, uint64_t seed) {
267 hash_state state = {
415 hash_state state = state.create(buffer, seed);
457 hash_state state = state.create(s_begin, seed);
498 hash_state state;
513 /// hash_state, empties it, and then merges the new chunk in. This also
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 27 hash_state md;
62 hash_state md;
75 hash_state md;
148 hash_state md;
  /toolchain/binutils/binutils-2.27/gas/
ecoff.c 726 typedef enum hash_state {
725 typedef enum hash_state { enum
    [all...]

Completed in 1224 milliseconds