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

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
pmeth_lib.c 165 const EVP_PKEY_METHOD *pmeth = NULL, *app_pmeth = NULL; local
237 app_pmeth = pmeth = evp_pkey_meth_find_added_by_application(id);
246 if (e == NULL && app_pmeth == NULL && keytype != NULL) {
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
pmeth_lib.c 187 const EVP_PKEY_METHOD *pmeth = NULL, *app_pmeth = NULL; local
259 app_pmeth = pmeth = evp_pkey_meth_find_added_by_application(id);
268 if (e == NULL && app_pmeth == NULL && keytype != NULL) {

Completed in 37 milliseconds