Lines Matching refs:dst
255 void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, in EVP_PKEY_asn1_copy() argument
258 int pkey_id = dst->pkey_id; in EVP_PKEY_asn1_copy()
259 int pkey_base_id = dst->pkey_base_id; in EVP_PKEY_asn1_copy()
260 unsigned long pkey_flags = dst->pkey_flags; in EVP_PKEY_asn1_copy()
261 char *pem_str = dst->pem_str; in EVP_PKEY_asn1_copy()
262 char *info = dst->info; in EVP_PKEY_asn1_copy()
264 *dst = *src; in EVP_PKEY_asn1_copy()
267 dst->pkey_id = pkey_id; in EVP_PKEY_asn1_copy()
268 dst->pkey_base_id = pkey_base_id; in EVP_PKEY_asn1_copy()
269 dst->pkey_flags = pkey_flags; in EVP_PKEY_asn1_copy()
270 dst->pem_str = pem_str; in EVP_PKEY_asn1_copy()
271 dst->info = info; in EVP_PKEY_asn1_copy()