diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /libinterp/runt.h | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'libinterp/runt.h')
| -rw-r--r-- | libinterp/runt.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/libinterp/runt.h b/libinterp/runt.h index f7577f6a..e6e30924 100644 --- a/libinterp/runt.h +++ b/libinterp/runt.h @@ -3076,6 +3076,16 @@ struct F_Keyring_aessetup Array* key; Array* ivec; }; +void IPint_and(void*); +typedef struct F_IPint_and F_IPint_and; +struct F_IPint_and +{ + WORD regs[NREG-1]; + Keyring_IPint** ret; + uchar temps[12]; + Keyring_IPint* i1; + Keyring_IPint* i2; +}; void Keyring_auth(void*); typedef struct F_Keyring_auth F_Keyring_auth; struct F_Keyring_auth @@ -3459,6 +3469,25 @@ struct F_IPint_neg uchar temps[12]; Keyring_IPint* i; }; +void IPint_not(void*); +typedef struct F_IPint_not F_IPint_not; +struct F_IPint_not +{ + WORD regs[NREG-1]; + Keyring_IPint** ret; + uchar temps[12]; + Keyring_IPint* i1; +}; +void IPint_ori(void*); +typedef struct F_IPint_ori F_IPint_ori; +struct F_IPint_ori +{ + WORD regs[NREG-1]; + Keyring_IPint** ret; + uchar temps[12]; + Keyring_IPint* i1; + Keyring_IPint* i2; +}; void Keyring_pktoattr(void*); typedef struct F_Keyring_pktoattr F_Keyring_pktoattr; struct F_Keyring_pktoattr @@ -3749,6 +3778,16 @@ struct F_Keyring_writeauthinfo String* filename; Keyring_Authinfo* info; }; +void IPint_xor(void*); +typedef struct F_IPint_xor F_IPint_xor; +struct F_IPint_xor +{ + WORD regs[NREG-1]; + Keyring_IPint** ret; + uchar temps[12]; + Keyring_IPint* i1; + Keyring_IPint* i2; +}; #define Keyring_PATH "$Keyring" #define Keyring_Encrypt 0 #define Keyring_Decrypt 1 |
