| glue.c | 140 { "armour", 1 }, 145 /* encrypt_file(netpgp, f, output, armour) */ 152 int armour; local 162 armour = findtype(armourtypes, luaL_checkstring(L, 4)); 164 f, __UNCONST(output), armour); 169 /* decrypt_file(netpgp, f, output, armour) */ 176 int armour; local 185 armour = findtype(armourtypes, luaL_checkstring(L, 4)); 186 ret = netpgp_decrypt_file(netpgp, f, __UNCONST(output), armour); 198 /* sign_file(netpgp, f, output, armour, detached) * 207 int armour; local 235 int armour; local 257 int armour; local 275 int armour; local 293 int armour; local [all...] |