• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/

Lines Matching refs:EVP_PKEY

148 	} /* EVP_PKEY */;
486 EVP_PKEY *pkey);
489 unsigned int siglen,EVP_PKEY *pkey);
493 EVP_PKEY *priv);
498 EVP_PKEY **pubk, int npubk);
679 EVP_PKEY *private_key);
682 EVP_PKEY *pub_key);
684 int EVP_PKEY_bits(EVP_PKEY *pkey);
685 int EVP_PKEY_size(EVP_PKEY *pkey);
686 int EVP_PKEY_assign(EVP_PKEY *pkey,int type,char *key);
690 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey,struct rsa_st *key);
691 struct rsa_st *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
695 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey,struct dsa_st *key);
696 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
700 int EVP_PKEY_set1_DH(EVP_PKEY *pkey,struct dh_st *key);
701 struct dh_st *EVP_PKEY_get1_DH(EVP_PKEY *pkey);
705 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey,struct ec_key_st *key);
706 struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
709 EVP_PKEY * EVP_PKEY_new(void);
710 void EVP_PKEY_free(EVP_PKEY *pkey);
712 EVP_PKEY * d2i_PublicKey(int type,EVP_PKEY **a, const unsigned char **pp,
714 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
716 EVP_PKEY * d2i_PrivateKey(int type,EVP_PKEY **a, const unsigned char **pp,
718 EVP_PKEY * d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
720 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp);
722 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from);
723 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey);
724 int EVP_PKEY_save_parameters(EVP_PKEY *pkey,int mode);
725 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b);
727 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b);