| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxtype1.h | 73 #define charstring_this(ch, state, encrypted)\ argument 74 (encrypted ? decrypt_this(ch, state) : ch) 75 #define charstring_next(ch, state, chvar, encrypted)\ argument 76 (encrypted ? (chvar = decrypt_this(ch, state),\ 79 #define charstring_skip_next(ch, state, encrypted)\ argument 80 (encrypted ? decrypt_skip_next(ch, state) : 0) 186 #define decode_num2(var, c, cip, state, encrypted)\ argument 189 int cn = charstring_this(c2, state, encrypted);\ 193 charstring_skip_next(c2, state, encrypted);\ 195 #define decode_push_num2(csp, cstack, c, cip, state, encrypted)\ argument [all …]
|
| H A D | gstype1.c | 59 bool encrypted = pdata->lenIV >= 0; in gs_type1_interpret() local 113 if (encrypted) { in gs_type1_interpret() 126 charstring_next(c0, state, c, encrypted); in gs_type1_interpret() 133 decode_push_num2(csp, cstack, c, cip, state, encrypted); in gs_type1_interpret() 137 decode_num4(lw, cip, state, encrypted); in gs_type1_interpret() 148 charstring_next(c0, state, c, encrypted); in gs_type1_interpret() 154 decode_num2(denom, c, cip, state, encrypted); in gs_type1_interpret() 156 decode_num4(denom, cip, state, encrypted); in gs_type1_interpret() 160 charstring_next(c0, state, c, encrypted); in gs_type1_interpret() 164 charstring_next(c0, state, c, encrypted); in gs_type1_interpret() [all …]
|
| H A D | gstype2.c | 128 bool encrypted = pdata->lenIV >= 0; in gs_type2_interpret() local 177 if (encrypted) { in gs_type2_interpret() 190 charstring_next(c0, state, c, encrypted); in gs_type2_interpret() 197 decode_push_num2(csp, cstack, c, cip, state, encrypted); in gs_type2_interpret() 201 decode_num4(lw, cip, state, encrypted); in gs_type2_interpret() 458 charstring_next(*cip, state, mask[i >> 3], encrypted); in gs_type2_interpret() 531 charstring_next(*cip, state, c1, encrypted); in gs_type2_interpret() 533 charstring_next(*cip, state, c2, encrypted); in gs_type2_interpret() 545 charstring_next(*cip, state, c, encrypted); in gs_type2_interpret()
|
| H A D | gxtype1.c | 366 bool encrypted = pdata->lenIV >= 0; in gs_type1_piece_codes() local 380 if (encrypted) { in gs_type1_piece_codes() 391 charstring_next(c0, state, c, encrypted); in gs_type1_piece_codes() 397 decode_push_num2(csp, cstack, c, cip, state, encrypted); in gs_type1_piece_codes() 401 decode_num4(lw, cip, state, encrypted); in gs_type1_piece_codes() 441 charstring_next(*cip, state, c, encrypted); in gs_type1_piece_codes()
|
| H A D | gdevpsfx.c | 167 const bool encrypted = pcis->pfont->data.lenIV >= 0; in type1_next() local 178 charstring_next(c0, state, c, encrypted); in type1_next() 184 decode_push_num2(csp, pcis->ostack, c, cip, state, encrypted); in type1_next() 188 decode_num4(lw, cip, state, encrypted); in type1_next() 205 charstring_next(*cip, cstate, cn, encrypted); in type1_next() 237 charstring_next(*cip, state, c, encrypted); in type1_next()
|
| H A D | gdevpdfx.h | 999 bool encrypted; member
|
| H A D | gdevpdfu.c | 1745 pdw->encrypted = true; in pdf_append_data_stream_filters() 1747 pdw->encrypted = false; in pdf_append_data_stream_filters()
|
| /plan9/sys/src/cmd/upas/smtp/ |
| H A D | smtp.c | 468 hello(char *me, int encrypted) in hello() argument 474 if (!encrypted) { in hello() 522 if(!encrypted && trysecure && in hello() 528 if(tryauth && (encrypted || insecure) && in hello()
|
| /plan9/sys/src/cmd/upas/fs/ |
| H A D | pop3.c | 23 int encrypted; member 147 pop->encrypted = 1; in pop3pushtls() 234 if(pop->needtls && !pop->encrypted) in pop3login()
|
| /plan9/sys/doc/ |
| H A D | auth.ms | 1270 (Here $K roman "{" x roman "}"# indicates $x# encrypted with 1274 server to obtain a pair of encrypted tickets, one encrypted with 1281 server because it is encrypted in the server key $K sub S#. 1315 encrypted database of user accounts. 1632 Keys could be stored encrypted on a shared file system, but 1635 Even if the keys are encrypted under a user 1647 is a file server for encrypted data, 1654 has loaded the key file, further encrypted or authenticated 1663 is a form of encrypted 1677 Diffie-Hellman; subtle flaws in some earlier encrypted key exchange [all …]
|
| H A D | 9.ms | 1701 encrypted with
|
| /plan9/sys/lib/ |
| H A D | mimetype | 42 .enc application octet-stream - y # encrypted file 170 - application pgp-encrypted - y
|
| H A D | scsicodes | 634 740a encrypted block not raw read enabled
|
| /plan9/sys/src/cmd/aux/vga/ |
| H A D | adventure | 683 'ghostscript' reports: "This PDF file is encrypted
|
| /plan9/sys/man/ |
| H A D | searchindex | 60 …tiates dir disable disconnecting discussion domain doubtful echo enable encrypted encrypting encry… 73 …ables encapsulates encapsulating encapsulation encoded encoding encrypt encrypted encrypts ends en… 119 …cs dial digest digesting dir directory doing ed encalg encoded encoding encrypted encrypting encry… 127 …ons connects control data descriptor device diagnostics dial directions encrypted encryption failu… 169 …ined deters dev dialogue directory dns domain don't dropped e.g effects encrypted encryption entry… 176 …e digital directly dsa ecb ede eight electronic elgamal encoded encrypt encrypted encrypting encry… 235 …ivery descriptors dev device dial directories directory dns e.g echo ed encrypted encryption env e… 261 …described digit digital digits display displays easily ed eight encrypt encrypted encryption ent e… 268 …etermine dhcpd digit directly displayed dn dom domain ecb eight encrypt encrypted encryption ensur… 279 …efaults dele deleted deletes deletion details disallowed domain enabled encrypted ending enforce e… [all …]
|
| /plan9/sys/src/cmd/unix/9pfreebsd/ |
| H A D | freebsd-3.2.il-kernel.patch | 281 + AuthTs=64, /* ticket encrypted with server's key */ 282 + AuthTc, /* ticket encrypted with client's key */ 285 + AuthTp, /* ticket encrypted with clien's key for password change */
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 19714 encrypted /sys/man/1/file 19715 encrypted /sys/man/1/passwd 19716 encrypted /sys/man/1/secstore 19717 encrypted /sys/man/1/ssh1 19718 encrypted /sys/man/1/ssh2 19719 encrypted /sys/man/2/des 19720 encrypted /sys/man/2/encrypt 19721 encrypted /sys/man/2/pushssl 19722 encrypted /sys/man/2/pushtls 19723 encrypted /sys/man/3/ip [all …]
|