Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_acipher.h62 struct drvcrypt_rsa_ed { struct
63 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