Searched refs:outw (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A De_xcbc_d.c78 DES_cblock outw; member in struct:__anon3307
110 memcpy(&data(ctx)->outw[0],&key[16],8);
121 &data(ctx)->outw,
/macosx-10.10.1/architecture-266/i386/
H A Dpio.h90 static __inline__ void outw( function
94 __asm__ volatile("outw %w0, %w1" : : "a" (datum), "Nd" (port));
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dpio.h95 static __inline__ void outw( function
99 __asm__ volatile("outw %w0, %w1" : : "a" (datum), "Nd" (port));
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h62 outw %ax,$(POSTPORT); \
72 outw %ax,$(POSTPORT)
182 asm volatile("outw %0, %1" : : "a" (xxxx), "N" (POSTPORT));
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDeviceI386.cpp92 outw( map->getVirtualAddress() + offset, value );
/macosx-10.10.1/OpenSSL098-52/src/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.c115 const_DES_cblock *outw, int enc)
128 in2 = &(*outw)[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);
/macosx-10.10.1/OpenSSL098-52/src/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);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Devp.h379 des_cblock outw; member in struct:evp_cipher_ctx_st::__anon3954::__anon3956
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c365 outw(addr, *((uint16_t *) data));

Completed in 221 milliseconds