Searched defs:ossl_encoder_instance_st (Results 1 – 1 of 1) sorted by relevance
58 struct ossl_encoder_instance_st { struct59 OSSL_ENCODER *encoder; /* Never NULL */60 void *encoderctx; /* Never NULL */61 const char *output_type; /* Never NULL */62 const char *output_structure; /* May be NULL */
Completed in 2 milliseconds