HomeSort by: relevance | last modified time | path
    Searched defs:operation_id (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
core_fetch.c 22 int operation_id; member in struct:construct_data_st
61 int operation_id, int no_store,
74 && !ossl_provider_test_operation_bit(provider, operation_id, result))
88 int operation_id, int no_store,
100 || ossl_provider_set_operation_bit(provider, operation_id);
134 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id,
157 ossl_algorithm_do_all(libctx, operation_id, provider,
core_algorithm.c 18 int operation_id; /* May be zero for finding them all */ member in struct:algorithm_data_st
19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
97 * Given a provider, process one operation given by |data->operation_id|, or
110 if (data->operation_id != 0)
111 first_operation = last_operation = data->operation_id;
137 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id,
139 int (*pre)(OSSL_PROVIDER *, int operation_id,
146 int (*post)(OSSL_PROVIDER *, int operation_id,
155 cbdata.operation_id = operation_id
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/
core_fetch.c 21 int operation_id; member in struct:construct_data_st
60 int operation_id, int no_store,
73 && !ossl_provider_test_operation_bit(provider, operation_id, result))
87 int operation_id, int no_store,
99 || ossl_provider_set_operation_bit(provider, operation_id);
131 void *ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id,
154 ossl_algorithm_do_all(libctx, operation_id, provider,
core_algorithm.c 18 int operation_id; /* May be zero for finding them all */ member in struct:algorithm_data_st
19 int (*pre)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
25 int (*post)(OSSL_PROVIDER *, int operation_id, int no_store, void *data,
97 * Given a provider, process one operation given by |data->operation_id|, or
110 if (data->operation_id != 0)
111 first_operation = last_operation = data->operation_id;
137 void ossl_algorithm_do_all(OSSL_LIB_CTX *libctx, int operation_id,
139 int (*pre)(OSSL_PROVIDER *, int operation_id,
146 int (*post)(OSSL_PROVIDER *, int operation_id,
153 cbdata.operation_id = operation_id
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_fetch.c 29 int operation_id; /* For get_evp_method_from_store() */ member in struct:evp_method_data_st
116 static uint32_t evp_method_id(int name_id, unsigned int operation_id)
119 || !ossl_assert(operation_id > 0
120 && operation_id <= METHOD_ID_OPERATION_MAX))
123 | (operation_id & METHOD_ID_OPERATION_MASK));
151 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0)
189 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0)
199 "store: %p, names: %s, operation_id %d, method_id: %d, properties: %s\n",
200 store, names, methdata->operation_id, meth_id, propdef ? propdef : "<null>");
252 OSSL_PROVIDER *prov, int operation_id,
617 int operation_id; member in struct:filter_data_st
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_fetch.c 47 int operation_id; /* For get_evp_method_from_store() */ member in struct:evp_method_data_st
130 static uint32_t evp_method_id(int name_id, unsigned int operation_id)
133 || !ossl_assert(operation_id > 0
134 && operation_id <= METHOD_ID_OPERATION_MAX))
137 | (operation_id & METHOD_ID_OPERATION_MASK));
165 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0)
203 || (meth_id = evp_method_id(name_id, methdata->operation_id)) == 0)
261 OSSL_PROVIDER *prov, int operation_id,
283 * If there's ever an operation_id == 0 passed, we have an internal
286 if (!ossl_assert(operation_id > 0))
640 int operation_id; member in struct:filter_data_st
    [all...]

Completed in 33 milliseconds