Home
last modified time | relevance | path

Searched refs:anubis_ecb_encrypt (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
Danubis.c27 &anubis_ecb_encrypt,
1139 int anubis_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey) in anubis_ecb_encrypt() function
1501 anubis_ecb_encrypt(tests[x].pt, buf[0], &skey); in anubis_test()
1507 for (y = 0; y < 1000; y++) anubis_ecb_encrypt(buf[0], buf[0], &skey); in anubis_test()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_cipher.h707 int anubis_ecb_encrypt(const unsigned char *pt, unsigned char *ct, symmetric_key *skey);