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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/ccgost/
H A Dgosthash.c230 ghosthash_len fin_len=ctx->len; local
240 fin_len+=ctx->left;
244 fin_len<<=3; /* Hash length in BITS!!*/
245 while(fin_len>0)
247 *(bptr++)=(byte)(fin_len&0xFF);
248 fin_len>>=8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/ccgost/
H A Dgosthash.c230 ghosthash_len fin_len=ctx->len; local
240 fin_len+=ctx->left;
244 fin_len<<=3; /* Hash length in BITS!!*/
245 while(fin_len>0)
247 *(bptr++)=(byte)(fin_len&0xFF);
248 fin_len>>=8;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/ccgost/
H A Dgosthash.c230 ghosthash_len fin_len=ctx->len; local
240 fin_len+=ctx->left;
244 fin_len<<=3; /* Hash length in BITS!!*/
245 while(fin_len>0)
247 *(bptr++)=(byte)(fin_len&0xFF);
248 fin_len>>=8;

Completed in 277 milliseconds