Home
last modified time | relevance | path

Searched defs:ecb (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/modes/ecb/
H A Decb_done.c16 int ecb_done(symmetric_ECB *ecb) in ecb_done()
H A Decb_encrypt.c20 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb) in ecb_encrypt()
H A Decb_decrypt.c20 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb) in ecb_decrypt()
H A Decb_start.c22 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start()
/optee_os/core/crypto/
H A Daes-cts.c35 struct crypto_cipher_ctx *ecb; member