Lines Matching refs:entropy_len
146 total_entropy_len = ctx->entropy_len;
148 total_entropy_len = ctx->entropy_len * 3 / 2;
160 /* IV. Gather entropy_len bytes of entropy for the seed */
162 seed, ctx->entropy_len)) != 0) {
165 seedlen += ctx->entropy_len;
173 * SHA-1, 3 / 2 * entropy_len is at least 36 Bytes, which
179 ctx->entropy_len / 2)) != 0) {
183 seedlen += ctx->entropy_len / 2;
256 if (ctx->entropy_len == 0) {
264 ctx->entropy_len = md_size <= 20 ? 16 : /* 160-bits hash -> 128 bits */
291 ctx->entropy_len = len;