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