Searched refs:ossl_property_value (Results 1 - 7 of 7) sorted by relevance
/third_party/openssl/test/ |
H A D | property_test.c | 62 && TEST_int_eq(ossl_property_value(NULL, "fnord", 0), 0) in test_property_string() 63 && TEST_int_ne(i = ossl_property_value(NULL, "no", 0), 0) in test_property_string() 64 && TEST_int_ne(j = ossl_property_value(NULL, "yes", 0), 0) in test_property_string() 66 && TEST_int_eq(ossl_property_value(NULL, "yes", 1), j) in test_property_string() 67 && TEST_int_eq(ossl_property_value(NULL, "no", 1), i) in test_property_string() 68 && TEST_int_ne(i = ossl_property_value(NULL, "illuminati", 1), 0) in test_property_string() 69 && TEST_int_eq(j = ossl_property_value(NULL, "fnord", 1), i + 1) in test_property_string() 70 && TEST_int_eq(ossl_property_value(NULL, "fnord", 1), j) in test_property_string() 72 && TEST_int_eq(ossl_property_value(NULL, "cold", 0), 0) in test_property_string() 74 ossl_property_value(NUL in test_property_string() [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 216 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string() 248 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted() 595 if ((ossl_property_value(ctx, "yes", 1) != OSSL_PROPERTY_TRUE) in ossl_property_parse_init() 596 || (ossl_property_value(ctx, "no", 1) != OSSL_PROPERTY_FALSE)) in ossl_property_parse_init()
|
H A D | property_local.h | 44 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
|
H A D | property_string.c | 229 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s, in ossl_property_value() function
|
/third_party/openssl/crypto/property/ |
H A D | property_parse.c | 186 res->v.str_val = ossl_property_value(ctx, v, create); in parse_string() 218 else if ((res->v.str_val = ossl_property_value(ctx, v, create)) == 0) in parse_unquoted() 565 if ((ossl_property_value(ctx, "yes", 1) != OSSL_PROPERTY_TRUE) in ossl_property_parse_init() 566 || (ossl_property_value(ctx, "no", 1) != OSSL_PROPERTY_FALSE)) in ossl_property_parse_init()
|
H A D | property_local.h | 44 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s,
|
H A D | property_string.c | 229 OSSL_PROPERTY_IDX ossl_property_value(OSSL_LIB_CTX *ctx, const char *s, in ossl_property_value() function
|
Completed in 5 milliseconds