Lines Matching refs:algodef
220 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
224 const OSSL_DISPATCH *fns = algodef->implementation;
230 if ((decoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) {
234 decoder->base.algodef = algodef;
236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) {
314 static void *construct_decoder(const OSSL_ALGORITHM *algodef,
326 const char *names = algodef->algorithm_names;
331 method = ossl_decoder_from_algorithm(id, algodef, prov);
516 return decoder->base.algodef->property_definition;
547 return decoder->base.algodef->algorithm_description;