Searched refs:s2i_ASN1_INTEGER (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_int.c83 return s2i_ASN1_INTEGER(meth, value);
H A Dv3_sxnet.c156 if (!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
236 if (!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
H A Dv3_utl.c174 ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, char *value) function
263 if (!(itmp = s2i_ASN1_INTEGER(NULL, value->value))) {
H A Dv3_cpols.c371 if (!(aint = s2i_ASN1_INTEGER(NULL, cnf->name))) {
H A Dv3_asid.c624 min = s2i_ASN1_INTEGER(NULL, s);
625 max = s2i_ASN1_INTEGER(NULL, s + i2);
H A Dx509v3.h587 ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c657 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str))) {
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c847 sno = s2i_ASN1_INTEGER(NULL, serial);
H A Dx509.c310 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
H A Dreq.c446 serial = s2i_ASN1_INTEGER(NULL, *(++argv));

Completed in 234 milliseconds