Home
last modified time | relevance | path

Searched refs:symmetric_ECB (Results 1 – 7 of 7) 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_start.c22 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start()
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()
/optee_os/core/lib/libtomcrypt/
H A Decb.c21 unsigned long len, symmetric_ECB *ecb);
22 symmetric_ECB state;
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_cipher.h256 } symmetric_ECB; typedef
892 int keylen, int num_rounds, symmetric_ECB *ecb);
893 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb);
894 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb);
895 int ecb_done(symmetric_ECB *ecb);
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_sizes.c146 SZ_STRINGIFY_T(symmetric_ECB),