HomeSort by relevance Sort by last modified time
    Searched refs:calculate_hash (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
image.h     [all...]
  /external/u-boot/tools/
image-host.c 76 if (calculate_hash(data, size, algo, value, &value_len)) {
  /external/u-boot/common/
image-fit.c 1113 * calculate_hash - calculate and return hash for provided input data
1121 * calculate_hash() computes input data hash according to the requested
1130 int calculate_hash(const void *data, int data_len, const char *algo, function
1188 if (calculate_hash(data, size, algo, value, &value_len)) {
    [all...]

Completed in 48 milliseconds