Home | History | Annotate | Download | only in apps

Lines Matching refs:sno

960 	ASN1_INTEGER *sno;
970 sno = s2i_ASN1_INTEGER(NULL, serial);
971 if(!sno)
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
977 ASN1_INTEGER_free(sno);