Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Decrdsa.c33 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;
[all …]