Lines Matching defs:pkey
41 /* If |pkey| below is set, this field is always a reference to its keymgmt */
117 EVP_PKEY *pkey;
142 int (*paramgen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
144 int (*keygen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey);
177 int (*check) (EVP_PKEY *pkey);
178 int (*public_check) (EVP_PKEY *pkey);
179 int (*param_check) (EVP_PKEY *pkey);
606 * (type != EVP_PKEY_NONE && pkey.ptr == NULL) ## legacy (libcrypto only)
611 * (type != EVP_PKEY_NONE && pkey.ptr != NULL) ## legacy (libcrypto only)
628 ((pk)->pkey.ptr != NULL || (pk)->keydata != NULL)
668 union legacy_pkey_st pkey;
776 int evp_keymgmt_util_assign_pkey(EVP_PKEY *pkey, EVP_KEYMGMT *keymgmt,
890 EVP_MD_CTX *evp_md_ctx_new_ex(EVP_PKEY *pkey, const ASN1_OCTET_STRING *id,
931 int evp_pkey_get_params_to_ctrl(const EVP_PKEY *pkey, OSSL_PARAM *params);
935 DH *evp_pkey_get0_DH_int(const EVP_PKEY *pkey);
936 EC_KEY *evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey);
937 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey);