Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/sha/
H A Dsha_internal.h26 int SHA512_224_Init(SHA512_CTX *c);
27 int SHA512_224_Update(SHA512_CTX *c, const void *data, size_t len)
29 int SHA512_224_Final(unsigned char *md, SHA512_CTX *c);
31 int SHA512_256_Init(SHA512_CTX *c);
32 int SHA512_256_Update(SHA512_CTX *c, const void *data, size_t len)
34 int SHA512_256_Final(unsigned char *md, SHA512_CTX *c);
H A Dsha.h165 } SHA512_CTX; typedef
169 int SHA384_Init(SHA512_CTX *c);
170 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len)
172 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
176 int SHA512_Init(SHA512_CTX *c);
177 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len)
179 int SHA512_Final(unsigned char *md, SHA512_CTX *c);
183 void SHA512_Transform(SHA512_CTX *c, const unsigned char *data);
H A Dsha512.c311 SHA384_Init(SHA512_CTX *c) in SHA384_Init()
331 SHA384_Update(SHA512_CTX *c, const void *data, size_t len) in SHA384_Update()
338 SHA384_Final(unsigned char *md, SHA512_CTX *c) in SHA384_Final()
347 SHA512_CTX c; in SHA384()
360 SHA512_Init(SHA512_CTX *c) in SHA512_Init()
436 SHA512_Final(unsigned char *md, SHA512_CTX *c) in SHA512_Final()
496 SHA512_CTX c; in SHA512()
509 SHA512_224_Init(SHA512_CTX *c) in SHA512_224_Init()
535 SHA512_224_Final(unsigned char *md, SHA512_CTX *c) in SHA512_224_Final()
541 SHA512_256_Init(SHA512_CTX *c) in SHA512_256_Init()
[all …]
H A Dsha512_amd64.c20 void sha512_block_generic(SHA512_CTX *ctx, const void *in, size_t num);
23 sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) in sha512_block_data_order()
/openbsd/lib/libcrypto/evp/
H A Dm_sha1.c232 .ctx_size = sizeof(EVP_MD *) + sizeof(SHA512_CTX),
271 .ctx_size = sizeof(EVP_MD *) + sizeof(SHA512_CTX),
310 .ctx_size = sizeof(EVP_MD *) + sizeof(SHA512_CTX),
349 .ctx_size = sizeof(EVP_MD *) + sizeof(SHA512_CTX),
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1470 } SHA512_CTX; typedef
1472 void SHA512_Init(SHA512_CTX*);
1473 void SHA512_Update(SHA512_CTX*, void*, size_t);
1474 void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
/openbsd/lib/libssl/
H A Ds3_cbc.c327 SHA512_CTX *sha512 = ctx; in tls1_sha512_final_raw()
336 #define LARGEST_DIGEST_CTX SHA512_CTX
444 SHA384_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
452 SHA512_Init((SHA512_CTX*)md_state.c); in ssl3_cbc_digest_record()
/openbsd/lib/libcrypto/arc4random/
H A Dgetentropy_solaris.c231 SHA512_CTX *ctx = data; in getentropy_phdr()
249 SHA512_CTX ctx; in getentropy_fallback()
H A Dgetentropy_osx.c65 #define SHA512_CTX CC_SHA512_CTX macro
215 SHA512_CTX ctx; in getentropy_fallback()
H A Dgetentropy_linux.c312 SHA512_CTX *ctx = data; in getentropy_phdr()
329 SHA512_CTX ctx; in getentropy_fallback()
H A Dgetentropy_hpux.c215 SHA512_CTX ctx; in getentropy_fallback()
H A Dgetentropy_aix.c215 SHA512_CTX ctx; in getentropy_fallback()
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1465 } SHA512_CTX; typedef
1467 void SHA512_Init(SHA512_CTX*);
1468 void SHA512_Update(SHA512_CTX*, void*, size_t);
1469 void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
H A Dconfigure.ac2299 } SHA512_CTX;
2301 void SHA512_Init(SHA512_CTX*);
2302 void SHA512_Update(SHA512_CTX*, void*, size_t);
2303 void SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*);
/openbsd/lib/libcrypto/curve25519/
H A Dcurve25519.c4651 SHA512_CTX hash_ctx; in ED25519_sign()
4722 SHA512_CTX hash_ctx; in ED25519_verify()