Searched refs:SHA1_CTX (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/lib/libnetbsd/
H A Dsha1.h40 #define SHA1_CTX SHA_CTX macro
/freebsd-12-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c45 sha1_result((SHA1_CTX *) ctx, (caddr_t) buf);
48 MAC_VERIEXEC_FPMOD(SHA1, SHA1_RESULTLEN, sizeof(SHA1_CTX), SHA1_Init,
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dsha1.h22 } SHA1_CTX; typedef in typeref:struct:__anon7861
24 void SHA1Init(SHA1_CTX *);
25 void SHA1Pad(SHA1_CTX *);
29 void SHA1Update(SHA1_CTX *, const u_int8_t *, size_t)
31 void SHA1Final(u_int8_t [SHA1_DIGEST_LENGTH], SHA1_CTX *)
33 char *SHA1End(SHA1_CTX *, char *)
H A Dsha1.c110 SHA1Init(SHA1_CTX *context)
127 SHA1Update(SHA1_CTX *context, const u_int8_t *data, size_t len)
150 SHA1Pad(SHA1_CTX *context)
166 SHA1Final(u_int8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context)
/freebsd-12-stable/sys/opencrypto/
H A Dxform_sha1.c65 .ctxsize = sizeof(SHA1_CTX),
78 .ctxsize = sizeof(SHA1_CTX),
90 .ctxsize = sizeof(SHA1_CTX),
H A Dxform_auth.h95 SHA1_CTX sha1ctx;
/freebsd-12-stable/sys/crypto/
H A Dsha1.h58 typedef struct sha1_ctxt SHA1_CTX; typedef in typeref:struct:sha1_ctxt
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dsha1-internal.c17 typedef struct SHA1Context SHA1_CTX; typedef in typeref:struct:SHA1Context
33 SHA1_CTX ctx;
62 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int
65 void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned
161 void SHAPrintContext(SHA1_CTX *context, char *msg)
234 void SHA1Init(SHA1_CTX* context)
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len)
278 void SHA1Final(unsigned char digest[20], SHA1_CTX* context)
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c105 SHA1_CTX ctx;
/freebsd-12-stable/lib/libmd/
H A Dsha.h79 #define SHA1_CTX SHA_CTX macro
/freebsd-12-stable/sbin/iscontrol/
H A Dauth_subr.c93 SHA1_CTX ctx;
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_digest_private.h210 typedef SHA1_CTX archive_sha1_ctx;
212 typedef SHA1_CTX archive_sha1_ctx;
/freebsd-12-stable/crypto/openssh/
H A Ddigest-libc.c76 sizeof(SHA1_CTX),
/freebsd-12-stable/sbin/md5/
H A Dmd5.c100 SHA1_CTX sha1;
/freebsd-12-stable/sys/netinet/
H A Dsctp_os_bsd.h452 #define SCTP_SHA1_CTX SHA1_CTX
H A Dip_carp.c125 SHA1_CTX sc_sha1;
412 SHA1_CTX sha1ctx;
/freebsd-12-stable/sys/net/
H A Dif_ethersubr.c1390 SHA1_CTX ctx;
/freebsd-12-stable/sys/netgraph/
H A Dng_mppc.c876 SHA1_CTX c;
/freebsd-12-stable/usr.bin/xinstall/
H A Dxinstall.c94 SHA1_CTX SHA1;
/freebsd-12-stable/sys/dev/cesa/
H A Dcesa.c425 SHA1_CTX sha1ctx;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2195 const unsigned SHA1_CTX_sz = sizeof(SHA1_CTX);
/freebsd-12-stable/sys/dev/safe/
H A Dsafe.c647 SHA1_CTX sha1ctx;
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c853 SHA1_CTX sha1ctx;

Completed in 204 milliseconds