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

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Didea.h81 } IDEA_KEY_SCHEDULE; typedef in typeref:struct:idea_key_st
85 IDEA_KEY_SCHEDULE *ks);
86 void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks);
87 void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk);
89 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,int enc);
91 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv,
94 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, int *num);
95 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);

Completed in 25 milliseconds