Searched refs:idea_ecb_decrypt (Results 1 – 2 of 2) sorted by relevance
29 &idea_ecb_decrypt,161 int idea_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in idea_ecb_decrypt() function238 if ((err = idea_ecb_decrypt(tests[x].ct, buf[1], &key)) != CRYPT_OK) { in idea_test()
848 int idea_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);
Completed in 6 milliseconds