Symbol: SHA_CTX
crypto/openssl/crypto/engine/eng_openssl.c
361
sizeof(EVP_MD *) + sizeof(SHA_CTX))
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
102
static void sha1_update(SHA_CTX *c, const void *data, size_t len)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
33
SHA_CTX head, tail, md;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
59
SHA_CTX *ctx, const void *in0);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
63
SHA_CTX *ctx, const void *in0);
crypto/openssl/crypto/sha/sha1_one.c
25
SHA_CTX c;
crypto/openssl/crypto/sha/sha1dgst.c
28
int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms)
crypto/openssl/crypto/sha/sha_local.h
142
static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num)
crypto/openssl/crypto/sha/sha_local.h
20
#define HASH_CTX SHA_CTX
crypto/openssl/crypto/sha/sha_local.h
380
static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num)
crypto/openssl/crypto/sha/sha_local.h
46
static void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sha/sha_local.h
48
void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
crypto/openssl/crypto/sha/sha_local.h
59
int HASH_INIT(SHA_CTX *c)
crypto/openssl/engines/e_dasync.c
271
sizeof(EVP_MD *) + sizeof(SHA_CTX))
crypto/openssl/engines/e_ossltest.c
108
sizeof(EVP_MD *) + sizeof(SHA_CTX))
crypto/openssl/include/crypto/sha.h
20
int ossl_sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
crypto/openssl/include/openssl/sha.h
49
OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
crypto/openssl/include/openssl/sha.h
50
OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
crypto/openssl/include/openssl/sha.h
51
OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
crypto/openssl/include/openssl/sha.h
52
OSSL_DEPRECATEDIN_3_0 void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
55
SHA_CTX head, tail, md;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
38
SHA_CTX *ctx, const void *in0);
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
69
static void sha1_update(SHA_CTX *c, const void *data, size_t len)
crypto/openssl/providers/implementations/digests/sha2_prov.c
45
SHA_CTX *ctx = (SHA_CTX *)vctx;
crypto/openssl/providers/implementations/digests/sha2_prov.c
61
sha1, SHA_CTX, SHA_CBLOCK, SHA_DIGEST_LENGTH, SHA2_FLAGS,
crypto/openssl/providers/implementations/include/prov/md5_sha1.h
26
SHA_CTX sha1;
crypto/openssl/ssl/record/methods/ssl3_cbc.c
183
if (SHA1_Init((SHA_CTX *)md_state.c) <= 0)
crypto/openssl/ssl/record/methods/ssl3_cbc.c
77
SHA_CTX *sha1 = ctx;
crypto/openssl/test/rc4test.c
104
SHA_CTX c;
lib/libmd/sha.h
149
void SHA_Init(SHA_CTX *c);
lib/libmd/sha.h
150
void SHA_Update(SHA_CTX *c, const void *data, size_t len);
lib/libmd/sha.h
151
void SHA_Final(unsigned char *md, SHA_CTX *c);
lib/libmd/sha.h
152
char *SHA_End(SHA_CTX *, char *);
lib/libmd/sha.h
159
void SHA1_Init(SHA_CTX *c);
lib/libmd/sha.h
160
void SHA1_Update(SHA_CTX *c, const void *data, size_t len);
lib/libmd/sha.h
161
void SHA1_Final(unsigned char *md, SHA_CTX *c);
lib/libmd/sha.h
162
char *SHA1_End(SHA_CTX *, char *);
lib/libmd/sha.h
76
#define SHA1_CTX SHA_CTX
lib/libmd/sha0c.c
102
void SHA_Init(SHA_CTX *c)
lib/libmd/sha0c.c
114
void SHA_Update(SHA_CTX *c, const void *in, size_t len)
lib/libmd/sha0c.c
245
static void SHA_Transform(SHA_CTX *c, unsigned char *b)
lib/libmd/sha0c.c
280
void sha_block(SHA_CTX *c, const u_int32_t *W, int num)
lib/libmd/sha0c.c
396
void SHA_Final(unsigned char *md, SHA_CTX *c)
lib/libmd/sha0c.c
91
void sha_block(SHA_CTX *c, const u_int32_t *p, int num);
lib/libnetbsd/sha1.h
39
#define SHA1_CTX SHA_CTX
lib/libulog/ulog_login.c
41
SHA_CTX c;
sys/crypto/openssl/ossl_sha1.c
21
void sha1_block_data_order(SHA_CTX *c, const void *p, size_t len);
sys/crypto/openssl/ossl_sha1.c
27
#define HASH_CTX SHA_CTX
sys/crypto/openssl/ossl_sha1.c
52
SHA_CTX *c = c_;
sys/crypto/openssl/ossl_sha1.c
67
.ctxsize = sizeof(SHA_CTX),
sys/crypto/openssl/ossl_sha1.c
74
_Static_assert(sizeof(SHA_CTX) <= sizeof(struct ossl_hash_context),
usr.sbin/ppp/chap_ms.c
157
SHA_CTX Context;
usr.sbin/ppp/chap_ms.c
193
SHA1_End(SHA_CTX *ctx, char *buf)
usr.sbin/ppp/chap_ms.c
219
SHA_CTX Context;
usr.sbin/ppp/chap_ms.c
281
SHA_CTX Context;
usr.sbin/ppp/chap_ms.c
300
SHA_CTX Context;
usr.sbin/ppp/chap_ms.c
353
SHA_CTX Context;
usr.sbin/ppp/chap_ms.c
371
SHA_CTX Context;