H A D | openssl_adapter_mock.c | 428 int OpensslI2dEcPubKey(EC_KEY *a, unsigned char **pp) in OpensslI2dEcPubKey() argument 433 return i2d_EC_PUBKEY(a, pp); in OpensslI2dEcPubKey() 444 EC_KEY *OpensslD2iEcPubKey(EC_KEY **a, const unsigned char **pp, long length) in OpensslD2iEcPubKey() argument 449 return d2i_EC_PUBKEY(a, pp, length); in OpensslD2iEcPubKey() 1050 EVP_PKEY *OpensslD2iPubKey(EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPubKey() argument 1055 return d2i_PUBKEY(a, pp, length); in OpensslD2iPubKey() 1058 EVP_PKEY *OpensslD2iPrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) in OpensslD2iPrivateKey() argument 1063 return d2i_PrivateKey(type, a, pp, length); in OpensslD2iPrivateKey() 1150 RSA *OpensslD2iRsaPubKey(RSA **a, const unsigned char **pp, long length) in OpensslD2iRsaPubKey() argument 1152 return d2i_RSA_PUBKEY(a, pp, lengt in OpensslD2iRsaPubKey() 1155 OpensslI2dRsaPubKey(RSA *a, unsigned char **pp) OpensslI2dRsaPubKey() argument 1195 OpensslD2iAutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, long length) OpensslD2iAutoPrivateKey() argument [all...] |