Home | History | Annotate | Download | only in openssl

Lines Matching defs:method

77   (*X509V3_EXT_I2V)(const struct v3_ext_method *method, void *ext,
79 typedef void * (*X509V3_EXT_V2I)(const struct v3_ext_method *method,
82 typedef char * (*X509V3_EXT_I2S)(const struct v3_ext_method *method, void *ext);
83 typedef void * (*X509V3_EXT_S2I)(const struct v3_ext_method *method,
85 typedef int (*X509V3_EXT_I2R)(const struct v3_ext_method *method, void *ext,
87 typedef void * (*X509V3_EXT_R2I)(const struct v3_ext_method *method,
207 ASN1_OBJECT *method;
529 OPENSSL_EXPORT ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
531 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
535 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen, STACK_OF(CONF_VALUE) *ret);
540 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method,
542 OPENSSL_EXPORT GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method,
555 OPENSSL_EXPORT char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *ia5);
556 OPENSSL_EXPORT ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
593 const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
596 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
599 const X509V3_EXT_METHOD *method,