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

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_local.h 55 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
defn_cache.c 67 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) function
property.c 373 if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) {
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_local.h 53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
defn_cache.c 71 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop) function
property.c 336 if ((impl->properties = ossl_prop_defn_get(store->ctx, properties)) == NULL) {
  /src/crypto/external/apache2/openssl/dist/test/
property_test.c 318 r = r && TEST_ptr_eq(ossl_prop_defn_get(NULL, "red"), red)
319 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue)
329 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue);
  /src/crypto/external/bsd/openssl/dist/test/
property_test.c 296 r = r && TEST_ptr_eq(ossl_prop_defn_get(NULL, "red"), red)
297 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue)
307 && TEST_ptr_eq(ossl_prop_defn_get(NULL, "blue"), blue);

Completed in 34 milliseconds