HomeSort by: relevance | last modified time | path
    Searched refs:store32 (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.c 526 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 0);
527 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH + 4, l);
533 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 1);
553 store32(&value, context->lanes);
556 store32(&value, context->outlen);
559 store32(&value, context->m_cost);
562 store32(&value, context->t_cost);
565 store32(&value, context->version);
568 store32(&value, (uint32_t)type);
571 store32(&value, context->pwdlen)
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_blake2s_ref.c 106 store32( &P->leaf_length, 0 );
107 store32( &P->node_offset, 0 );
129 store32( &P->leaf_length, 0 );
130 store32( &P->node_offset, 0 );
260 store32( buffer + sizeof( S->h[i] ) * i, S->h[i] );
archive_blake2sp_ref.c 52 store32( &P->leaf_length, 0 );
53 store32( &P->node_offset, offset );
69 store32( &P->leaf_length, 0 );
70 store32( &P->node_offset, 0 );
archive_blake2_impl.h 92 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) function
  /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
blake2_impl.h 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) function
blake2s_prov.c 82 store32(P->leaf_length, 0);
314 store32(target + sizeof(c->h[i]) * i, c->h[i]);
blake2b_prov.c 88 store32(P->leaf_length, 0);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
blake2_impl.h 58 static ossl_inline void store32(uint8_t *dst, uint32_t w) function
blake2s_prov.c 84 store32(P->leaf_length, 0);
315 store32(target + sizeof(c->h[i]) * i, c->h[i]);
blake2b_prov.c 89 store32(P->leaf_length, 0);
  /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
blake2_impl.h 63 static ossl_inline void store32(uint8_t *dst, uint32_t w) function
blake2s.c 86 store32(P->leaf_length, 0);
258 store32(md + sizeof(c->h[i]) * i, c->h[i]);
blake2b.c 89 store32(P->leaf_length, 0);
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2-impl.h 82 static BLAKE2_INLINE void store32(void *dst, uint32_t w) { function
blake2b.c 344 store32(outlen_bytes, (uint32_t)outlen);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
argon2.c 224 static ossl_inline void store32(uint8_t *dst, uint32_t w);
279 static ossl_inline void store32(uint8_t *dst, uint32_t w) function
354 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 0);
355 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH + 4, l);
360 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 1);
668 store32((uint8_t *)&value, args[tmp]);
682 store32((uint8_t *)&value, ctx->saltlen);
691 store32((uint8_t *)&value, ctx->secretlen);
704 store32((uint8_t *)&value, ctx->adlen);
858 store32(outlen_bytes, (uint32_t)outlen)
    [all...]

Completed in 38 milliseconds