Home
last modified time | relevance | path

Searched defs:exts (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dextensions_cust.c81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find()
103 void custom_ext_init(custom_ext_methods *exts) in custom_ext_init()
118 custom_ext_methods *exts = &s->cert->custext; in custom_ext_parse() local
176 custom_ext_methods *exts = &s->cert->custext; in custom_ext_add() local
319 void custom_exts_free(custom_ext_methods *exts) in custom_exts_free()
351 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern() local
H A Dextensions.c411 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts()
559 custom_ext_methods *exts = &s->cert->custext; in tls_collect_extensions() local
688 RAW_EXTENSION *exts, X509 *x, size_t chainidx) in tls_parse_extension()
737 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions()
H A Dstatem_clnt.c2577 RAW_EXTENSION *exts = NULL; in tls_process_new_session_ticket() local
H A Dextensions_srvr.c330 PACKET responder_id_list, exts; in tls_parse_ctos_status_request() local
/freebsd-12.1/contrib/wpa/hs20/client/
H A Dest.c249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid()
272 static void add_csrattrs_ext_req(struct hs20_osu_client *ctx, in add_csrattrs_ext_req()
303 static void add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, in add_csrattrs_attr()
335 static void add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, in add_csrattrs()
/freebsd-12.1/contrib/opie/libopie/
H A Dgenerator.c144 int exts; variable
/freebsd-12.1/crypto/openssl/crypto/x509/
H A Dx509_req.c183 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid()
200 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions()
/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_prn.c138 int X509V3_extensions_print(BIO *bp, const char *title, in X509V3_extensions_print()
/freebsd-12.1/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c58 struct sshbuf *ca_buf, *pk, *principals, *critopts, *exts; in build_cert() local
/freebsd-12.1/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c244 static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, in ocsp_add1_nonce()
/freebsd-12.1/crypto/openssl/apps/
H A Dx509.c168 char *checkhost = NULL, *checkemail = NULL, *checkip = NULL, *exts = NULL; in x509_main() local
/freebsd-12.1/crypto/openssh/
H A Dsftp-client.c89 u_int exts; member
H A Dsshkey.c1876 struct sshbuf *exts = NULL, *ca = NULL; in cert_parse() local
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_locl.h1285 X509_EXTENSIONS *exts; member