Searched defs:evp_pkey_asn1_method_st (Results 1 – 1 of 1) sorted by relevance
69 struct evp_pkey_asn1_method_st { struct70 int pkey_id;71 uint8_t oid[9];72 uint8_t oid_len;81 int (*pub_decode)(EVP_PKEY *out, CBS *params, CBS *key);85 int (*pub_encode)(CBB *out, const EVP_PKEY *key);87 int (*pub_cmp)(const EVP_PKEY *a, const EVP_PKEY *b);93 int (*priv_decode)(EVP_PKEY *out, CBS *params, CBS *key);97 int (*priv_encode)(CBB *out, const EVP_PKEY *key);101 int (*pkey_opaque)(const EVP_PKEY *pk);[all …]