Home
last modified time | relevance | path

Searched refs:SHA1_CTX (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.h22 } SHA1_CTX; typedef
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.c111 SHA1Init(SHA1_CTX *context) in SHA1Init()
129 SHA1Update(SHA1_CTX *context, const u_int8_t *data, size_t len) in SHA1Update()
153 SHA1Pad(SHA1_CTX *context) in SHA1Pad()
170 SHA1Final(u_int8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) in SHA1Final()
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha1.c45 sha1_result((SHA1_CTX *) ctx, (caddr_t) buf); in SHA1_Final()
48 MAC_VERIEXEC_FPMOD(SHA1, SHA1_RESULTLEN, sizeof(SHA1_CTX), SHA1_Init,
/freebsd/sys/opencrypto/
H A Dxform_sha1.c63 .ctxsize = sizeof(SHA1_CTX),
76 .ctxsize = sizeof(SHA1_CTX),
H A Dxform_auth.h88 SHA1_CTX sha1ctx;
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c17 typedef struct SHA1Context SHA1_CTX; typedef
33 SHA1_CTX ctx; in sha1_vector()
161 void SHAPrintContext(SHA1_CTX *context, char *msg) in SHAPrintContext()
234 void SHA1Init(SHA1_CTX* context) in SHA1Init()
248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update()
278 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) in SHA1Final()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c24 SHA1_CTX ctx; in qatUtilsHashSHA1()
96 SHA1_CTX ctx; in qatUtilsHashSHA1Full()
/freebsd/lib/libnetbsd/
H A Dsha1.h39 #define SHA1_CTX SHA_CTX macro
/freebsd/sys/crypto/
H A Dsha1.h57 typedef struct sha1_ctxt SHA1_CTX; typedef
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest_private.h220 typedef SHA1_CTX archive_sha1_ctx;
222 typedef SHA1_CTX archive_sha1_ctx;
/freebsd/lib/libmd/
H A Dsha.h76 #define SHA1_CTX SHA_CTX macro
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c105 SHA1_CTX ctx; in regress()
/freebsd/crypto/openssh/
H A Ddigest-libc.c90 sizeof(SHA1_CTX),
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h448 #define SCTP_SHA1_CTX SHA1_CTX
H A Dip_carp.c122 SHA1_CTX sc_sha1;
463 SHA1_CTX sha1ctx; in carp_hmac_generate()
/freebsd/sys/netgraph/
H A Dng_mppc.c875 SHA1_CTX c; in ng_mppc_getkey()
/freebsd/sbin/md5/
H A Dmd5.c113 SHA1_CTX sha1;
/freebsd/sys/net/
H A Dif_ethersubr.c1482 SHA1_CTX ctx;
/freebsd/usr.bin/xinstall/
H A Dxinstall.c110 SHA1_CTX SHA1;
/freebsd/sys/dev/safe/
H A Dsafe.c636 SHA1_CTX sha1ctx; in safe_setup_mackey()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2478 const unsigned SHA1_CTX_sz = sizeof(SHA1_CTX);