Home
last modified time | relevance | path

Searched defs:outw (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/des/
Dxcbc_enc.c115 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
Ddes_old.c111 _ossl_old_des_cblock *inw,_ossl_old_des_cblock *outw,int enc) in _ossl_old_des_xcbc_encrypt()
Ddes_old.h156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
/external/openssl/crypto/evp/
De_xcbc_d.c79 DES_cblock outw; member
/external/grub/netboot/
Dlinux-asm-io.h147 #define outw(val,port) \ macro
/external/openssl/include/openssl/
Ddes_old.h156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ argument
/external/kernel-headers/original/asm-arm/
Dio.h112 #define outw(v,p) __raw_writew((__force __u16) \ macro
/external/chromium/base/
Dstring_util_unittest.cc905 std::wstring outw; in TEST() local