Home
last modified time | relevance | path

Searched refs:store32 (Results 1 – 4 of 4) sorted by relevance

/openssl/providers/implementations/kdfs/
H A Dargon2.c226 static ossl_inline void store32(uint8_t *dst, uint32_t w);
282 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() function
357 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 0); in fill_first_blocks()
358 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH + 4, l); in fill_first_blocks()
363 store32(blockhash + ARGON2_PREHASH_DIGEST_LENGTH, 1); in fill_first_blocks()
673 store32((uint8_t *) &value, args[tmp]); in initial_hash()
687 store32((uint8_t *) &value, ctx->saltlen); in initial_hash()
696 store32((uint8_t *) &value, ctx->secretlen); in initial_hash()
709 store32((uint8_t *) &value, ctx->adlen); in initial_hash()
865 store32(outlen_bytes, (uint32_t)outlen); in blake2b_long()
/openssl/providers/implementations/digests/
H A Dblake2s_prov.c82 store32(P->leaf_length, 0); in ossl_blake2s_param_init()
313 store32(target + sizeof(c->h[i]) * i, c->h[i]); in ossl_blake2s_final()
H A Dblake2_impl.h58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32() function
H A Dblake2b_prov.c90 store32(P->leaf_length, 0); in ossl_blake2b_param_init()

Completed in 11 milliseconds