Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl3_enc

414 	enc_err = s->method->ssl3_enc->enc(s,0);
482 i=s->method->ssl3_enc->mac(s,md,0 /* not send */);
1595 if(s->method->ssl3_enc->mac(s,&(p[wr->length + bs]),1) < 0)
1605 /* ssl3_enc can only have an error on read */
1614 s->method->ssl3_enc->enc(s,1);