OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rc2_setup
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/libtomcrypt/src/ciphers/
rc2.c
33
&
rc2_setup
,
70
int
rc2_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey)
function
311
if ((err =
rc2_setup
(tests[x].key, tests[x].keylen, 0, &skey)) != CRYPT_OK) {
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h
566
int
rc2_setup
(const unsigned char *key, int keylen, int num_rounds, symmetric_key *skey);
Completed in 39 milliseconds