Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_acipher.h120 struct drvcrypt_sign_data { struct
121 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 */