Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/9/port/
H A Ddevssl.c43 typedef struct Dstate Dstate; typedef
44 struct Dstate struct
46 Chan *c; /* io channel */
47 uchar state; /* state of connection */
48 int ref; /* serialized by dslock for atomic destroy */
50 uchar encryptalg; /* encryption algorithm */
51 ushort blocklen; /* blocking length */
53 ushort diglen; /* length of digest */
54 DigestState *(*hf)(uchar*, ulong, uchar*, DigestState*); /* hash func */
57 int max; /* maximum unpadded data per msg */
[all …]
/plan9-contrib/sys/src/9k/port/
H A Ddevssl.c43 typedef struct Dstate Dstate; typedef
44 struct Dstate struct
46 Chan *c; /* io channel */
47 uchar state; /* state of connection */
48 int ref; /* serialized by dslock for atomic destroy */
50 uchar encryptalg; /* encryption algorithm */
51 ushort blocklen; /* blocking length */
53 ushort diglen; /* length of digest */
54 DigestState *(*hf)(uchar*, ulong, uchar*, DigestState*); /* hash func */
57 int max; /* maximum unpadded data per msg */
[all …]
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddevssl.c42 typedef struct Dstate Dstate; typedef
43 struct Dstate struct
45 Chan *c; /* io channel */
46 uchar state; /* state of connection */
47 int ref; /* serialized by dslock for atomic destroy */
49 uchar encryptalg; /* encryption algorithm */
50 ushort blocklen; /* blocking length */
52 ushort diglen; /* length of digest */
53 DigestState *(*hf)(uchar*, ulong, uchar*, DigestState*); /* hash func */
56 int max; /* maximum unpadded data per msg */
[all …]