Home | History | Annotate | Download | only in ssl

Lines Matching full:ivlen

358 	printf("\tevp_cipher: nid, blksz= %d, %d, keylen=%d, ivlen=%d\n",
700 int ivlen;
705 ivlen = EVP_CIPHER_iv_length(enc);
707 ivlen = 0;
708 if (ivlen > 1)
717 else if (RAND_bytes(rec->input, ivlen) <= 0)