Searched refs:SHA384_CTX (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha384.h | 44 } SHA384_CTX; typedef 81 void SHA384_Init(SHA384_CTX *); 82 void SHA384_Update(SHA384_CTX *, const void *, size_t); 84 SHA384_CTX *); 86 char *SHA384_End(SHA384_CTX *, char *);
|
| H A D | sha512c.c | 426 SHA384_Init(SHA384_CTX * ctx) in SHA384_Init() 445 SHA384_Update(SHA384_CTX * ctx, const void *in, size_t len) in SHA384_Update() 456 SHA384_Final(unsigned char digest[static SHA384_DIGEST_LENGTH], SHA384_CTX *ctx) in SHA384_Final()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha384.h | 44 } SHA384_CTX; typedef 81 void SHA384_Init(SHA384_CTX *); 82 void SHA384_Update(SHA384_CTX *, const void *, size_t); 84 SHA384_CTX *); 86 char *SHA384_End(SHA384_CTX *, char *);
|
| H A D | sha512c.c | 430 SHA384_Init(SHA384_CTX * ctx) in SHA384_Init() 449 SHA384_Update(SHA384_CTX * ctx, const void *in, size_t len) in SHA384_Update() 460 SHA384_Final(unsigned char digest[static SHA384_DIGEST_LENGTH], SHA384_CTX *ctx) in SHA384_Final()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | sha2.h | 90 typedef SHA2_CTX SHA384_CTX; typedef 105 extern void SHA384Init(SHA384_CTX *); 107 extern void SHA384Update(SHA384_CTX *, const void *, size_t); 109 extern void SHA384Final(void *, SHA384_CTX *);
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | sha2.h | 90 typedef SHA2_CTX SHA384_CTX; typedef 99 extern void SHA384Init(SHA384_CTX *); 101 extern void SHA384Update(SHA384_CTX *, const void *, size_t); 103 extern void SHA384Final(void *, SHA384_CTX *);
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | sha2.h | 78 SHA384_CTX SHA384_ctx; 89 extern void SHA384Init(SHA384_CTX *); 91 extern void SHA384Update(SHA384_CTX *, const void *, size_t); 93 extern void SHA384Final(void *, SHA384_CTX *);
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_sha2.c | 93 .ctxsize = sizeof(SHA384_CTX), 142 .ctxsize = sizeof(SHA384_CTX),
|
| H A D | xform_auth.h | 93 SHA384_CTX sha384ctx;
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec_sha384.c | 38 MAC_VERIEXEC_FPMOD(SHA384, SHA384_DIGEST_LENGTH, sizeof(SHA384_CTX),
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 757 SHA384Init(SHA384_CTX *ctx) in SHA384Init()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3693 …<typedef-decl name='SHA384_CTX' type-id='type-id-262' filepath='../../lib/libspl/include/sys/sha2.…
|