Home
last modified time | relevance | path

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

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