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