Searched defs:ecb (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/modes/ecb/ |
A D | ecb_done.c | 23 int ecb_done(symmetric_ECB *ecb) in ecb_done()
|
A D | ecb_decrypt.c | 27 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb) in ecb_decrypt()
|
A D | ecb_encrypt.c | 27 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb) in ecb_encrypt()
|
A D | ecb_start.c | 29 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start()
|
/optee_os/core/crypto/ |
A D | aes-cts.c | 35 struct crypto_cipher_ctx *ecb; member
|
Completed in 6 milliseconds