Home | History | Annotate | Download | only in ssl

Lines Matching refs:bs

473 	int bs,i;
504 bs=EVP_CIPHER_block_size(ds->cipher);
508 if ((bs != 1) && send)
510 i=bs-((int)l%bs);
523 if (l == 0 || l%bs != 0)
529 /* otherwise, rec->length >= bs */
534 if ((bs != 1) && !send)
539 if (i > bs)
547 /* now i <= bs <= rec->length */