OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sha512_initial_hash_value
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
sha2.c
268
const static u_int64_t
sha512_initial_hash_value
[8] = {
variable
566
memcpy(context->state,
sha512_initial_hash_value
,
567
sizeof(
sha512_initial_hash_value
));
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c
315
const static sha2_word64
sha512_initial_hash_value
[8] = {
variable
666
bcopy(
sha512_initial_hash_value
, context->state, SHA512_DIGEST_LENGTH);
[
all
...]
Completed in 249 milliseconds