Searched defs:drvcrypt_ecc_ed (Results 1 – 1 of 1) sorted by relevance
141 struct drvcrypt_ecc_ed { struct142 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 */