Lines Matching defs:pkey
229 eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in eckey_pub_encode()
265 eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in eckey_pub_decode()
341 eckey_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in eckey_priv_decode()
382 eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
428 ec_size(const EVP_PKEY *pkey) in ec_size()
434 ec_bits(const EVP_PKEY *pkey) in ec_bits()
445 ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits()
464 ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters()
490 ec_free(EVP_PKEY *pkey) in ec_free()
562 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **param, int param_len) in eckey_param_decode()
582 eckey_param_encode(const EVP_PKEY *pkey, unsigned char **param) in eckey_param_encode()
588 eckey_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) in eckey_param_print()
594 eckey_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) in eckey_pub_print()
601 eckey_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) in eckey_priv_print()
607 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **priv, int priv_len) in old_ec_priv_decode()
627 old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **priv) in old_ec_priv_encode()
633 ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in ec_pkey_ctrl()
923 EVP_PKEY *pkey; in ecdh_cms_encrypt() local