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

/freebsd-11.0-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c246 ghosthash_len fin_len = ctx->len; local
255 fin_len += ctx->left;
259 fin_len <<= 3; /* Hash length in BITS!! */
260 while (fin_len > 0) {
261 *(bptr++) = (byte) (fin_len & 0xFF);
262 fin_len >>= 8;

Completed in 96 milliseconds