Home
last modified time | relevance | path

Searched refs:SHA512_Init (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha512.h50 #ifndef SHA512_Init
51 #define SHA512_Init _libmd_SHA512_Init
86 void SHA512_Init(SHA512_CTX *);
H A Dsha512c.c261 SHA512_Init(SHA512_CTX * ctx) in SHA512_Init() function
479 #undef SHA512_Init
480 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
/f-stack/freebsd/crypto/sha2/
H A Dsha512.h49 #ifndef SHA512_Init
50 #define SHA512_Init _libmd_SHA512_Init macro
84 void SHA512_Init(SHA512_CTX *);
H A Dsha512c.c259 SHA512_Init(SHA512_CTX * ctx) in SHA512_Init() function
474 #undef SHA512_Init
475 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c107 .Init = (void (*)(void *)) SHA512_Init,
156 .Init = (void (*)(void *)) SHA512_Init,
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha512.c39 (mac_veriexec_fpop_init_t) SHA512_Init,
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h113 SHA512_Init(&c->SHA512_ctx); in SHA2Init()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c82 SHA512_Init(&lctx); in crypto_mac_init()
95 SHA512_Init(&ctx->innerctx); in crypto_mac_init()
99 SHA512_Init(&ctx->outerctx); in crypto_mac_init()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1163 if (!SHA512_Init(&ctx)) in partial_hash_sha512()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c214 if (!SHA512_Init(&ctx)) in partial_hash_sha512()