Home
last modified time | relevance | path

Searched refs:SHA512_CTX (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha512t.h116 void SHA512_224_Init(SHA512_CTX *);
117 void SHA512_224_Update(SHA512_CTX *, const void *, size_t);
119 SHA512_CTX *);
121 char *SHA512_224_End(SHA512_CTX *, char *);
128 void SHA512_256_Init(SHA512_CTX *);
129 void SHA512_256_Update(SHA512_CTX *, const void *, size_t);
131 SHA512_CTX *);
133 char *SHA512_256_End(SHA512_CTX *, char *);
H A Dsha512.h44 } SHA512_CTX; typedef
86 void SHA512_Init(SHA512_CTX *);
87 void SHA512_Update(SHA512_CTX *, const void *, size_t);
89 SHA512_CTX *);
91 char *SHA512_End(SHA512_CTX *, char *);
H A Dsha512c.c232 SHA512_Pad(SHA512_CTX * ctx) in SHA512_Pad()
261 SHA512_Init(SHA512_CTX * ctx) in SHA512_Init()
280 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_Update()
344 SHA512_224_Init(SHA512_CTX * ctx) in SHA512_224_Init()
362 SHA512_224_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_224_Update()
370 SHA512_CTX *ctx) in SHA512_224_Final()
384 SHA512_256_Init(SHA512_CTX * ctx) in SHA512_256_Init()
402 SHA512_256_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_256_Update()
410 SHA512_CTX * ctx) in SHA512_256_Final()
452 SHA512_Update((SHA512_CTX *)ctx, in, len); in SHA384_Update()
[all …]
/f-stack/freebsd/crypto/sha2/
H A Dsha512t.h116 void SHA512_224_Init(SHA512_CTX *);
117 void SHA512_224_Update(SHA512_CTX *, const void *, size_t);
119 SHA512_CTX *);
121 char *SHA512_224_End(SHA512_CTX *, char *);
128 void SHA512_256_Init(SHA512_CTX *);
129 void SHA512_256_Update(SHA512_CTX *, const void *, size_t);
131 SHA512_CTX *);
133 char *SHA512_256_End(SHA512_CTX *, char *);
H A Dsha512.h44 } SHA512_CTX; typedef
84 void SHA512_Init(SHA512_CTX *);
85 void SHA512_Update(SHA512_CTX *, const void *, size_t);
87 SHA512_CTX *);
89 char *SHA512_End(SHA512_CTX *, char *);
H A Dsha512c.c230 SHA512_Pad(SHA512_CTX * ctx) in SHA512_Pad()
259 SHA512_Init(SHA512_CTX * ctx) in SHA512_Init()
278 SHA512_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_Update()
324 SHA512_Final(unsigned char digest[static SHA512_DIGEST_LENGTH], SHA512_CTX *ctx) in SHA512_Final()
342 SHA512_224_Init(SHA512_CTX * ctx) in SHA512_224_Init()
360 SHA512_224_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_224_Update()
367 SHA512_224_Final(unsigned char digest[static SHA512_224_DIGEST_LENGTH], SHA512_CTX * ctx) in SHA512_224_Final()
381 SHA512_256_Init(SHA512_CTX * ctx) in SHA512_256_Init()
399 SHA512_256_Update(SHA512_CTX * ctx, const void *in, size_t len) in SHA512_256_Update()
448 SHA512_Update((SHA512_CTX *)ctx, in, len); in SHA384_Update()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h91 typedef SHA2_CTX SHA512_CTX; typedef
111 extern void SHA512Init(SHA512_CTX *);
113 extern void SHA512Update(SHA512_CTX *, const void *, size_t);
115 extern void SHA512Final(void *, SHA512_CTX *);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h91 typedef SHA2_CTX SHA512_CTX; typedef
105 extern void SHA512Init(SHA512_CTX *);
107 extern void SHA512Update(SHA512_CTX *, const void *, size_t);
109 extern void SHA512Final(void *, SHA512_CTX *);
/f-stack/freebsd/crypto/openssl/
H A Dossl_sha512.c23 void sha512_block_data_order(SHA512_CTX *c, const void *in, size_t num);
34 SHA512_CTX *c = c_; in ossl_sha384_init()
53 SHA512_CTX *c = c_; in ossl_sha512_init()
72 SHA512_CTX *c = c_; in ossl_sha512_final()
188 SHA512_CTX *c = c_; in ossl_sha512_update()
239 .ctxsize = sizeof(SHA512_CTX),
250 .ctxsize = sizeof(SHA512_CTX),
257 _Static_assert(sizeof(SHA512_CTX) <= sizeof(struct ossl_hash_context),
H A Dossl_sha.h20 #define SHA512_CTX OSSL_SHA512_CTX macro
66 } SHA512_CTX; typedef
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h79 SHA512_CTX SHA512_ctx;
95 extern void SHA512Init(SHA512_CTX *);
97 extern void SHA512Update(SHA512_CTX *, const void *, size_t);
99 extern void SHA512Final(void *, SHA512_CTX *);
H A Dfreebsd_crypto.h75 SHA512_CTX innerctx;
76 SHA512_CTX outerctx;
/f-stack/freebsd/opencrypto/
H A Dxform_sha2.c105 .ctxsize = sizeof(SHA512_CTX),
154 .ctxsize = sizeof(SHA512_CTX),
H A Dxform_auth.h94 SHA512_CTX sha512ctx;
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha512.c38 MAC_VERIEXEC_FPMOD(SHA512, SHA512_DIGEST_LENGTH, sizeof(SHA512_CTX),
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c65 SHA512_CTX lctx; in crypto_mac_init()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c1150 SHA512_CTX ctx; in partial_hash_sha384()
1161 SHA512_CTX ctx; in partial_hash_sha512()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c200 SHA512_CTX ctx; in partial_hash_sha384()
212 SHA512_CTX ctx; in partial_hash_sha512()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c763 SHA512Init(SHA512_CTX *ctx) in SHA512Init()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi3692 …<typedef-decl name='SHA512_CTX' type-id='type-id-262' filepath='../../lib/libspl/include/sys/sha2.…