Searched refs:WHIRLPOOL_CTX (Results 1 - 7 of 7) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | whrlpool.h | 35 } WHIRLPOOL_CTX; typedef 37 int WHIRLPOOL_Init(WHIRLPOOL_CTX *c); 38 int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes); 39 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits); 40 int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | whrlpool.h | 44 } 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);
|
/third_party/openssl/include/openssl/ |
H A D | whrlpool.h | 44 } 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);
|
/third_party/node/deps/openssl/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 65 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 D | wp_block.c | 499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block()
|
/third_party/openssl/crypto/whrlpool/ |
H A D | wp_dgst.c | 65 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 D | wp_block.c | 499 void whirlpool_block(WHIRLPOOL_CTX *ctx, const void *inp, size_t n) in whirlpool_block()
|
Completed in 4 milliseconds