Searched refs:dec_pkey (Results 1 – 4 of 4) sorted by relevance
101 if (x->dec_pkey != NULL) in X509_PKEY_free()102 EVP_PKEY_free(x->dec_pkey); in X509_PKEY_free()
1629 EXPECT_EQ(1, EVP_PKEY_cmp(expected->key, info->x_pkey->dec_pkey)); in TEST()
135 info->x_pkey->dec_pkey = d2i_PrivateKey(key_type, NULL, &data, len); in parse_key()136 return info->x_pkey->dec_pkey != NULL ? parse_ok : parse_error; in parse_key()340 xi->x_pkey->dec_pkey->pkey.rsa, in PEM_X509_INFO_write_bio()
451 EVP_PKEY *dec_pkey; member