Home
last modified time | relevance | path

Searched defs:sha3_update (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dm_sha3.c62 static int sha3_update(EVP_MD_CTX *evp_ctx, const void *_inp, size_t len) in sha3_update() function
/netbsd-src/common/lib/libc/hash/sha3/
H A Dsha3.c117 sha3_update(struct sha3 *C, const uint8_t *data, size_t len, unsigned rw) in sha3_update() function