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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes.h79 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
82 * const_DES_cblock * are incompatible pointer types.
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 *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.c106 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
H A Dxcbc_enc.c100 void DES_xwhite_in2out(const_DES_cblock *des_key, const_DES_cblock *in_white,
129 DES_cblock *ivec, const_DES_cblock *inw,
130 const_DES_cblock *outw, int enc)
H A Dset_key.c111 int DES_check_key_parity(const_DES_cblock *key)
154 int DES_is_weak_key(const_DES_cblock *key)
336 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule)
351 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule)
361 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
368 void private_DES_set_key_unchecked(const_DES_cblock *key,
436 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule)
H A Ddes_old.c91 DES_ecb3_encrypt((const_DES_cblock *)input, output,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes.h79 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
82 * const_DES_cblock * are incompatible pointer types.
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 *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.c106 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
H A Dxcbc_enc.c100 void DES_xwhite_in2out(const_DES_cblock *des_key, const_DES_cblock *in_white,
129 DES_cblock *ivec, const_DES_cblock *inw,
130 const_DES_cblock *outw, int enc)
H A Dset_key.c111 int DES_check_key_parity(const_DES_cblock *key)
154 int DES_is_weak_key(const_DES_cblock *key)
336 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule)
351 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule)
361 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
368 void private_DES_set_key_unchecked(const_DES_cblock *key,
436 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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,
217 int DES_check_key_parity(const_DES_cblock *ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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,
217 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.c109 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
H A Dxcbc_enc.c82 void DES_xwhite_in2out(const_DES_cblock *des_key, const_DES_cblock *in_white,
112 DES_cblock *ivec, const_DES_cblock *inw,
113 const_DES_cblock *outw, int enc)
H A Dset_key.c96 int DES_check_key_parity(const_DES_cblock *key)
138 int DES_is_weak_key(const_DES_cblock *key)
310 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule)
327 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule)
337 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule)
397 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,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_des3.c91 DES_ecb3_encrypt((const_DES_cblock *)(in + i),

Completed in 181 milliseconds

12