Searched refs:prop_query (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/property/ |
H A D | property.c | 516 int nid, const char *prop_query, in ossl_method_store_fetch() argument 545 if (prop_query != NULL) in ossl_method_store_fetch() 546 p2 = pq = ossl_parse_query(store->ctx, prop_query, 0); in ossl_method_store_fetch() 698 int nid, const char *prop_query, void **method) in ossl_method_store_cache_get() argument 704 if (nid <= 0 || store == NULL || prop_query == NULL) in ossl_method_store_cache_get() 713 elem.query = prop_query; in ossl_method_store_cache_get() 728 int nid, const char *prop_query, void *method, in ossl_method_store_cache_set() argument 737 if (nid <= 0 || store == NULL || prop_query == NULL) in ossl_method_store_cache_set() 752 elem.query = prop_query; in ossl_method_store_cache_set() 760 p = OPENSSL_malloc(sizeof(*p) + (len = strlen(prop_query))); in ossl_method_store_cache_set() [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | property.h | 69 int nid, const char *prop_query, 80 int nid, const char *prop_query, void **result); 82 int nid, const char *prop_query, void *result,
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OSSL_METHOD_STORE.pod | 36 int nid, const char *prop_query, void **method); 38 int nid, const char *prop_query, void *method, 85 that matches the property query I<prop_query>. 98 I<prop_query>. 104 provider I<prov>, with the property query I<prop_query> in the I<store>. 115 The I<prop_query> argument to ossl_method_store_cache_get() and
|