OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:provider_store_st
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
provider_core.c
44
*
provider_store_st
: Holds information about the collection of providers that
140
struct
provider_store_st
; /* Forward declaration */
160
struct
provider_store_st
*store; /* The store this instance belongs to */
216
struct
provider_store_st
{
struct
289
struct
provider_store_st
*store = vstore;
311
struct
provider_store_st
*store = OPENSSL_zalloc(sizeof(*store));
329
static struct
provider_store_st
*get_provider_store(OSSL_LIB_CTX *libctx)
331
struct
provider_store_st
*store = NULL;
341
struct
provider_store_st
*store;
358
struct
provider_store_st
*store = get_provider_store(libctx)
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/
provider_core.c
42
*
provider_store_st
: Holds information about the collection of providers that
139
struct
provider_store_st
; /* Forward declaration */
160
struct
provider_store_st
*store; /* The store this instance belongs to */
215
struct
provider_store_st
{
struct
288
struct
provider_store_st
*store = vstore;
310
struct
provider_store_st
*store = OPENSSL_zalloc(sizeof(*store));
335
static struct
provider_store_st
*get_provider_store(OSSL_LIB_CTX *libctx)
337
struct
provider_store_st
*store = NULL;
348
struct
provider_store_st
*store;
365
struct
provider_store_st
*store = get_provider_store(libctx)
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026