Lines Matching refs:EVP_PKEY
215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey)
283 int (*pub_decode) (EVP_PKEY *pk,
286 const EVP_PKEY *pk),
287 int (*pub_cmp) (const EVP_PKEY *a,
288 const EVP_PKEY *b),
290 const EVP_PKEY *pkey,
292 int (*pkey_size) (const EVP_PKEY *pk),
293 int (*pkey_bits) (const EVP_PKEY *pk))
304 int (*priv_decode) (EVP_PKEY *pk,
308 const EVP_PKEY *pk),
310 const EVP_PKEY *pkey,
320 int (*param_decode) (EVP_PKEY *pkey,
323 int (*param_encode) (const EVP_PKEY *pkey,
325 int (*param_missing) (const EVP_PKEY *pk),
326 int (*param_copy) (EVP_PKEY *to,
327 const EVP_PKEY *from),
328 int (*param_cmp) (const EVP_PKEY *a,
329 const EVP_PKEY *b),
331 const EVP_PKEY *pkey,
343 void (*pkey_free) (EVP_PKEY *pkey))
349 int (*pkey_ctrl) (EVP_PKEY *pkey, int op,
356 int (*pkey_security_bits) (const EVP_PKEY
368 EVP_PKEY *pkey),
389 int (*pkey_check) (const EVP_PKEY *pk))
395 int (*pkey_pub_check) (const EVP_PKEY *pk))
401 int (*pkey_param_check) (const EVP_PKEY *pk))
407 int (*set_priv_key) (EVP_PKEY *pk,
416 int (*set_pub_key) (EVP_PKEY *pk,
424 int (*get_priv_key) (const EVP_PKEY *pk,
432 int (*get_pub_key) (const EVP_PKEY *pk,