Home | History | Annotate | Download | only in apps

Lines Matching refs:sno

970 	ASN1_INTEGER *sno;
980 sno = s2i_ASN1_INTEGER(NULL, serial);
981 if(!sno)
986 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
987 ASN1_INTEGER_free(sno);