Lines Matching refs:EVP_PKEY

68 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
100 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey)
131 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
148 static int eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8,
162 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
205 static int int_ec_size(const EVP_PKEY *pkey)
210 static int ec_bits(const EVP_PKEY *pkey)
215 static int ec_security_bits(const EVP_PKEY *pkey)
232 static int ec_missing_parameters(const EVP_PKEY *pkey)
239 static int ec_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from)
259 static int ec_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b)
272 static void int_ec_free(EVP_PKEY *pkey)
346 static int eckey_param_decode(EVP_PKEY *pkey,
357 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder)
362 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent,
368 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent,
374 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent,
380 static int old_ec_priv_decode(EVP_PKEY *pkey,
391 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
396 static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2)
423 static int ec_pkey_check(const EVP_PKEY *pkey)
436 static int ec_pkey_public_check(const EVP_PKEY *pkey)
452 static int ec_pkey_param_check(const EVP_PKEY *pkey)
466 size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey)
472 int ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata,
612 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx);
630 static int ec_pkey_copy(EVP_PKEY *to, EVP_PKEY *from)