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