OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha256_initial_hash_value
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
sha2.c
200
const static u_int32_t
sha256_initial_hash_value
[8] = {
variable
286
memcpy(context->state,
sha256_initial_hash_value
,
287
sizeof(
sha256_initial_hash_value
));
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c
247
const static sha2_word32
sha256_initial_hash_value
[8] = {
variable
338
bcopy(
sha256_initial_hash_value
, context->state, SHA256_DIGEST_LENGTH);
[
all
...]
Completed in 609 milliseconds