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

  /external/openssl/apps/
x509.c 156 ASN1_INTEGER *sno);
170 ASN1_INTEGER *sno = NULL; local
327 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
612 if (sno == NULL)
614 sno = ASN1_INTEGER_new();
615 if (!sno || !rand_serial(NULL, sno))
617 if (!X509_set_serialNumber(x, sno))
619 ASN1_INTEGER_free(sno);
620 sno = NULL
    [all...]
ocsp.c 911 ASN1_INTEGER *sno; local
921 sno = s2i_ASN1_INTEGER(NULL, serial);
922 if(!sno)
927 id = OCSP_cert_id_new(EVP_sha1(), iname, ikey, sno);
928 ASN1_INTEGER_free(sno);
    [all...]

Completed in 51 milliseconds