Searched refs:RC5_32_KEY (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5.h93 } RC5_32_KEY; typedef in typeref:struct:rc5_key_st
95 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
98 RC5_32_KEY *key, int enc);
99 void RC5_32_encrypt(unsigned long *data, RC5_32_KEY *key);
100 void RC5_32_decrypt(unsigned long *data, RC5_32_KEY *key);
102 long length, RC5_32_KEY *ks, unsigned char *iv,
105 long length, RC5_32_KEY *schedule,
108 long length, RC5_32_KEY *schedule,
H A Drc5_ecb.c66 RC5_32_KEY *ks, int encrypt)
H A Drc5cfb64.c69 long length, RC5_32_KEY *schedule,
H A Drc5ofb64.c68 long length, RC5_32_KEY *schedule,
H A Drc5s.cpp39 RC5_32_KEY key;
H A Drc5_skey.c62 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
H A Drc5_enc.c64 long length, RC5_32_KEY *ks, unsigned char *iv,
139 void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key)
175 void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key)
H A Drc5speed.c170 RC5_32_KEY sch;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5.h95 } RC5_32_KEY; typedef in typeref:struct:rc5_key_st
98 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
100 void RC5_32_ecb_encrypt(const unsigned char *in,unsigned char *out,RC5_32_KEY *key,
102 void RC5_32_encrypt(unsigned long *data,RC5_32_KEY *key);
103 void RC5_32_decrypt(unsigned long *data,RC5_32_KEY *key);
105 long length, RC5_32_KEY *ks, unsigned char *iv,
108 long length, RC5_32_KEY *schedule,
111 long length, RC5_32_KEY *schedule,
H A Drc5_ecb.c66 RC5_32_KEY *ks, int encrypt)
H A Drc5cfb64.c68 long length, RC5_32_KEY *schedule,
H A Drc5ofb64.c67 long length, RC5_32_KEY *schedule,
H A Drc5s.cpp39 RC5_32_KEY key;
H A Drc5_skey.c62 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
H A Drc5_enc.c64 long length, RC5_32_KEY *ks, unsigned char *iv,
138 void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key)
177 void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5.h93 } RC5_32_KEY; typedef in typeref:struct:rc5_key_st
95 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
98 RC5_32_KEY *key, int enc);
99 void RC5_32_encrypt(unsigned long *data, RC5_32_KEY *key);
100 void RC5_32_decrypt(unsigned long *data, RC5_32_KEY *key);
102 long length, RC5_32_KEY *ks, unsigned char *iv,
105 long length, RC5_32_KEY *schedule,
108 long length, RC5_32_KEY *schedule,
H A Drc5_ecb.c66 RC5_32_KEY *ks, int encrypt)
H A Drc5cfb64.c69 long length, RC5_32_KEY *schedule,
H A Drc5ofb64.c68 long length, RC5_32_KEY *schedule,
H A Drc5s.cpp39 RC5_32_KEY key;
H A Drc5_skey.c62 void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
H A Drc5_enc.c64 long length, RC5_32_KEY *ks, unsigned char *iv,
139 void RC5_32_encrypt(unsigned long *d, RC5_32_KEY *key)
175 void RC5_32_decrypt(unsigned long *d, RC5_32_KEY *key)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_rc5.c76 RC5_32_KEY ks; /* key schedule */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_rc5.c75 RC5_32_KEY ks; /* key schedule */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_rc5.c75 RC5_32_KEY ks; /* key schedule */

Completed in 181 milliseconds

12