Searched refs:noekeon (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | noekeon.c | 82 LOAD32H(skey->noekeon.K[0],&key[0]); in noekeon_setup() 83 LOAD32H(skey->noekeon.K[1],&key[4]); in noekeon_setup() 84 LOAD32H(skey->noekeon.K[2],&key[8]); in noekeon_setup() 85 LOAD32H(skey->noekeon.K[3],&key[12]); in noekeon_setup() 87 LOAD32H(skey->noekeon.dK[0],&key[0]); in noekeon_setup() 88 LOAD32H(skey->noekeon.dK[1],&key[4]); in noekeon_setup() 89 LOAD32H(skey->noekeon.dK[2],&key[8]); in noekeon_setup() 90 LOAD32H(skey->noekeon.dK[3],&key[12]); in noekeon_setup() 92 kTHETA(skey->noekeon.dK[0], skey->noekeon.dK[1], skey->noekeon.dK[2], skey->noekeon.dK[3]); in noekeon_setup() 122 THETA(skey->noekeon.K, a,b,c,d); \ in s_noekeon_ecb_encrypt() [all …]
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 212 struct noekeon_key noekeon; member
|