Home
last modified time | relevance | path

Searched refs:SHA512_CTX (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/include/openssl/
Dsha.h103 } SHA512_CTX; typedef
105 int SHA384_Init(SHA512_CTX *c);
106 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
107 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
109 int SHA512_Init(SHA512_CTX *c);
110 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
111 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
113 void SHA512_Transform(SHA512_CTX *c, const unsigned char *data);
/third_party/openssl/doc/man3/
DSHA256_Init.pod32 int SHA384_Init(SHA512_CTX *c);
33 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len);
34 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
38 int SHA512_Init(SHA512_CTX *c);
39 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
40 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
71 B<SHA256_CTX> object instead of B<SHA_CTX>. SHA384 and SHA512 use B<SHA512_CTX>.
/third_party/openssl/include/crypto/
Dsha.h16 int sha512_224_init(SHA512_CTX *);
17 int sha512_256_init(SHA512_CTX *);
/third_party/openssl/crypto/evp/
Dm_sha1.c234 sizeof(EVP_MD *) + sizeof(SHA512_CTX),
253 sizeof(EVP_MD *) + sizeof(SHA512_CTX),
272 sizeof(EVP_MD *) + sizeof(SHA512_CTX),
291 sizeof(EVP_MD *) + sizeof(SHA512_CTX),
/third_party/openssl/crypto/sha/
Dsha512.c63 int sha512_224_init(SHA512_CTX *c) in sha512_224_init()
81 int sha512_256_init(SHA512_CTX *c) in sha512_256_init()
99 int SHA384_Init(SHA512_CTX *c) in SHA384_Init()
117 int SHA512_Init(SHA512_CTX *c) in SHA512_Init()
138 void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num);
140 int SHA512_Final(unsigned char *md, SHA512_CTX *c) in SHA512_Final()
259 int SHA384_Final(unsigned char *md, SHA512_CTX *c) in SHA384_Final()
264 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update()
312 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len) in SHA384_Update()
317 void SHA512_Transform(SHA512_CTX *c, const unsigned char *data) in SHA512_Transform()
[all …]
/third_party/openssl/ssl/
Ds3_cbc.c76 SHA512_CTX *sha512 = ctx; in tls1_sha512_final_raw()
85 #define LARGEST_DIGEST_CTX SHA512_CTX
208 if (SHA384_Init((SHA512_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
218 if (SHA512_Init((SHA512_CTX *)md_state.c) <= 0) in ssl3_cbc_digest_record()
/third_party/openssl/engines/
De_ossltest.c153 sizeof(EVP_MD *) + sizeof(SHA512_CTX)) in digest_sha384()
175 sizeof(EVP_MD *) + sizeof(SHA512_CTX)) in digest_sha512()
539 #define data(ctx) ((SHA512_CTX *)EVP_MD_CTX_md_data(ctx))
/third_party/toybox/toys/lsb/
Dmd5sum.c90 typedef int SHA512_CTX; typedef
250 SHA512_CTX ctx; in do_lib_hash()
/third_party/openssl/crypto/bn/
Dbn_rand.c209 SHA512_CTX sha; in BN_generate_dsa_nonce()
/third_party/openssl/util/
Dindent.pro371 -T SHA512_CTX
/third_party/openssl/crypto/ec/
Dcurve25519.c5439 SHA512_CTX hash_ctx; in ED25519_sign()
5482 SHA512_CTX hash_ctx; in ED25519_verify()