Home
last modified time | relevance | path

Searched refs:SHA_CTX (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dsha.h47 } SHA_CTX; typedef
49 OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
50 OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
51 OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
52 OSSL_DEPRECATEDIN_3_0 void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
/third_party/openssl/include/openssl/
H A Dsha.h47 } SHA_CTX; typedef
49 OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
50 OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
51 OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
52 OSSL_DEPRECATEDIN_3_0 void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h39 } SHA_CTX; typedef
41 int SHA1_Init(SHA_CTX *c);
42 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
43 int SHA1_Final(unsigned char *md, SHA_CTX *c);
45 void SHA1_Transform(SHA_CTX *c, const unsigned char *data);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dsha.rs8 pub struct SHA_CTX { structure names
21 pub fn SHA1_Init(c: *mut SHA_CTX) -> c_int; in SHA1_Init()
22 pub fn SHA1_Update(c: *mut SHA_CTX, data: *const c_void, len: size_t) -> c_int; in SHA1_Update()
23 pub fn SHA1_Final(md: *mut c_uchar, c: *mut SHA_CTX) -> c_int; in SHA1_Final()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha2_prov.c46 SHA_CTX *ctx = (SHA_CTX *)vctx; in sha1_set_ctx_params()
62 sha1, SHA_CTX, SHA_CBLOCK, SHA_DIGEST_LENGTH, SHA2_FLAGS,
/third_party/openssl/providers/implementations/digests/
H A Dsha2_prov.c46 SHA_CTX *ctx = (SHA_CTX *)vctx; in sha1_set_ctx_params()
62 sha1, SHA_CTX, SHA_CBLOCK, SHA_DIGEST_LENGTH, SHA2_FLAGS,
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dsha.h19 int ossl_sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
/third_party/openssl/include/crypto/
H A Dsha.h19 int ossl_sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dmd5_sha1.h26 SHA_CTX sha1;
/third_party/openssl/providers/implementations/include/prov/
H A Dmd5_sha1.h26 SHA_CTX sha1;
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md;
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha1dgst.c28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl()
H A Dsha1_one.c25 SHA_CTX c; in ossl_sha1()
H A Dsha_local.h20 #define HASH_CTX SHA_CTX
41 static void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
43 void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
54 int HASH_INIT(SHA_CTX *c) in HASH_INIT()
137 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER()
366 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md;
/third_party/openssl/crypto/sha/
H A Dsha1dgst.c28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl()
H A Dsha1_one.c25 SHA_CTX c; in ossl_sha1()
H A Dsha_local.h20 #define HASH_CTX SHA_CTX
41 static void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
43 void sha1_block_data_order(SHA_CTX *c, const void *p, size_t num);
54 int HASH_INIT(SHA_CTX *c) in HASH_INIT()
137 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER()
366 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER()
/third_party/ltp/testcases/kernel/security/integrity/ima/src/
H A Dima_boot_aggregate.c64 SHA_CTX c; in do_test()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dfips_prf_openssl.c18 SHA_CTX context; in sha1_transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dfips_prf_openssl.c18 SHA_CTX context; in sha1_transform()
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c108 SHA_CTX *sha1 = ctx; in tls1_sha1_final_raw()
216 if (SHA1_Init((SHA_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/third_party/openssl/ssl/
H A Ds3_cbc.c108 SHA_CTX *sha1 = ctx; in tls1_sha1_final_raw()
216 if (SHA1_Init((SHA_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md;
61 SHA_CTX *ctx, const void *in0);
65 SHA_CTX *ctx, const void *in0);
103 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update()
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c33 SHA_CTX head, tail, md;
61 SHA_CTX *ctx, const void *in0);
65 SHA_CTX *ctx, const void *in0);
103 static void sha1_update(SHA_CTX *c, const void *data, size_t len) in sha1_update()

Completed in 13 milliseconds

12