Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxtype1.h73 #define charstring_this(ch, state, encrypted)\ argument
75 #define charstring_next(ch, state, chvar, encrypted)\ argument
79 #define charstring_skip_next(ch, state, encrypted)\ argument
186 #define decode_num2(var, c, cip, state, encrypted)\ argument
195 #define decode_push_num2(csp, cstack, c, cip, state, encrypted)\ argument
221 #define decode_num4(lw, cip, state, encrypted)\ argument
H A Dgstype1.c59 bool encrypted = pdata->lenIV >= 0; in gs_type1_interpret() local
H A Dgstype2.c128 bool encrypted = pdata->lenIV >= 0; in gs_type2_interpret() local
H A Dgxtype1.c366 bool encrypted = pdata->lenIV >= 0; in gs_type1_piece_codes() local
H A Dgdevpsfx.c167 const bool encrypted = pcis->pfont->data.lenIV >= 0; in type1_next() local
H A Dgdevpdfx.h999 bool encrypted; member
/plan9-contrib/sys/src/cmd/upas/fs/
H A Dpop3.c23 int encrypted; member
/plan9-contrib/sys/src/cmd/upas/smtp/
H A Dsmtp.c468 hello(char *me, int encrypted) in hello()