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

  /src/crypto/external/apache2/openssl/dist/include/openssl/
encoder.h 81 typedef struct ossl_encoder_instance_st OSSL_ENCODER_INSTANCE;
83 OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE *encoder_inst);
85 OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE *encoder_inst);
87 OSSL_ENCODER_INSTANCE_get_output_type(OSSL_ENCODER_INSTANCE *encoder_inst);
89 OSSL_ENCODER_INSTANCE_get_output_structure(OSSL_ENCODER_INSTANCE *encoder_inst);
91 typedef const void *OSSL_ENCODER_CONSTRUCT(OSSL_ENCODER_INSTANCE *encoder_inst,
  /src/crypto/external/bsd/openssl/dist/include/openssl/
encoder.h 81 typedef struct ossl_encoder_instance_st OSSL_ENCODER_INSTANCE;
83 OSSL_ENCODER_INSTANCE_get_encoder(OSSL_ENCODER_INSTANCE *encoder_inst);
85 OSSL_ENCODER_INSTANCE_get_encoder_ctx(OSSL_ENCODER_INSTANCE *encoder_inst);
87 OSSL_ENCODER_INSTANCE_get_output_type(OSSL_ENCODER_INSTANCE *encoder_inst);
89 OSSL_ENCODER_INSTANCE_get_output_structure(OSSL_ENCODER_INSTANCE *encoder_inst);
91 typedef const void *OSSL_ENCODER_CONSTRUCT(OSSL_ENCODER_INSTANCE *encoder_inst,

Completed in 22 milliseconds