Searched refs:WHIRLPOOL_BitUpdate (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/include/openssl/
H A Dwhrlpool.h50 OSSL_DEPRECATEDIN_3_0 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c,
/freebsd-current/crypto/openssl/crypto/whrlpool/
H A Dwp_dgst.c44 * as specified by authors is called WHIRLPOOL_BitUpdate[!] and
47 * WHIRLPOOL_BitUpdate implements byte-oriented loop, essentially
76 * to care about excessive calls to WHIRLPOOL_BitUpdate...
82 WHIRLPOOL_BitUpdate(c, inp, chunk * 8);
87 WHIRLPOOL_BitUpdate(c, inp, bytes * 8);
92 void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *_inp, size_t bits) function

Completed in 69 milliseconds