Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDsha1.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 *)
HDsha1.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-14-stable/sys/security/mac_veriexec/
HDmac_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-14-stable/sys/opencrypto/
HDxform_sha1.c64 .ctxsize = sizeof(SHA1_CTX),
77 .ctxsize = sizeof(SHA1_CTX),
HDxform_auth.h88 SHA1_CTX sha1ctx;
/freebsd-14-stable/contrib/wpa/src/crypto/
HDsha1-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-14-stable/lib/libnetbsd/
HDsha1.h39 #define SHA1_CTX SHA_CTX macro
/freebsd-14-stable/sys/dev/qat/qat_api/qat_utils/src/
HDQatUtilsCrypto.c24 SHA1_CTX ctx; in qatUtilsHashSHA1()
96 SHA1_CTX ctx; in qatUtilsHashSHA1Full()
/freebsd-14-stable/sys/crypto/
HDsha1.h57 typedef struct sha1_ctxt SHA1_CTX; typedef
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_digest_private.h220 typedef SHA1_CTX archive_sha1_ctx;
222 typedef SHA1_CTX archive_sha1_ctx;
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/hash/
HDh_hash.c105 SHA1_CTX ctx; in regress()
/freebsd-14-stable/lib/libmd/
HDsha.h77 #define SHA1_CTX SHA_CTX macro
/freebsd-14-stable/crypto/openssh/
HDdigest-libc.c90 sizeof(SHA1_CTX),
/freebsd-14-stable/sys/netinet/
HDsctp_os_bsd.h455 #define SCTP_SHA1_CTX SHA1_CTX
HDip_carp.c131 SHA1_CTX sc_sha1;
451 SHA1_CTX sha1ctx; in carp_hmac_generate()
/freebsd-14-stable/sbin/md5/
HDmd5.c114 SHA1_CTX sha1;
/freebsd-14-stable/sys/netgraph/
HDng_mppc.c875 SHA1_CTX c; in ng_mppc_getkey()
/freebsd-14-stable/usr.bin/xinstall/
HDxinstall.c122 SHA1_CTX SHA1;
/freebsd-14-stable/sys/net/
HDif_ethersubr.c1494 SHA1_CTX ctx; in ether_gen_addr_byname()
/freebsd-14-stable/sys/dev/safe/
HDsafe.c636 SHA1_CTX sha1ctx; in safe_setup_mackey()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp2478 const unsigned SHA1_CTX_sz = sizeof(SHA1_CTX);