Home
last modified time | relevance | path

Searched defs:SHA512_Update (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcrypto/arc4random/
H A Dgetentropy_solaris.c47 #define SHA512_Update SHA512Update macro
H A Dgetentropy_osx.c62 #define SHA512_Update(a, b, c) (CC_SHA512_Update((a), (b), (c))) macro
/openbsd-src/lib/libcrypto/sha/
H A Dsha512.c387 SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() function