Lines Matching refs:GENERAL_NAME
202 } GENERAL_NAME; typedef
204 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
208 GENERAL_NAME *location;
215 DECLARE_STACK_OF(GENERAL_NAME)
216 DECLARE_ASN1_SET_OF(GENERAL_NAME)
320 GENERAL_NAME *base;
523 DECLARE_ASN1_FUNCTIONS(GENERAL_NAME)
524 OPENSSL_EXPORT GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
525 OPENSSL_EXPORT int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
535 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,…
536 OPENSSL_EXPORT int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
548 OPENSSL_EXPORT void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
549 OPENSSL_EXPORT void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
550 OPENSSL_EXPORT int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
552 OPENSSL_EXPORT int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
592 OPENSSL_EXPORT GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
596 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
598 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,