HomeSort by: relevance | last modified time | path
    Searched defs:OSSL_DECODER_INSTANCE (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
decoder.h 82 typedef struct ossl_decoder_instance_st OSSL_DECODER_INSTANCE;
84 OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE *decoder_inst);
86 OSSL_DECODER_INSTANCE_get_decoder_ctx(OSSL_DECODER_INSTANCE *decoder_inst);
88 OSSL_DECODER_INSTANCE_get_input_type(OSSL_DECODER_INSTANCE *decoder_inst);
90 OSSL_DECODER_INSTANCE_get_input_structure(OSSL_DECODER_INSTANCE *decoder_inst,
93 typedef int OSSL_DECODER_CONSTRUCT(OSSL_DECODER_INSTANCE *decoder_inst,
108 int OSSL_DECODER_export(OSSL_DECODER_INSTANCE *decoder_inst,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
decoder.h 82 typedef struct ossl_decoder_instance_st OSSL_DECODER_INSTANCE;
84 OSSL_DECODER_INSTANCE_get_decoder(OSSL_DECODER_INSTANCE *decoder_inst);
86 OSSL_DECODER_INSTANCE_get_decoder_ctx(OSSL_DECODER_INSTANCE *decoder_inst);
88 OSSL_DECODER_INSTANCE_get_input_type(OSSL_DECODER_INSTANCE *decoder_inst);
90 OSSL_DECODER_INSTANCE_get_input_structure(OSSL_DECODER_INSTANCE *decoder_inst,
93 typedef int OSSL_DECODER_CONSTRUCT(OSSL_DECODER_INSTANCE *decoder_inst,
108 int OSSL_DECODER_export(OSSL_DECODER_INSTANCE *decoder_inst,

Completed in 21 milliseconds