Home
last modified time | relevance | path

Searched refs:WHIRLPOOL_CTX (Results 1 – 6 of 6) sorted by relevance

/openssl/include/openssl/
H A Dwhrlpool.h44 } WHIRLPOOL_CTX; typedef
47 OSSL_DEPRECATEDIN_3_0 int WHIRLPOOL_Init(WHIRLPOOL_CTX *c);
48 OSSL_DEPRECATEDIN_3_0 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c,
50 OSSL_DEPRECATEDIN_3_0 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,
52 OSSL_DEPRECATEDIN_3_0 int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c);
/openssl/crypto/whrlpool/
H A Dwp_dgst.c65 int WHIRLPOOL_Init(WHIRLPOOL_CTX *c) in WHIRLPOOL_Init()
71 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *_inp, size_t bytes) in WHIRLPOOL_Update()
92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) in WHIRLPOOL_BitUpdate()
214 int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c) in WHIRLPOOL_Final()
255 WHIRLPOOL_CTX ctx; in WHIRLPOOL()
H A Dwp_local.h12 void whirlpool_block(WHIRLPOOL_CTX *, const void *, size_t);
H A Dwp_block.c499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block()
/openssl/providers/implementations/digests/
H A Dwp_prov.c22 IMPLEMENT_digest_functions(wp, WHIRLPOOL_CTX,
/openssl/util/
H A Dindent.pro421 -T WHIRLPOOL_CTX

Completed in 13 milliseconds