Searched refs:camellia_ecb_decrypt (Results 1 – 2 of 2) sorted by relevance
19 &camellia_ecb_decrypt,527 int camellia_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey) in camellia_ecb_decrypt() function692 if ((err = camellia_ecb_decrypt(tests[x].ct, buf[1], &skey)) != CRYPT_OK) { in camellia_test()
838 int camellia_ecb_decrypt(const unsigned char *ct, unsigned char *pt, const symmetric_key *skey);
Completed in 6 milliseconds