Lines Matching refs:dst
251 void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, in EVP_PKEY_asn1_copy() argument
254 int pkey_id = dst->pkey_id; in EVP_PKEY_asn1_copy()
255 int pkey_base_id = dst->pkey_base_id; in EVP_PKEY_asn1_copy()
256 unsigned long pkey_flags = dst->pkey_flags; in EVP_PKEY_asn1_copy()
257 char *pem_str = dst->pem_str; in EVP_PKEY_asn1_copy()
258 char *info = dst->info; in EVP_PKEY_asn1_copy()
260 *dst = *src; in EVP_PKEY_asn1_copy()
263 dst->pkey_id = pkey_id; in EVP_PKEY_asn1_copy()
264 dst->pkey_base_id = pkey_base_id; in EVP_PKEY_asn1_copy()
265 dst->pkey_flags = pkey_flags; in EVP_PKEY_asn1_copy()
266 dst->pem_str = pem_str; in EVP_PKEY_asn1_copy()
267 dst->info = info; in EVP_PKEY_asn1_copy()