HomeSort by relevance Sort by last modified time
    Searched defs:sno (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
ocsp.c 970 ASN1_INTEGER *sno; local
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);
    [all...]
x509.c 163 CONF *conf, char *section, ASN1_INTEGER *sno);
178 ASN1_INTEGER *sno = NULL; local
347 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
638 if (sno == NULL)
640 sno = ASN1_INTEGER_new();
641 if (!sno || !rand_serial(NULL, sno))
643 if (!X509_set_serialNumber(x, sno))
645 ASN1_INTEGER_free(sno);
646 sno = NULL
    [all...]

Completed in 33 milliseconds