Searched refs:algorithms (Results 1 – 6 of 6) sorted by relevance
375 keymaster_algorithm_t** algorithms, in get_supported_algorithms() argument379 if (!algorithms || !algorithms_length) return KM_ERROR_OUTPUT_PARAMETER_NULL; in get_supported_algorithms()382 if (km1_dev) return km1_dev->get_supported_algorithms(km1_dev, algorithms, algorithms_length); in get_supported_algorithms()395 *algorithms = in get_supported_algorithms()396 reinterpret_cast<keymaster_algorithm_t*>(malloc(*algorithms_length * sizeof(**algorithms))); in get_supported_algorithms()397 if (!*algorithms) return KM_ERROR_MEMORY_ALLOCATION_FAILED; in get_supported_algorithms()398 std::copy(response.results, response.results + response.results_length, *algorithms); in get_supported_algorithms()
102 keymaster_algorithm_t** algorithms,
201 const keymaster_algorithm_t* algorithms = context_->GetSupportedAlgorithms(&algorithm_count); in SupportedAlgorithms() local204 response->results = dup_array(algorithms, algorithm_count); in SupportedAlgorithms()
232 #### Prefer in-place algorithms234 Prefer in-place algorithms over out-of-place ones where efficiency allows to
585 ### Supported compression algorithms
276 chunks and either compressing them using bzip2 or XZ algorithms or keeping it as