Searched defs:encrypt (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_authenc.h | 27 bool encrypt; /* Encrypt or decrypt direction */ member 40 bool encrypt; /* Encrypt or decrypt direction */ member 49 bool encrypt; /* Encrypt or decrypt direction */ member 59 bool encrypt; /* Encrypt or decrypt direction */ member
|
A D | drvcrypt_cipher.h | 27 bool encrypt; /* Encrypt or decrypt direction */ member 38 bool encrypt; /* Encrypt or decrypt direction */ member
|
A D | drvcrypt_acipher.h | 92 TEE_Result (*encrypt)(struct drvcrypt_rsa_ed *rsa_data); member
|
/optee_os/core/drivers/crypto/caam/include/ |
A D | caam_desc_helper.h | 340 #define CIPHER_INITFINAL(algo, encrypt) \ argument 347 #define CIPHER_INIT(algo, encrypt) \ argument 354 #define CIPHER_UPDATE(algo, encrypt) \ argument 361 #define CIPHER_FINAL(algo, encrypt) \ argument
|
/optee_os/core/drivers/crypto/caam/cipher/ |
A D | local.h | 50 bool encrypt; /* Encrypt direction */ member
|
A D | caam_cipher.c | 162 uint8_t keyid, bool encrypt, in caam_cipher_block()
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | multi2.c | 81 static void encrypt(ulong32 *p, int N, const ulong32 *uk) in encrypt() function
|
/optee_os/core/include/crypto/ |
A D | crypto_impl.h | 331 TEE_Result (*encrypt)(struct ecc_public_key *key, const uint8_t *src, member
|
Completed in 9 milliseconds