Lines Matching refs:GENERAL_NAME
212 } GENERAL_NAME; typedef
214 DEFINE_STACK_OF(GENERAL_NAME)
215 DECLARE_ASN1_SET_OF(GENERAL_NAME)
217 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
223 GENERAL_NAME *location;
332 GENERAL_NAME *base;
535 DECLARE_ASN1_FUNCTIONS(GENERAL_NAME)
536 OPENSSL_EXPORT GENERAL_NAME *GENERAL_NAME_dup(GENERAL_NAME *a);
537 OPENSSL_EXPORT int GENERAL_NAME_cmp(GENERAL_NAME *a, GENERAL_NAME *b);
547 OPENSSL_EXPORT STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, GENERAL_NAME *gen,…
548 OPENSSL_EXPORT int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen);
560 OPENSSL_EXPORT void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
561 OPENSSL_EXPORT void *GENERAL_NAME_get0_value(GENERAL_NAME *a, int *ptype);
562 OPENSSL_EXPORT int GENERAL_NAME_set0_othername(GENERAL_NAME *gen,
564 OPENSSL_EXPORT int GENERAL_NAME_get0_otherName(GENERAL_NAME *gen,
604 OPENSSL_EXPORT GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
608 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
610 OPENSSL_EXPORT GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
754 BORINGSSL_MAKE_DELETER(GENERAL_NAME, GENERAL_NAME_free)