Home
last modified time | relevance | path

Searched refs:sha1_init (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/crypto/
H A Dsha1.h62 extern void sha1_init(struct sha1_ctxt *);
68 #define SHA1Init(x) sha1_init((x))
H A Dsha1.c175 sha1_init(struct sha1_ctxt *ctxt) in sha1_init() function
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerSHA1.cpp68 void sha1_init(sha1nfo *s);
86 void sha1_init(sha1nfo *s) { in sha1_init() function
206 sha1_init(&s); in ComputeSHA1()
/freebsd/crypto/libecc/src/examples/hash/
H A Dsha1.c94 ATTRIBUTE_WARN_UNUSED_RET int sha1_init(sha1_context *ctx) in sha1_init() function
236 ret = sha1_init(&ctx); EG(ret, err); in sha1_scattered()
258 ret = sha1_init(&ctx); EG(ret, err); in sha1()
H A Dsha1.h113 ATTRIBUTE_WARN_UNUSED_RET int sha1_init(sha1_context *ctx);
H A Dhash.c322 ret = sha1_init(&(ctx->sha1ctx)); EG(ret, err); in gen_hash_init()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c38 #define SHA1_Init (mac_veriexec_fpop_init_t) sha1_init
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_sha.c97 LEGACY_EVP_MD_METH_TABLE(sha1_init, sha1_update, sha1_final, sha1_int_ctrl,
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c78 sha1_init(&md); in sha1_vector()
171 if (sha1_init(&ctx->u.md) != CRYPT_OK) in crypto_hash_init()
/freebsd/sys/crypto/aesni/
H A Daesni.c406 sha1_init(ctx); in SHA1_Init_fn()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c647 sha1_init(ctx); in __archive_sha1init()
/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c1510 sha1_init(&ctx); in _digest_nettle()