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

/freebsd-12-stable/crypto/openssl/crypto/modes/
H A Docb128.c94 size_t l_index = ctx->l_index; local
96 if (idx <= l_index) {
118 while (l_index < idx) {
119 ocb_double(ctx->l + l_index, ctx->l + l_index + 1);
120 l_index++;
122 ctx->l_index = l_index;
156 ctx->l_index
[all...]
H A Dmodes_local.h186 size_t l_index; member in struct:ocb128_context
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dnormalize.c101 unsigned l_index = in[0] - l_base; local
107 return (l_index * v_count + v_index) * t_count + s_base;

Completed in 58 milliseconds