Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_acipher.h46 struct drvcrypt_rsa_ssa { struct
47 uint32_t algo; /* Operation algorithm */
48 uint32_t hash_algo; /* HASH Algorithm */
49 size_t digest_size; /* Hash Digest Size */
50 struct drvcrypt_rsakey key; /* Public or Private Key */
51 struct drvcrypt_buf message; /* Message to sign or signed */
52 struct drvcrypt_buf signature; /* Signature of the message */
53 size_t salt_len; /* Signature Salt length */
56 TEE_Result (*mgf)(struct drvcrypt_rsa_mgf *mgf_data);

Completed in 3 milliseconds