Searched refs:const_DES_cblock (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | des.h | 79 typedef /* const */ unsigned char const_DES_cblock[8]; typedef 132 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, 137 const_DES_cblock *ivec); 147 DES_cblock *ivec, const_DES_cblock *inw, 148 const_DES_cblock *outw, int enc); 152 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, 203 void DES_xwhite_in2out(const_DES_cblock *DES_key, const_DES_cblock *in_white, 223 int DES_check_key_parity(const_DES_cblock *key); 224 int DES_is_weak_key(const_DES_cblock *key); 230 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); [all …]
|
| H A D | des_old.h | 138 # define const_des_cblock const_DES_cblock
|