Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_acipher.h118 struct drvcrypt_sign_data { struct
119 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