Searched defs:drvcrypt_rsa_ssa (Results 1 – 1 of 1) sorted by relevance
46 struct drvcrypt_rsa_ssa { struct47 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