Searched refs:SHA1Final (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dsha1_i.h20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
H A Dcrypto_internal.c80 SHA1Final(tk, &ctx->u.sha1);
181 SHA1Final(mac, &ctx->u.sha1);
222 SHA1Final(mac, &ctx->u.sha1);
232 SHA1Final(mac, &ctx->u.sha1);
H A Dsha1-internal.c38 SHA1Final(mac, &ctx);
83 2. Removed unused variable 'j' in SHA1Final
93 2- Fixed overwriting of finalcount in SHA1Final() (discovered by Chris Hall)
273 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) function
/freebsd-10.1-release/sys/crypto/
H A Dsha1.h67 #define SHA1Final(x, y) sha1_result((y), (x)) macro
/freebsd-10.1-release/crypto/openssh/
H A Ddigest-libc.c84 (md_final_fn *) SHA1Final
/freebsd-10.1-release/sys/netinet/
H A Dsctp_os_bsd.h474 #define SCTP_SHA1_FINAL(x,y) SHA1Final((caddr_t)x, y)
H A Dip_carp.c407 SHA1Final(md, &sha1ctx);
413 SHA1Final(md, &sha1ctx);
/freebsd-10.1-release/sys/opencrypto/
H A Dxform.c774 SHA1Final(blk, ctx);
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_crypto.c431 SHA1Final(md, ctx);
/freebsd-10.1-release/sys/netgraph/
H A Dng_mppc.c887 SHA1Final(hash, &c);

Completed in 125 milliseconds