Searched refs:inw (Results 1 - 14 of 14) sorted by relevance

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A De_xcbc_d.c78 DES_cblock inw; member in struct:__anon1249
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dsyscall.c56 data = inw(port);
/barrelfish-2018-10-04/include/
H A Dx86emu.h77 inw - Function to read a word from an I/O port
85 u16 (X86APIP inw)(X86EMU_pioAddr addr);
/barrelfish-2018-10-04/include/mackerel/
H A Dio.h34 return inw(base+offset);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Ddes_old.c111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc)
114 length, (DES_key_schedule *)schedule, ivec, inw, outw, enc);
109 _ossl_old_des_xcbc_encrypt(_ossl_old_des_cblock *input,_ossl_old_des_cblock *output,long length, des_key_schedule schedule,_ossl_old_des_cblock *ivec, _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) argument
H A Dxcbc_enc.c114 DES_cblock *ivec, const_DES_cblock *inw,
125 in2 = &(*inw)[0];
112 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) argument
H A Ddes_old.h156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
H A Ddes.h146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
/barrelfish-2018-10-04/kernel/include/arch/x86/
H A Dx86.h141 static inline uint16_t inw(uint16_t port) function
144 __asm __volatile("inw %%dx, %0" : "=a" (data) : "d" (port));
/barrelfish-2018-10-04/include/openssl/
H A Ddes_old.h156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\
260 _ossl_old_des_xcbc_encrypt((i),(o),(l),(k),(iv),(inw),(outw),(e))
347 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc);
H A Ddes.h146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
/barrelfish-2018-10-04/lib/x86emu/
H A Dsys.c249 Default PIO word read function. Doesn't perform real inw.
255 printk("inw %#04x \n", addr);)
373 sys_inw = funcs->inw;
/barrelfish-2018-10-04/usr/arrakismon/
H A Drealmode.c44 assert(!"inw not implemented");
126 .inw = io_inw,
/barrelfish-2018-10-04/usr/vmkitmon/
H A Drealmode.c54 assert(!"inw not implemented");
154 .inw = io_inw,

Completed in 108 milliseconds