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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
template_kmgmt.c 61 static OSSL_FUNC_keymgmt_import_types_fn template_imexport_types; variable
62 static OSSL_FUNC_keymgmt_export_types_fn template_imexport_types; variable
242 static const OSSL_PARAM *template_imexport_types(int selection) function
427 { OSSL_FUNC_KEYMGMT_IMPORT_TYPES, (void (*)(void))template_imexport_types },
428 { OSSL_FUNC_KEYMGMT_EXPORT_TYPES, (void (*)(void))template_imexport_types },

Completed in 49 milliseconds