Lines Matching defs:ecrdsa_ctx
34 struct ecrdsa_ctx { struct
35 enum OID algo_oid; /* overall public key oid */
36 enum OID curve_oid; /* parameter */
37 enum OID digest_oid; /* parameter */
38 const struct ecc_curve *curve; /* curve from oid */
39 unsigned int digest_len; /* parameter (bytes) */
40 const char *digest; /* digest name from oid */
41 unsigned int key_len; /* @key length (bytes) */
42 const char *key; /* raw public key */
43 struct ecc_point pub_key;
44 u64 _pubp[2][ECRDSA_MAX_DIGITS]; /* point storage for @pub_key */