Home | History | Annotate | Download | only in ssl

Lines Matching refs:EVP_CipherInit_ex

543 	printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n");
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));