Home
last modified time | relevance | path

Searched refs:no_store (Results 1 – 10 of 10) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A Dcore_algorithm.c19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
21 int (*reserve_store)(int no_store, void *data);
22 void (*fn)(OSSL_PROVIDER *, const OSSL_ALGORITHM *, int no_store,
25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
43 int cur_operation, int no_store, void *cbdata) in algorithm_do_map() argument
48 if (!data->reserve_store(no_store, data->data)) in algorithm_do_map()
56 } else if (!data->pre(provider, cur_operation, no_store, data->data, in algorithm_do_map()
77 data->fn(provider, thismap, no_store, data->data); in algorithm_do_map()
116 int no_store = 0; /* Assume caching is ok */ in algorithm_do_this() local
121 &no_store); in algorithm_do_this()
[all …]
H A Dcore_fetch.c27 static int is_temporary_method_store(int no_store, void *cbdata) in is_temporary_method_store() argument
31 return no_store && !data->force_store; in is_temporary_method_store()
34 static int ossl_method_construct_reserve_store(int no_store, void *cbdata) in ossl_method_construct_reserve_store() argument
38 if (is_temporary_method_store(no_store, data) && data->store == NULL) { in ossl_method_construct_reserve_store()
60 int operation_id, int no_store, in ossl_method_construct_precondition() argument
72 if (!is_temporary_method_store(no_store, cbdata) in ossl_method_construct_precondition()
87 int operation_id, int no_store, in ossl_method_construct_postcondition() argument
98 return is_temporary_method_store(no_store, cbdata) in ossl_method_construct_postcondition()
104 int no_store, void *cbdata) in ossl_method_construct_this() argument
/netbsd/crypto/external/bsd/openssl/dist/include/internal/
H A Dcore.h56 int no_store, void *data, int *result),
57 int (*reserve_store)(int no_store, void *data),
60 int no_store, void *data),
63 int no_store, void *data, int *result),
/netbsd/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_algorithm_do_all.pod13 int no_store, void *data),
30 the flag I<no_store> indicating whether the algorithm descriptor may
/netbsd/sys/arch/m68k/fpsp/
H A Dx_unimp.sa97 bne.b no_store ;if STORE_FLG is set, no store
99 no_store:
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider.pod83 const int *no_store);
90 I<no_store> is a flag back to the OpenSSL libraries which, when
H A Dprovider-base.pod108 const int *no_store);
384 setting I<*no_store> to 0 (core may store a reference) or 1 (core may
717 int *no_store)
/netbsd/sys/arch/m68k/fpe/
H A DREADME136 no_store = 1;
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PROVIDER.pod143 If it is permissible to cache references to this array then I<*no_store> is set
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h239 (void *provctx, int operation_id, int *no_store))