Searched refs:ecb_start (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/modes/ecb/ |
| H A D | ecb_start.c | 22 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start() function
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | ecb.c | 54 if (ecb_start(c->cipher_idx, k, kl, 0, &c->state) == CRYPT_OK) in ltc_ecb_init()
|
| H A D | sub.mk | 184 srcs-$(_CFG_CORE_LTC_ECB) += src/modes/ecb/ecb_start.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_cipher.h | 891 int ecb_start(int cipher, const unsigned char *key,
|