HomeSort by relevance Sort by last modified time
    Searched refs:const_DES_cblock (Results 1 - 14 of 14) sorted by null

  /external/openssl/crypto/des/
des.h 79 typedef /* const */ unsigned char const_DES_cblock[8];
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 *key)
    [all...]
ecb3_enc.c 61 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
rpc_enc.c 73 DES_ecb_encrypt((const_DES_cblock *)desp->UDES.UDES_buf,
cbc_cksm.c 63 const_DES_cblock *ivec)
ecb_enc.c 108 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
xcbc_enc.c 83 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)
set_key.c 97 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)
des_old.c 87 DES_ecb3_encrypt((const_DES_cblock *)input, output,
des_old.h 136 #define const_des_cblock const_DES_cblock macro
  /external/openssl/include/openssl/
des.h 79 typedef /* const */ unsigned char const_DES_cblock[8];
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 *key)
    [all...]
des_old.h 136 #define const_des_cblock const_DES_cblock macro
  /external/openssl/crypto/evp/
e_des3.c 93 DES_ecb3_encrypt((const_DES_cblock *)(in + i),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 485 const_DES_cblock = c_ubyte * 8
    [all...]

Completed in 246 milliseconds