Symbol: RC2_KEY
crypto/libressl/apps/openssl/speed.c
272
RC2_KEY rc2_ks;
crypto/libressl/crypto/evp/e_rc2.c
83
RC2_KEY ks; /* key schedule */
crypto/libressl/crypto/rc2/rc2_cbc.c
136
void RC2_encrypt(unsigned long *d, RC2_KEY *key)
crypto/libressl/crypto/rc2/rc2_cbc.c
181
void RC2_decrypt(unsigned long *d, RC2_KEY *key)
crypto/libressl/crypto/rc2/rc2_cbc.c
63
RC2_KEY *ks, unsigned char *iv, int encrypt)
crypto/libressl/crypto/rc2/rc2_ecb.c
71
void RC2_ecb_encrypt(const unsigned char *in, unsigned char *out, RC2_KEY *ks,
crypto/libressl/crypto/rc2/rc2_skey.c
94
void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits)
crypto/libressl/crypto/rc2/rc2cfb64.c
68
long length, RC2_KEY *schedule, unsigned char *ivec,
crypto/libressl/crypto/rc2/rc2ofb64.c
67
long length, RC2_KEY *schedule, unsigned char *ivec,
crypto/libressl/include/openssl/rc2.h
83
void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,int bits);
crypto/libressl/include/openssl/rc2.h
84
void RC2_ecb_encrypt(const unsigned char *in,unsigned char *out,RC2_KEY *key,
crypto/libressl/include/openssl/rc2.h
86
void RC2_encrypt(unsigned long *data,RC2_KEY *key);
crypto/libressl/include/openssl/rc2.h
87
void RC2_decrypt(unsigned long *data,RC2_KEY *key);
crypto/libressl/include/openssl/rc2.h
89
RC2_KEY *ks, unsigned char *iv, int enc);
crypto/libressl/include/openssl/rc2.h
91
long length, RC2_KEY *schedule, unsigned char *ivec,
crypto/libressl/include/openssl/rc2.h
94
long length, RC2_KEY *schedule, unsigned char *ivec,