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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
dsa_kmgmt.c 43 static OSSL_FUNC_keymgmt_match_fn dsa_match; variable
152 static int dsa_match(const void *keydata1, const void *keydata2, int selection) function
738 { OSSL_FUNC_KEYMGMT_MATCH, (void (*)(void))dsa_match },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
dsa_kmgmt.c 40 static OSSL_FUNC_keymgmt_match_fn dsa_match; variable
149 static int dsa_match(const void *keydata1, const void *keydata2, int selection) function
672 { OSSL_FUNC_KEYMGMT_MATCH, (void (*)(void))dsa_match },

Completed in 32 milliseconds