Lines Matching refs:algodef
220 static void *encoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
224 const OSSL_DISPATCH *fns = algodef->implementation;
230 if ((encoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
234 encoder->base.algodef = algodef;
236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) {
324 static void *construct_encoder(const OSSL_ALGORITHM *algodef,
336 const char *names = algodef->algorithm_names;
341 method = encoder_from_algorithm(id, algodef, prov);
525 return encoder->base.algodef->property_definition;
556 return encoder->base.algodef->algorithm_description;