Searched refs:const_DES_cblock (Results 1 - 12 of 12) sorted by relevance

/external/openssl/crypto/des/
H A Ddes.h79 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
81 * and const_DES_cblock * are incompatible pointer types. */
131 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
136 const_DES_cblock *ivec);
146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
150 void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
199 void DES_xwhite_in2out(const_DES_cblock *DES_key,const_DES_cblock *in_white,
218 int DES_check_key_parity(const_DES_cblock *ke
[all...]
H A Decb3_enc.c61 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
H A Drpc_enc.c73 DES_ecb_encrypt((const_DES_cblock *)desp->UDES.UDES_buf,
H A Dcbc_cksm.c63 const_DES_cblock *ivec)
H A Decb_enc.c108 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
H A Dxcbc_enc.c83 void DES_xwhite_in2out(const_DES_cblock *des_key, const_DES_cblock *in_white,
114 DES_cblock *ivec, const_DES_cblock *inw,
115 const_DES_cblock *outw, int enc)
H A Dset_key.c97 int DES_check_key_parity(const_DES_cblock *key)
139 int DES_is_weak_key(const_DES_cblock *key)
311 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule)
328 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule)
338 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
344 void private_DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
405 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule)
H A Ddes_old.c87 DES_ecb3_encrypt((const_DES_cblock *)input, output,
H A Ddes_old.h136 #define const_des_cblock const_DES_cblock
/external/openssl/include/openssl/
H A Ddes.h79 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
81 * and const_DES_cblock * are incompatible pointer types. */
131 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
136 const_DES_cblock *ivec);
146 const_DES_cblock *inw,const_DES_cblock *outw,int enc);
150 void DES_ecb_encrypt(const_DES_cblock *input,DES_cblock *output,
199 void DES_xwhite_in2out(const_DES_cblock *DES_key,const_DES_cblock *in_white,
218 int DES_check_key_parity(const_DES_cblock *ke
[all...]
H A Ddes_old.h136 #define const_des_cblock const_DES_cblock
/external/openssl/crypto/evp/
H A De_des3.c93 DES_ecb3_encrypt((const_DES_cblock *)(in + i),

Completed in 118 milliseconds