Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL3_CC_WRITE

553 		EVP_CipherInit_ex(dd,c,NULL,key,NULL,(which & SSL3_CC_WRITE));
557 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));