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

/barrelfish-master/lib/openssl-1.0.0d/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)
H A Drc5speed.c182 RC5_32_KEY sch;
H A Drc5test.c240 RC5_32_KEY key;
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A De_rc5.c76 RC5_32_KEY ks; /* key schedule */
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dspeed.c380 RC5_32_KEY rc5_ks;

Completed in 43 milliseconds