Searched refs:SHA512_CTX (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/include/openssl/ |
D | sha.h | 103 } 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/ |
D | SHA256_Init.pod | 32 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/ |
D | sha.h | 16 int sha512_224_init(SHA512_CTX *); 17 int sha512_256_init(SHA512_CTX *);
|
/third_party/openssl/crypto/evp/ |
D | m_sha1.c | 234 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/ |
D | sha512.c | 63 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/ |
D | s3_cbc.c | 76 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/ |
D | e_ossltest.c | 153 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/ |
D | md5sum.c | 90 typedef int SHA512_CTX; typedef 250 SHA512_CTX ctx; in do_lib_hash()
|
/third_party/openssl/crypto/bn/ |
D | bn_rand.c | 209 SHA512_CTX sha; in BN_generate_dsa_nonce()
|
/third_party/openssl/util/ |
D | indent.pro | 371 -T SHA512_CTX
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 5439 SHA512_CTX hash_ctx; in ED25519_sign() 5482 SHA512_CTX hash_ctx; in ED25519_verify()
|