Home
last modified time | relevance | path

Searched refs:SHA1Init (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_internal.c58 SHA1Init(&ctx->u.sha1); in crypto_hash_init()
96 SHA1Init(&ctx->u.sha1); in crypto_hash_init()
110 SHA1Init(&ctx->u.sha1); in crypto_hash_init()
279 SHA1Init(&ctx->u.sha1); in crypto_hash_finish()
H A Dsha1_i.h18 void SHA1Init(struct SHA1Context *context);
H A Dfips_prf_internal.c34 SHA1Init(&ctx); in fips186_2_prf()
H A Dsha1-internal.c39 SHA1Init(&ctx); in sha1_vector()
234 void SHA1Init(SHA1_CTX* context) in SHA1Init() function
/freebsd/lib/libnetbsd/
H A Dsha1.h44 #define SHA1Init SHA1_Init macro
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c26 SHA1Init(&ctx); in qatUtilsHashSHA1()
98 SHA1Init(&ctx); in qatUtilsHashSHA1Full()
/freebsd/sys/crypto/
H A Dsha1.h68 #define SHA1Init(x) sha1_init((x)) macro
/freebsd/sys/opencrypto/
H A Dxform_sha1.c89 SHA1Init(ctx); in SHA1Init_int()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.h24 void SHA1Init(SHA1_CTX *);
H A Dsha1.c111 SHA1Init(SHA1_CTX *context) in SHA1Init() function
122 DEF_WEAK(SHA1Init);
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c107 SHA1Init(&ctx); in regress()
/freebsd/crypto/openssh/
H A Ddigest-libc.c91 (md_init_fn *) SHA1Init,
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h449 #define SCTP_SHA1_INIT SHA1Init
H A Dip_carp.c408 SHA1Init(&sc->sc_sha1); in carp_hmac_prepare()
474 SHA1Init(&sha1ctx); in carp_hmac_generate()
/freebsd/sys/netgraph/
H A Dng_mppc.c877 SHA1Init(&c); in ng_mppc_getkey()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c541 SHA1Init(ctx); in __archive_sha1init()
/freebsd/sys/net/
H A Dif_ethersubr.c1506 SHA1Init(&ctx); in ether_gen_addr_byname()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8564 INTERCEPTOR(void, SHA1Init, void *context) {
8566 COMMON_INTERCEPTOR_ENTER(ctx, SHA1Init, context);
8567 REAL(SHA1Init)(context);
8644 COMMON_INTERCEPT_FUNCTION(SHA1Init); \