Searched defs:const_DES_cblock (Results 1 - 2 of 2) 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...]
/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...]

Completed in 2107 milliseconds