Searched refs:SHA1_CTX (Results 1 – 21 of 21) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sha1.h | 22 } 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 D | sha1.c | 111 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 D | mac_veriexec_sha1.c | 45 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 D | xform_sha1.c | 63 .ctxsize = sizeof(SHA1_CTX), 76 .ctxsize = sizeof(SHA1_CTX),
|
H A D | xform_auth.h | 88 SHA1_CTX sha1ctx;
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | sha1-internal.c | 17 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 D | QatUtilsCrypto.c | 24 SHA1_CTX ctx; in qatUtilsHashSHA1() 96 SHA1_CTX ctx; in qatUtilsHashSHA1Full()
|
/freebsd/lib/libnetbsd/ |
H A D | sha1.h | 39 #define SHA1_CTX SHA_CTX macro
|
/freebsd/sys/crypto/ |
H A D | sha1.h | 57 typedef struct sha1_ctxt SHA1_CTX; typedef
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest_private.h | 220 typedef SHA1_CTX archive_sha1_ctx; 222 typedef SHA1_CTX archive_sha1_ctx;
|
/freebsd/lib/libmd/ |
H A D | sha.h | 76 #define SHA1_CTX SHA_CTX macro
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | h_hash.c | 105 SHA1_CTX ctx; in regress()
|
/freebsd/crypto/openssh/ |
H A D | digest-libc.c | 90 sizeof(SHA1_CTX),
|
/freebsd/sys/netinet/ |
H A D | sctp_os_bsd.h | 448 #define SCTP_SHA1_CTX SHA1_CTX
|
H A D | ip_carp.c | 122 SHA1_CTX sc_sha1; 463 SHA1_CTX sha1ctx; in carp_hmac_generate()
|
/freebsd/sys/netgraph/ |
H A D | ng_mppc.c | 875 SHA1_CTX c; in ng_mppc_getkey()
|
/freebsd/sbin/md5/ |
H A D | md5.c | 113 SHA1_CTX sha1;
|
/freebsd/sys/net/ |
H A D | if_ethersubr.c | 1482 SHA1_CTX ctx;
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 110 SHA1_CTX SHA1;
|
/freebsd/sys/dev/safe/ |
H A D | safe.c | 636 SHA1_CTX sha1ctx; in safe_setup_mackey()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2478 const unsigned SHA1_CTX_sz = sizeof(SHA1_CTX);
|