Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
A Drc2.c70 int rc2_setup_ex(const unsigned char *key, int keylen, int bits, int num_rounds, symmetric_key *ske… in rc2_setup_ex() function
135 return rc2_setup_ex(key, keylen, keylen * 8, num_rounds, skey); in rc2_setup()
364 … if ((err = rc2_setup_ex(tests[x].key, tests[x].keylen, tests[x].bits, 0, &skey)) != CRYPT_OK) { in rc2_test()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h653 int rc2_setup_ex(const unsigned char *key, int keylen, int bits, int num_rounds, symmetric_key *ske…

Completed in 6 milliseconds