/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | sha.h | 47 } 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 D | sha.h | 47 } 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 D | sha.h | 39 } 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 D | sha.rs | 8 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 D | sha2_prov.c | 46 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 D | sha2_prov.c | 46 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 D | sha.h | 19 int ossl_sha1_ctrl(SHA_CTX *ctx, int cmd, int mslen, void *ms);
|
/third_party/openssl/include/crypto/ |
H A D | sha.h | 19 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 D | md5_sha1.h | 26 SHA_CTX sha1;
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | md5_sha1.h | 26 SHA_CTX sha1;
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.h | 55 SHA_CTX head, tail, md;
|
/third_party/node/deps/openssl/openssl/crypto/sha/ |
H A D | sha1dgst.c | 28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl()
|
H A D | sha1_one.c | 25 SHA_CTX c; in ossl_sha1()
|
H A D | sha_local.h | 20 #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 D | cipher_aes_cbc_hmac_sha.h | 55 SHA_CTX head, tail, md;
|
/third_party/openssl/crypto/sha/ |
H A D | sha1dgst.c | 28 int ossl_sha1_ctrl(SHA_CTX *sha1, int cmd, int mslen, void *ms) in ossl_sha1_ctrl()
|
H A D | sha1_one.c | 25 SHA_CTX c; in ossl_sha1()
|
H A D | sha_local.h | 20 #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 D | ima_boot_aggregate.c | 64 SHA_CTX c; in do_test()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | fips_prf_openssl.c | 18 SHA_CTX context; in sha1_transform()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | fips_prf_openssl.c | 18 SHA_CTX context; in sha1_transform()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | s3_cbc.c | 108 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 D | s3_cbc.c | 108 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 D | e_aes_cbc_hmac_sha1.c | 33 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 D | e_aes_cbc_hmac_sha1.c | 33 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()
|