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

  /src/crypto/external/apache2/openssl/dist/crypto/store/
store_meth.c 178 static void *loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, function
250 * then call loader_from_algorithm() with that identity number.
269 method = loader_from_algorithm(id, algodef, prov);
  /src/crypto/external/bsd/openssl/dist/crypto/store/
store_meth.c 195 static void *loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, function
260 * then call loader_from_algorithm() with that identity number.
279 method = loader_from_algorithm(id, algodef, prov);

Completed in 17 milliseconds