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/ciphers/
H A Didea.c79 for (; i < LTC_IDEA_KEYLEN; i++) { in s_setup_key()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h157 #define LTC_IDEA_KEYLEN 6*LTC_IDEA_ROUNDS+4 macro
159 unsigned short int ek[LTC_IDEA_KEYLEN]; /* enc key */
160 unsigned short int dk[LTC_IDEA_KEYLEN]; /* dec key */