Searched refs:SHA256Final (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/regress/misc/sk-dummy/ |
H A D | sk-dummy.c | 44 #define SHA256Final(x, y) SHA256_Final(x, y) macro 352 SHA256Final(apphash, &ctx); in sig_ecdsa() 365 SHA256Final(sighash, &ctx); in sig_ecdsa() 431 SHA256Final(apphash, &ctx); in sig_ed25519() 505 SHA256Final(message, &ctx); in sk_sign()
|
/freebsd/cddl/compat/opensolaris/include/ |
H A D | sha2.h | 34 #define SHA256Final(b, c) SHA256_Final((unsigned char *)(b), (c)) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | sha2.h | 101 void SHA256Final(u_int8_t [SHA256_DIGEST_LENGTH], SHA2_CTX *)
|
H A D | sha2.c | 614 SHA256Final(u_int8_t digest[SHA256_DIGEST_LENGTH], SHA2_CTX *context) in SHA256Final() function 629 DEF_WEAK(SHA256Final);
|
/freebsd/crypto/openssh/ |
H A D | digest-libc.c | 103 (md_final_fn *) SHA256Final
|
H A D | sk-usbhid.c | 330 SHA256Final(d, &ctx); in sha256_mem()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_digest.c | 800 SHA256Final(md, ctx); in __archive_sha256final() 824 SHA256Final(md, ctx); in __archive_sha256final()
|