Home | History | Annotate | Download | only in ciphers

Lines Matching refs:anubis_ecb_encrypt

27    &anubis_ecb_encrypt,
1139 int anubis_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey)
1501 anubis_ecb_encrypt(tests[x].pt, buf[0], &skey);
1507 for (y = 0; y < 1000; y++) anubis_ecb_encrypt(buf[0], buf[0], &skey);