OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OSSL_PROPERTY_LIST
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
property.h
18
typedef struct ossl_property_list_st
OSSL_PROPERTY_LIST
;
31
OSSL_PROPERTY_LIST
*ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
33
OSSL_PROPERTY_LIST
*ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
36
int ossl_property_match_count(const
OSSL_PROPERTY_LIST
*query,
37
const
OSSL_PROPERTY_LIST
*defn);
39
const
OSSL_PROPERTY_LIST
*prop_list);
41
void ossl_property_free(
OSSL_PROPERTY_LIST
*p);
45
ossl_property_find_property(const
OSSL_PROPERTY_LIST
*list,
75
OSSL_PROPERTY_LIST
**ossl_ctx_global_properties(OSSL_LIB_CTX *ctx,
89
OSSL_PROPERTY_LIST
*ossl_property_merge(const OSSL_PROPERTY_LIST *a
[
all
...]
/src/crypto/external/bsd/openssl/dist/include/internal/
property.h
18
typedef struct ossl_property_list_st
OSSL_PROPERTY_LIST
;
30
OSSL_PROPERTY_LIST
*ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
32
OSSL_PROPERTY_LIST
*ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
35
int ossl_property_match_count(const
OSSL_PROPERTY_LIST
*query,
36
const
OSSL_PROPERTY_LIST
*defn);
38
const
OSSL_PROPERTY_LIST
*prop_list);
40
void ossl_property_free(
OSSL_PROPERTY_LIST
*p);
44
ossl_property_find_property(const
OSSL_PROPERTY_LIST
*list,
75
OSSL_PROPERTY_LIST
**ossl_ctx_global_properties(OSSL_LIB_CTX *ctx,
89
OSSL_PROPERTY_LIST
*ossl_property_merge(const OSSL_PROPERTY_LIST *a
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026