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