Searched refs:parsed_propdef (Results 1 – 3 of 3) sorted by relevance
25 OSSL_PROPERTY_LIST *parsed_propdef; member
61 ossl_property_free(decoder->base.parsed_propdef); in OSSL_DECODER_free()214 if ((decoder->base.parsed_propdef in ossl_decoder_from_algorithm()482 return decoder->base.parsed_propdef; in ossl_decoder_parsed_properties()
61 ossl_property_free(encoder->base.parsed_propdef); in OSSL_ENCODER_free()214 if ((encoder->base.parsed_propdef in encoder_from_algorithm()491 return encoder->base.parsed_propdef; in ossl_encoder_parsed_properties()
Completed in 9 milliseconds