OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA_final
(Results
1 - 2
of
2
) sorted by null
/external/libconstrainedcrypto/include/constrainedcrypto/
sha.h
40
const uint8_t*
SHA_final
(SHA_CTX* ctx);
/external/libconstrainedcrypto/
sha.c
91
SHA_final
,
123
const uint8_t*
SHA_final
(SHA_CTX* ctx) {
153
memcpy(digest,
SHA_final
(&ctx), SHA_DIGEST_SIZE);
Completed in 337 milliseconds