Home
last modified time | relevance | path

Searched refs:SHA256_Final (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c123 SHA256_Final(alt_result, &alt_ctx); in crypt_sha256()
139 SHA256_Final(alt_result, &ctx); in crypt_sha256()
149 SHA256_Final(temp_result, &alt_ctx); in crypt_sha256()
167 SHA256_Final(temp_result, &alt_ctx); in crypt_sha256()
204 SHA256_Final(alt_result, &ctx); in crypt_sha256()
236 SHA256_Final(alt_result, &ctx); in crypt_sha256()
361 SHA256_Final(sum, &ctx); in main()
376 SHA256_Final(sum, &ctx); in main()
396 SHA256_Final(sum, &ctx); in main()
H A DMakefile35 SHA256_Init SHA256_Final SHA256_Update \
/freebsd/sys/crypto/sha2/
H A Dsha256.h54 #ifndef SHA256_Final
55 #define SHA256_Final _libmd_SHA256_Final macro
85 void SHA256_Final(unsigned char [__min_size(SHA256_DIGEST_LENGTH)],
H A Dsha256c.c320 SHA256_Final(unsigned char digest[static SHA256_DIGEST_LENGTH], SHA256_CTX *ctx) in SHA256_Final() function
392 #undef SHA256_Final
393 __weak_reference(_libmd_SHA256_Final, SHA256_Final);
/freebsd/lib/flua/libhash/
H A Dlhash.c56 SHA256_Final(digest, ctx); in lua_sha256_digest()
76 SHA256_Final(digest, ctx); in lua_sha256_hexdigest()
/freebsd/sys/opencrypto/
H A Dxform_sha2.c83 .Final = (void (*)(uint8_t *, void *)) SHA256_Final,
132 .Final = (void (*)(uint8_t *, void *)) SHA256_Final,
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec_sha256.c41 (mac_veriexec_fpop_final_t) SHA256_Final, 1);
/freebsd/cddl/compat/opensolaris/include/
H A Dsha2.h34 #define SHA256Final(b, c) SHA256_Final((unsigned char *)(b), (c))
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/freebsd/sbin/hastd/
H A Dhast_checksum.c66 SHA256_Final(hash, &ctx); in hast_sha256_checksum()
/freebsd/crypto/openssl/doc/man3/
H A DSHA256_Init.pod6 SHA224_Final, SHA256, SHA256_Init, SHA256_Update, SHA256_Final, SHA384,
34 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
/freebsd/crypto/openssl/include/openssl/
H A Dsha.h76 OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
/freebsd/sys/geom/eli/
H A Dg_eli_hmac.c147 SHA256_Final(hash, &ctx); in g_eli_crypto_ivgen()
H A Dg_eli_integrity.c117 SHA256_Final(key, &ctx); in g_eli_auth_keygen()
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dt_sha2.c184 SHA256_Final(digest + j, &ctx); in ATF_TC_BODY()
/freebsd/sys/dev/random/
H A Dhash.c106 SHA256_Final(buf, &context->sha); in randomdev_hash_finish()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c492 SHA256_Final(out + plen, &key->md); in aesni_cbc_hmac_sha256_cipher()
495 SHA256_Final(out + plen, &key->md); in aesni_cbc_hmac_sha256_cipher()
678 SHA256_Final(pmac->c, &key->md); in aesni_cbc_hmac_sha256_cipher()
697 SHA256_Final(pmac->c, &key->md); in aesni_cbc_hmac_sha256_cipher()
768 SHA256_Final(hmac_key, &key->head); in aesni_cbc_hmac_sha256_ctrl()
/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsCrypto.c112 SHA256_Final(out, &ctx); in qatUtilsHashSHA256Full()
/freebsd/sys/libkern/
H A Darc4random.c124 SHA256_Final(key, &ctx); in chacha20_randomstir()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c461 SHA256_Final(out + plen, &sctx->md); in aesni_cbc_hmac_sha256_cipher()
464 SHA256_Final(out + plen, &sctx->md); in aesni_cbc_hmac_sha256_cipher()
646 SHA256_Final(pmac->c, &sctx->md); in aesni_cbc_hmac_sha256_cipher()
697 SHA256_Final(hmac_key, &ctx->head); in aesni_cbc_hmac_sha256_set_mac_key()
/freebsd/crypto/openssl/crypto/sha/
H A Dsha256.c63 return SHA256_Final(md, c); in SHA224_Final()
103 #define HASH_FINAL SHA256_Final
/freebsd/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c228 SHA256_Final(hash, &ctx); in verify_digest()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest.c776 SHA256_Final(md, ctx); in __archive_sha256final()
848 SHA256_Final(md, ctx); in __archive_sha256final()
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h456 #define SCTP_SHA256_FINAL(x,y) SHA256_Final((caddr_t)x, y)
/freebsd/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c44 #define SHA256Final(x, y) SHA256_Final(x, y)

12