Lines Matching defs:desc
58 const struct keytype_desc_st *desc;
64 pvk2key_newctx(void *provctx, const struct keytype_desc_st *desc)
70 ctx->desc = desc;
98 && ctx->desc->read_private_key != NULL) {
106 key = ctx->desc->read_private_key(in, ossl_pw_pvk_password, &pwdata,
129 if (key != NULL && ctx->desc->adjust_key != NULL)
130 ctx->desc->adjust_key(key, ctx);
155 (char *)ctx->desc->name, 0);
167 ctx->desc->free_key(key);
178 ossl_prov_get_keymgmt_export(ctx->desc->fns);