Home
last modified time | relevance | path

Searched refs:SHA1Final (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_internal.c98 SHA1Final(tk, &ctx->u.sha1); in crypto_hash_init()
209 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish()
272 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish()
282 SHA1Final(mac, &ctx->u.sha1); in crypto_hash_finish()
H A Dsha1_i.h20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
H A Dsha1-internal.c42 SHA1Final(mac, &ctx); in sha1_vector()
278 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) in SHA1Final() function
/freebsd/lib/libnetbsd/
H A Dsha1.h43 #define SHA1Final SHA1_Final macro
/freebsd/sys/crypto/
H A Dsha1.h70 #define SHA1Final(x, y) sha1_result((y), (x)) macro
/freebsd/sys/opencrypto/
H A Dxform_sha1.c102 SHA1Final(blk, ctx); in SHA1Final_int()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha1.h31 void SHA1Final(u_int8_t [SHA1_DIGEST_LENGTH], SHA1_CTX *)
H A Dsha1.c170 SHA1Final(u_int8_t digest[SHA1_DIGEST_LENGTH], SHA1_CTX *context) in SHA1Final() function
181 DEF_WEAK(SHA1Final);
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c115 SHA1Final(out, &ctx); in regress()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c100 SHA1Final((caddr_t)out, &ctx); in qatUtilsHashSHA1Full()
/freebsd/crypto/openssh/
H A Ddigest-libc.c93 (md_final_fn *) SHA1Final
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h451 #define SCTP_SHA1_FINAL(x,y) SHA1Final((caddr_t)x, y)
H A Dip_carp.c471 SHA1Final(md, &sha1ctx); in carp_hmac_generate()
477 SHA1Final(md, &sha1ctx); in carp_hmac_generate()
/freebsd/sys/netgraph/
H A Dng_mppc.c882 SHA1Final(hash, &c); in ng_mppc_getkey()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c556 SHA1Final(md, ctx); in __archive_sha1final()
/freebsd/sys/net/
H A Dif_ethersubr.c1508 SHA1Final(digest, &ctx); in ether_gen_addr_byname()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8582 INTERCEPTOR(void, SHA1Final, u8 digest[20], void *context) {
8584 COMMON_INTERCEPTOR_ENTER(ctx, SHA1Final, digest, context);
8587 REAL(SHA1Final)(digest, context);
8646 COMMON_INTERCEPT_FUNCTION(SHA1Final); \