Home
last modified time | relevance | path

Searched refs:SHA1_CTX (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1.h49 } 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 Dsha1_impl.h55 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 Dsha1.h14 } 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 Dsha1.c117 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 Dutil.c593 SHA1_CTX ctx; in getRandomBytes()
H A Ddebug.c65 SHA1_CTX ctx; in xorDigest()
98 SHA1_CTX ctx; in mixDigest()
H A Dscripting.c90 SHA1_CTX ctx; in sha1hex()
/f-stack/freebsd/security/mac_veriexec/
H A Dmac_veriexec_sha1.c45 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 Dxform_sha1.c65 .ctxsize = sizeof(SHA1_CTX),
78 .ctxsize = sizeof(SHA1_CTX),
H A Dxform_auth.h89 SHA1_CTX sha1ctx;
/f-stack/freebsd/crypto/
H A Dsha1.h58 typedef struct sha1_ctxt SHA1_CTX; typedef
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c55 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 Dsha1_mod.c266 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 Dsctp_os_bsd.h448 #define SCTP_SHA1_CTX SHA1_CTX
H A Dip_carp.c125 SHA1_CTX sc_sha1;
415 SHA1_CTX sha1ctx; in carp_hmac_generate()
/f-stack/freebsd/netgraph/
H A Dng_mppc.c876 SHA1_CTX c; in ng_mppc_getkey()
/f-stack/freebsd/net/
H A Dif_ethersubr.c1444 SHA1_CTX ctx; in ether_gen_addr()
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha1/
H A Dsha1-x86_64.S64 sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t blocks)