Home | History | Annotate | Download | only in ssl

Lines Matching refs:bs

474 	int bs,i;
505 bs=EVP_CIPHER_block_size(ds->cipher);
509 if ((bs != 1) && send)
511 i=bs-((int)l%bs);
521 if (l == 0 || l%bs != 0)
527 /* otherwise, rec->length >= bs */
532 if ((bs != 1) && !send)
537 if (i > bs)
545 /* now i <= bs <= rec->length */