Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions.c63 typedef struct extensions_definition_st { struct
65 unsigned int type;
70 unsigned int context;
75 int (*init)(SSL *s, unsigned int context);
77 int (*parse_ctos)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
80 int (*parse_stoc)(SSL *s, PACKET *pkt, unsigned int context, X509 *x,
83 EXT_RETURN (*construct_stoc)(SSL *s, WPACKET *pkt, unsigned int context,
86 EXT_RETURN (*construct_ctos)(SSL *s, WPACKET *pkt, unsigned int context,
93 int (*final)(SSL *s, unsigned int context, int sent);