Searched defs:drvcrypt_sign_data (Results 1 – 1 of 1) sorted by relevance
120 struct drvcrypt_sign_data { struct121 uint32_t algo; /* Operation algorithm */122 void *key; /* Public or Private Key */123 size_t size_sec; /* Security size in bytes */124 struct drvcrypt_buf message; /* Message to sign or signed */125 struct drvcrypt_buf signature; /* Signature of the message */