Symbol: OSSL_PROPERTY_LIST
crypto/openssl/crypto/encode_decode/decoder_lib.c
248
const OSSL_PROPERTY_LIST *props;
crypto/openssl/crypto/encode_decode/decoder_meth.c
480
const OSSL_PROPERTY_LIST *
crypto/openssl/crypto/encode_decode/decoder_pkey.c
226
OSSL_PROPERTY_LIST *pq;
crypto/openssl/crypto/encode_decode/decoder_pkey.c
240
const OSSL_PROPERTY_LIST *props;
crypto/openssl/crypto/encode_decode/decoder_pkey.c
440
OSSL_PROPERTY_LIST **plp;
crypto/openssl/crypto/encode_decode/decoder_pkey.c
441
OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL;
crypto/openssl/crypto/encode_decode/encoder_lib.c
216
const OSSL_PROPERTY_LIST *props;
crypto/openssl/crypto/encode_decode/encoder_local.h
167
const OSSL_PROPERTY_LIST *
crypto/openssl/crypto/encode_decode/encoder_local.h
169
const OSSL_PROPERTY_LIST *
crypto/openssl/crypto/encode_decode/encoder_local.h
26
OSSL_PROPERTY_LIST *parsed_propdef;
crypto/openssl/crypto/encode_decode/encoder_meth.c
485
const OSSL_PROPERTY_LIST *
crypto/openssl/crypto/evp/evp_fetch.c
457
OSSL_PROPERTY_LIST *def_prop,
crypto/openssl/crypto/evp/evp_fetch.c
462
OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig);
crypto/openssl/crypto/evp/evp_fetch.c
514
OSSL_PROPERTY_LIST *pl = NULL;
crypto/openssl/crypto/evp/evp_fetch.c
535
OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig);
crypto/openssl/crypto/evp/evp_fetch.c
536
OSSL_PROPERTY_LIST *pl1, *pl2;
crypto/openssl/crypto/evp/evp_fetch.c
562
OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, 1);
crypto/openssl/crypto/evp/evp_fetch.c
587
OSSL_PROPERTY_LIST **plp = ossl_ctx_global_properties(libctx, loadconfig);
crypto/openssl/crypto/property/defn_cache.c
28
OSSL_PROPERTY_LIST *defn;
crypto/openssl/crypto/property/defn_cache.c
67
OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop)
crypto/openssl/crypto/property/defn_cache.c
91
OSSL_PROPERTY_LIST **pl)
crypto/openssl/crypto/property/property.c
103
OSSL_PROPERTY_LIST *list;
crypto/openssl/crypto/property/property.c
129
OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/property/property.c
44
OSSL_PROPERTY_LIST *properties;
crypto/openssl/crypto/property/property.c
639
OSSL_PROPERTY_LIST **plp;
crypto/openssl/crypto/property/property.c
642
OSSL_PROPERTY_LIST *pq = NULL, *p2 = NULL;
crypto/openssl/crypto/property/property_local.h
51
void ossl_property_free(OSSL_PROPERTY_LIST *p);
crypto/openssl/crypto/property/property_local.h
52
int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query);
crypto/openssl/crypto/property/property_local.h
55
OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop);
crypto/openssl/crypto/property/property_local.h
57
OSSL_PROPERTY_LIST **pl);
crypto/openssl/crypto/property/property_parse.c
311
static OSSL_PROPERTY_LIST *
crypto/openssl/crypto/property/property_parse.c
316
OSSL_PROPERTY_LIST *r;
crypto/openssl/crypto/property/property_parse.c
345
OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn)
crypto/openssl/crypto/property/property_parse.c
348
OSSL_PROPERTY_LIST *res = NULL;
crypto/openssl/crypto/property/property_parse.c
404
OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
crypto/openssl/crypto/property/property_parse.c
408
OSSL_PROPERTY_LIST *res = NULL;
crypto/openssl/crypto/property/property_parse.c
471
int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
crypto/openssl/crypto/property/property_parse.c
472
const OSSL_PROPERTY_LIST *defn)
crypto/openssl/crypto/property/property_parse.c
529
void ossl_property_free(OSSL_PROPERTY_LIST *p)
crypto/openssl/crypto/property/property_parse.c
538
OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,
crypto/openssl/crypto/property/property_parse.c
539
const OSSL_PROPERTY_LIST *b)
crypto/openssl/crypto/property/property_parse.c
544
OSSL_PROPERTY_LIST *r;
crypto/openssl/crypto/property/property_parse.c
699
const OSSL_PROPERTY_LIST *list, char *buf,
crypto/openssl/crypto/property/property_query.c
23
ossl_property_find_property(const OSSL_PROPERTY_LIST *list,
crypto/openssl/crypto/property/property_query.c
61
int ossl_property_has_optional(const OSSL_PROPERTY_LIST *query)
crypto/openssl/crypto/property/property_query.c
67
const OSSL_PROPERTY_LIST *prop_list)
crypto/openssl/include/internal/property.h
31
OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
crypto/openssl/include/internal/property.h
33
OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
crypto/openssl/include/internal/property.h
36
int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
crypto/openssl/include/internal/property.h
37
const OSSL_PROPERTY_LIST *defn);
crypto/openssl/include/internal/property.h
39
const OSSL_PROPERTY_LIST *prop_list);
crypto/openssl/include/internal/property.h
41
void ossl_property_free(OSSL_PROPERTY_LIST *p);
crypto/openssl/include/internal/property.h
45
ossl_property_find_property(const OSSL_PROPERTY_LIST *list,
crypto/openssl/include/internal/property.h
75
OSSL_PROPERTY_LIST **ossl_ctx_global_properties(OSSL_LIB_CTX *ctx,
crypto/openssl/include/internal/property.h
89
OSSL_PROPERTY_LIST *ossl_property_merge(const OSSL_PROPERTY_LIST *a,
crypto/openssl/include/internal/property.h
90
const OSSL_PROPERTY_LIST *b);
crypto/openssl/include/internal/property.h
93
const OSSL_PROPERTY_LIST *list, char *buf,
crypto/openssl/test/property_test.c
153
OSSL_PROPERTY_LIST *p = NULL, *q = NULL;
crypto/openssl/test/property_test.c
172
OSSL_PROPERTY_LIST *p = NULL, *q = NULL, *o = NULL;
crypto/openssl/test/property_test.c
220
OSSL_PROPERTY_LIST *p = NULL;
crypto/openssl/test/property_test.c
270
OSSL_PROPERTY_LIST *q_global = NULL, *q_local = NULL;
crypto/openssl/test/property_test.c
271
OSSL_PROPERTY_LIST *q_combined = NULL, *prop = NULL;
crypto/openssl/test/property_test.c
295
OSSL_PROPERTY_LIST *red = NULL, *blue = NULL, *blue2 = NULL;
crypto/openssl/test/property_test.c
356
OSSL_PROPERTY_LIST *d = NULL, *q = NULL;
crypto/openssl/test/property_test.c
480
OSSL_PROPERTY_LIST *pq = NULL;
crypto/openssl/test/property_test.c
496
OSSL_PROPERTY_LIST *pq = NULL;
crypto/openssl/test/property_test.c
528
OSSL_PROPERTY_LIST *pq = NULL;
crypto/openssl/test/property_test.c
663
OSSL_PROPERTY_LIST *pl = NULL;
crypto/openssl/test/property_test.c
692
OSSL_PROPERTY_LIST *pl = NULL;