Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_acipher.h141 struct drvcrypt_ecc_ed { struct
142 uint32_t algo; /* Operation algorithm */
143 void *key; /* Public or Private Key */
144 size_t size_sec; /* Security size in bytes */
145 struct drvcrypt_buf plaintext; /* Clear text message */
146 struct drvcrypt_buf ciphertext; /* Encrypted message */