| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl_sha256.c | 23 void sha256_block_data_order(SHA256_CTX *c, const void *in, size_t num); 30 SHA256_CTX *c = c_; in ossl_sha224_init() 46 SHA256_CTX *c = c_; in ossl_sha256_init() 63 #define HASH_CTX SHA256_CTX 102 .ctxsize = sizeof(SHA256_CTX), 113 .ctxsize = sizeof(SHA256_CTX), 120 _Static_assert(sizeof(SHA256_CTX) <= sizeof(struct ossl_hash_context),
|
| H A D | ossl_sha.h | 19 #define SHA256_CTX OSSL_SHA256_CTX macro 46 } SHA256_CTX; typedef
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256.h | 44 } SHA256_CTX; typedef 85 void SHA256_Init(SHA256_CTX *); 86 void SHA256_Update(SHA256_CTX *, const void *, size_t); 88 SHA256_CTX *); 90 char *SHA256_End(SHA256_CTX *, char *);
|
| H A D | sha256c.c | 203 SHA256_Pad(SHA256_CTX * ctx) in SHA256_Pad() 232 SHA256_Init(SHA256_CTX * ctx) in SHA256_Init() 251 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() 294 SHA256_Final(unsigned char digest[static SHA256_DIGEST_LENGTH], SHA256_CTX *ctx) in SHA256_Final() 336 SHA256_Update((SHA256_CTX *)ctx, in, len); in SHA224_Update() 348 SHA256_Pad((SHA256_CTX *)ctx); in SHA224_Final()
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256.h | 44 } SHA256_CTX; typedef 85 void SHA256_Init(SHA256_CTX *); 86 void SHA256_Update(SHA256_CTX *, const void *, size_t); 88 SHA256_CTX *); 90 char *SHA256_End(SHA256_CTX *, char *);
|
| H A D | sha256c.c | 200 SHA256_Pad(SHA256_CTX * ctx) in SHA256_Pad() 229 SHA256_Init(SHA256_CTX * ctx) in SHA256_Init() 248 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() 291 SHA256_Final(unsigned char digest[static SHA256_DIGEST_LENGTH], SHA256_CTX *ctx) in SHA256_Final() 333 SHA256_Update((SHA256_CTX *)ctx, in, len); in SHA224_Update() 345 SHA256_Pad((SHA256_CTX *)ctx); in SHA224_Final()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | sha2.h | 89 typedef SHA2_CTX SHA256_CTX; typedef 99 extern void SHA256Init(SHA256_CTX *); 101 extern void SHA256Update(SHA256_CTX *, const void *, size_t); 103 extern void SHA256Final(void *, SHA256_CTX *);
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | sha2.h | 89 typedef SHA2_CTX SHA256_CTX; typedef 93 extern void SHA256Init(SHA256_CTX *); 95 extern void SHA256Update(SHA256_CTX *, const void *, size_t); 97 extern void SHA256Final(void *, SHA256_CTX *);
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | sha2.h | 77 SHA256_CTX SHA256_ctx; 83 extern void SHA256Init(SHA256_CTX *); 85 extern void SHA256Update(SHA256_CTX *, const void *, size_t); 87 extern void SHA256Final(void *, SHA256_CTX *);
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_sha2.c | 81 .ctxsize = sizeof(SHA256_CTX), 130 .ctxsize = sizeof(SHA256_CTX),
|
| H A D | xform_auth.h | 92 SHA256_CTX sha256ctx;
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec_sha256.c | 38 MAC_VERIEXEC_FPMOD(SHA256, SHA256_DIGEST_LENGTH, sizeof(SHA256_CTX),
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.suppr | 6 name = SHA256_CTX
|
| H A D | libzfs.abi | 3694 …<typedef-decl name='SHA256_CTX' type-id='type-id-262' filepath='../../lib/libspl/include/sys/sha2.…
|
| /f-stack/freebsd/libkern/ |
| H A D | arc4random.c | 96 SHA256_CTX ctx; in chacha20_randomstir()
|
| /f-stack/freebsd/security/mac_veriexec_parser/ |
| H A D | mac_veriexec_parser.c | 226 SHA256_CTX ctx; in verify_digest()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_os_bsd.h | 453 #define SCTP_SHA256_CTX SHA256_CTX
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 482 SHA256_CTX *ctx = vctx; in intel_sha256_update()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1128 SHA256_CTX ctx; in partial_hash_sha224() 1139 SHA256_CTX ctx; in partial_hash_sha256()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 1075 SHA256_CTX ctx; in kerneldumpcrypto_init()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_crypto.c | 176 SHA256_CTX ctx; in partial_hash_sha224() 188 SHA256_CTX ctx; in partial_hash_sha256()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2.c | 751 SHA256Init(SHA256_CTX *ctx) in SHA256Init()
|