Searched defs:drvcrypt_rsa_ed (Results 1 – 1 of 1) sorted by relevance
62 struct drvcrypt_rsa_ed { struct63 enum drvcrypt_rsa_id rsa_id; /* RSA Algorithm Id */64 uint32_t hash_algo; /* HASH Algorithm */65 size_t digest_size; /* Hash Digest Size */66 struct drvcrypt_rsakey key; /* Public or Private key */67 struct drvcrypt_buf message; /* Message to encrypt or decrypted */68 struct drvcrypt_buf cipher; /* Cipher encrypted or to decrypt */92 TEE_Result (*encrypt)(struct drvcrypt_rsa_ed *rsa_data); argument
Completed in 3 milliseconds