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

/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_int.c79 return s2i_ASN1_INTEGER(meth, value);
H A Dv3_sxnet.c156 if(!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
227 if(!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
H A Dv3_utl.c159 ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, char *value) function
237 if(!(itmp = s2i_ASN1_INTEGER(NULL, value->value))) {
H A Dv3_cpols.c348 if(!(aint = s2i_ASN1_INTEGER(NULL, cnf->name))) {
H A Dv3_asid.c621 min = s2i_ASN1_INTEGER(NULL, s);
622 max = s2i_ASN1_INTEGER(NULL, s + i2);
H A Dx509v3.h647 ASN1_INTEGER * s2i_ASN1_INTEGER(X509V3_EXT_METHOD *meth, char *value);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
/freebsd-10.0-release/crypto/openssl/apps/
H A Docsp.c981 sno = s2i_ASN1_INTEGER(NULL, serial);
H A Dx509.c347 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
H A Dreq.c374 serial = s2i_ASN1_INTEGER(NULL, *(++argv));

Completed in 292 milliseconds