| /f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/ |
| H A D | sha1.h | 49 } SHA1_CTX; typedef 53 void SHA1Init(SHA1_CTX *); 54 void SHA1Update(SHA1_CTX *, const void *, size_t); 55 void SHA1Final(void *, SHA1_CTX *);
|
| H A D | sha1_impl.h | 55 SHA1_CTX sc_sha1_ctx; /* SHA1 context */ 64 SHA1_CTX hc_icontext; /* inner SHA1 context */ 65 SHA1_CTX hc_ocontext; /* outer SHA1 context */
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sha1.h | 14 } SHA1_CTX; typedef 17 void SHA1Init(SHA1_CTX* context); 18 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len); 19 void SHA1Final(unsigned char digest[20], SHA1_CTX* context);
|
| H A D | sha1.c | 117 void SHA1Init(SHA1_CTX* context) in SHA1Init() 131 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len) in SHA1Update() 155 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) in SHA1Final() 206 SHA1_CTX ctx; in sha1Test()
|
| H A D | util.c | 593 SHA1_CTX ctx; in getRandomBytes()
|
| H A D | debug.c | 65 SHA1_CTX ctx; in xorDigest() 98 SHA1_CTX ctx; in mixDigest()
|
| H A D | scripting.c | 90 SHA1_CTX ctx; in sha1hex()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | mac_veriexec_sha1.c | 45 sha1_result((SHA1_CTX *) ctx, (caddr_t) buf); in SHA1_Final() 48 MAC_VERIEXEC_FPMOD(SHA1, SHA1_RESULTLEN, sizeof(SHA1_CTX), SHA1_Init,
|
| /f-stack/freebsd/opencrypto/ |
| H A D | xform_sha1.c | 65 .ctxsize = sizeof(SHA1_CTX), 78 .ctxsize = sizeof(SHA1_CTX),
|
| H A D | xform_auth.h | 89 SHA1_CTX sha1ctx;
|
| /f-stack/freebsd/crypto/ |
| H A D | sha1.h | 58 typedef struct sha1_ctxt SHA1_CTX; typedef
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/ |
| H A D | sha1.c | 55 SHA1_CTX *, const uint8_t *); 63 void sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t num_blocks); 69 static void SHA1Transform(SHA1_CTX *, const uint8_t *); 92 SHA1Init(SHA1_CTX *ctx) in SHA1Init() 109 SHA1Update(SHA1_CTX *ctx, const void *inptr, size_t input_len) in SHA1Update() 194 SHA1Final(void *digest, SHA1_CTX *ctx) in SHA1Final() 294 SHA1_CTX *ctx, const uint8_t blk[64]) 422 SHA1Transform(SHA1_CTX *ctx, const uint8_t blk[64])
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | sha1_mod.c | 266 sha1_digest_update_uio(SHA1_CTX *sha1_ctx, crypto_data_t *data) in sha1_digest_update_uio() 326 sha1_digest_final_uio(SHA1_CTX *sha1_ctx, crypto_data_t *digest, in sha1_digest_final_uio() 572 SHA1_CTX sha1_ctx; in sha1_digest_atomic()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_os_bsd.h | 448 #define SCTP_SHA1_CTX SHA1_CTX
|
| H A D | ip_carp.c | 125 SHA1_CTX sc_sha1; 415 SHA1_CTX sha1ctx; in carp_hmac_generate()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.c | 876 SHA1_CTX c; in ng_mppc_getkey()
|
| /f-stack/freebsd/net/ |
| H A D | if_ethersubr.c | 1444 SHA1_CTX ctx; in ether_gen_addr()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha1/ |
| H A D | sha1-x86_64.S | 64 sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t blocks)
|