OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtea_setup
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/ciphers/
xtea.c
25
&
xtea_setup
,
34
int
xtea_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
function
161
if ((err =
xtea_setup
(key, 16, 0, &skey)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
630
int
xtea_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
Completed in 720 milliseconds