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

  /src/crypto/external/apache2/openssl/dist/providers/fips/
fipsprov.c 70 static OSSL_FUNC_CRYPTO_zalloc_fn *c_CRYPTO_zalloc;
809 set_func(c_CRYPTO_zalloc, OSSL_FUNC_CRYPTO_zalloc(in));
906 * could not create fgbl until c_CRYPTO_zalloc was defined in the loop
1073 return c_CRYPTO_zalloc(num, file, line);
  /src/crypto/external/bsd/openssl/dist/providers/fips/
fipsprov.c 61 static OSSL_FUNC_CRYPTO_zalloc_fn *c_CRYPTO_zalloc;
596 set_func(c_CRYPTO_zalloc, OSSL_FUNC_CRYPTO_zalloc(in));
680 * could not create fgbl until c_CRYPTO_zalloc was defined in the loop
834 return c_CRYPTO_zalloc(num, file, line);

Completed in 25 milliseconds