Home | History | Annotate | Download | only in evp

Lines Matching defs:bl

276 	size_t	bl = ctx->cipher->block_size;
278 if (len<bl) return 1;
592 size_t bl = ctx->cipher->block_size;
596 if (len<bl) return 1;
598 for (i=0,len-=bl;i<=len;i+=bl)