Lines Matching refs:EVP_PKEY

69 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)  in eckey_pub_encode()
103 static int eckey_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in eckey_pub_decode()
134 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in eckey_pub_cmp()
151 static int eckey_priv_decode_ex(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8, in eckey_priv_decode_ex()
165 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
213 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
218 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
223 static int ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits()
240 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters()
247 static int ec_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in ec_copy_parameters()
267 static int ec_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in ec_cmp_parameters()
280 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free()
354 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode()
365 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) in eckey_param_encode()
370 static int eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_param_print()
376 static int eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_pub_print()
382 static int eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, in eckey_priv_print()
388 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode()
399 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) in old_ec_priv_encode()
404 static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ec_pkey_ctrl()
431 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check()
444 static int ec_pkey_public_check(const EVP_PKEY *pkey) in ec_pkey_public_check()
460 static int ec_pkey_param_check(const EVP_PKEY *pkey) in ec_pkey_param_check()
474 size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey) in ec_pkey_dirty_cnt()
480 int ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ec_pkey_export_to()
618 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in ec_pkey_import_from()
636 static int ec_pkey_copy(EVP_PKEY *to, EVP_PKEY *from) in ec_pkey_copy()