Searched refs:X509V3_CTX (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dx509v3.h475 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
488 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
494 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
526 GENERAL_NAME *v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx,
529 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc);
532 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
533 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
534 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
535 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
536 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ct
[all...]
H A Dossl_typ.h143 typedef struct v3_ext_ctx X509V3_CTX; typedef in typeref:struct:v3_ext_ctx
H A Dasn1.h1008 ASN1_TYPE *ASN1_generate_v3(char *str, X509V3_CTX *cnf);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dx509v3.h135 typedef struct v3_ext_ctx X509V3_CTX; typedef in typeref:struct:v3_ext_ctx
435 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
441 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *str);
460 GENERAL_NAME *v2i_GENERAL_NAME(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, CONF_VALUE *cnf);
463 X509_EXTENSION *X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, char *value);
464 X509_EXTENSION *X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, char *name, char *value);
465 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, STACK_OF(X509_EXTENSION) **sk);
466 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
467 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
468 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ct
[all...]

Completed in 153 milliseconds