Searched refs:RAW_DATA (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_svc_cryp.c | 103 #define RAW_DATA(_x, _y) \ macro 122 RAW_DATA(struct rsa_public_key, n) 129 RAW_DATA(struct rsa_public_key, e) 138 RAW_DATA(struct rsa_keypair, n) 145 RAW_DATA(struct rsa_keypair, e) 152 RAW_DATA(struct rsa_keypair, d) 159 RAW_DATA(struct rsa_keypair, p) 166 RAW_DATA(struct rsa_keypair, q) 173 RAW_DATA(struct rsa_keypair, dp) 180 RAW_DATA(struct rsa_keypair, dq) [all …]
|