Home
last modified time | relevance | path

Searched refs:sha384_update (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c1091 static int sha384_update(EVP_MD_CTX *ctx, const void *data, unsigned long count) in sha384_update() function
1156 sha384_update,
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dval_secalgo.c1524 sha384_update(&ctx, len, buf); in _digest_nettle()
1607 sha384_update(&hash->ctx384, len, data); in secalgo_hash_update()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_digest.c1163 sha384_update(ctx, insize, indata); in __archive_sha384update()