OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDES
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/des/
rpc_des.h
117
}
UDES
;
118
# define des_data
UDES
.UDES_data /* direct data here if quick */
119
# define des_buf
UDES
.UDES_buf /* otherwise, pointer to data */
rpc_enc.c
73
DES_ecb_encrypt((const_DES_cblock *)desp->
UDES
.UDES_buf,
74
(DES_cblock *)desp->
UDES
.UDES_buf,&ks,
78
DES_ncbc_encrypt(desp->
UDES
.UDES_buf,desp->
UDES
.UDES_buf,
87
a=(char *)&(desp->
UDES
.UDES_buf[len-8]);
/external/openssl/crypto/des/
rpc_des.h
117
}
UDES
;
118
# define des_data
UDES
.UDES_data /* direct data here if quick */
119
# define des_buf
UDES
.UDES_buf /* otherwise, pointer to data */
rpc_enc.c
73
DES_ecb_encrypt((const_DES_cblock *)desp->
UDES
.UDES_buf,
74
(DES_cblock *)desp->
UDES
.UDES_buf,&ks,
78
DES_ncbc_encrypt(desp->
UDES
.UDES_buf,desp->
UDES
.UDES_buf,
87
a=(char *)&(desp->
UDES
.UDES_buf[len-8]);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_des.h
67
UDES
;
68
#define des_data
UDES
.UDES_data /* direct data here if quick */
69
#define des_buf
UDES
.UDES_buf /* otherwise, pointer to data */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_des.h
67
UDES
;
68
#define des_data
UDES
.UDES_data /* direct data here if quick */
69
#define des_buf
UDES
.UDES_buf /* otherwise, pointer to data */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_des.h
67
UDES
;
68
#define des_data
UDES
.UDES_data /* direct data here if quick */
69
#define des_buf
UDES
.UDES_buf /* otherwise, pointer to data */
Completed in 2200 milliseconds