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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
template_kmgmt.c 46 static OSSL_FUNC_keymgmt_new_fn template_new; variable
71 static void *template_new(void *provctx) function
404 dstkey = template_new(NULL);
419 { OSSL_FUNC_KEYMGMT_NEW, (void (*)(void))template_new },

Completed in 18 milliseconds