| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha512t.h | 116 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 D | sha512.h | 44 } 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 D | sha512c.c | 232 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 D | sha512t.h | 116 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 D | sha512.h | 44 } 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 D | sha512c.c | 230 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 D | sha2.h | 91 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 D | sha2.h | 91 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 D | ossl_sha512.c | 23 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 D | ossl_sha.h | 20 #define SHA512_CTX OSSL_SHA512_CTX macro 66 } SHA512_CTX; typedef
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | sha2.h | 79 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 D | freebsd_crypto.h | 75 SHA512_CTX innerctx; 76 SHA512_CTX outerctx;
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_sha2.c | 105 .ctxsize = sizeof(SHA512_CTX), 154 .ctxsize = sizeof(SHA512_CTX),
|
| H A D | xform_auth.h | 94 SHA512_CTX sha512ctx;
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec_sha512.c | 38 MAC_VERIEXEC_FPMOD(SHA512, SHA512_DIGEST_LENGTH, sizeof(SHA512_CTX),
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 65 SHA512_CTX lctx; in crypto_mac_init()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1150 SHA512_CTX ctx; in partial_hash_sha384() 1161 SHA512_CTX ctx; in partial_hash_sha512()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 200 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 D | sha2.c | 763 SHA512Init(SHA512_CTX *ctx) in SHA512Init()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 3692 …<typedef-decl name='SHA512_CTX' type-id='type-id-262' filepath='../../lib/libspl/include/sys/sha2.…
|