Searched refs:cur_operation (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/crypto/
H A Dcore_algorithm.c31 * Process one OSSL_ALGORITHM array, for the operation |cur_operation|,
43 int cur_operation, int no_store, void *cbdata)
56 } else if (!data->pre(provider, cur_operation, no_store, data->data,
84 } else if (!data->post(provider, cur_operation, no_store, data->data,
107 int cur_operation; local
113 for (cur_operation = first_operation;
114 cur_operation <= last_operation;
115 cur_operation++) {
120 map = ossl_provider_query_operation(provider, cur_operation,
122 ret = algorithm_do_map(provider, map, cur_operation, no_stor
42 algorithm_do_map(OSSL_PROVIDER *provider, const OSSL_ALGORITHM *map, int cur_operation, int no_store, void *cbdata) argument
[all...]
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c1728 int cur_operation; local
1757 cur_operation = reqlist->operation;
1759 cur_operation = 0;
1832 || (ring_req->operation != cur_operation)
1874 cur_operation = ring_req->operation;

Completed in 115 milliseconds