Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_cipher.h162 #define LTC_IDEA_KEYLEN 6*LTC_IDEA_ROUNDS+4 macro
164 unsigned short int ek[LTC_IDEA_KEYLEN]; /* enc key */
165 unsigned short int dk[LTC_IDEA_KEYLEN]; /* dec key */
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Didea.c86 for (; i < LTC_IDEA_KEYLEN; i++) { in _setup_key()

Completed in 5 milliseconds