Home
last modified time | relevance | path

Searched refs:RC2_KEY (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Drc2.h79 } RC2_KEY; typedef
82 void private_RC2_set_key(RC2_KEY *key, int len, const unsigned char *data,
85 void RC2_set_key(RC2_KEY *key, int len, const unsigned char *data, int bits);
87 RC2_KEY *key, int enc);
88 void RC2_encrypt(unsigned long *data, RC2_KEY *key);
89 void RC2_decrypt(unsigned long *data, RC2_KEY *key);
91 RC2_KEY *ks, unsigned char *iv, int enc);
93 long length, RC2_KEY *schedule, unsigned char *ivec,
96 long length, RC2_KEY *schedule, unsigned char *ivec,