Searched refs:IDEA_KEY_SCHEDULE (Results 1 – 1 of 1) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | idea.h | 80 } IDEA_KEY_SCHEDULE; typedef 84 IDEA_KEY_SCHEDULE *ks); 87 IDEA_KEY_SCHEDULE *ks); 89 void idea_set_encrypt_key(const unsigned char *key, IDEA_KEY_SCHEDULE *ks); 90 void idea_set_decrypt_key(IDEA_KEY_SCHEDULE *ek, IDEA_KEY_SCHEDULE *dk); 92 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, 95 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, 98 long length, IDEA_KEY_SCHEDULE *ks, unsigned char *iv, 100 void idea_encrypt(unsigned long *in, IDEA_KEY_SCHEDULE *ks);
|
Completed in 2 milliseconds