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