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

  /device/google/contexthub/firmware/os/inc/
bl.h 64 void (*blSha2processBytes)(struct Sha2state *state, const void *bytes, uint32_t numBytes);
  /device/google/contexthub/firmware/os/core/
appSec.c 182 BL.blSha2processBytes(&state->sha, state->dataBytes, state->haveBytes);
210 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes);
262 BL.blSha2processBytes(&state->sha, state->dataBytes, needBytes);
405 BL.blSha2processBytes(&state->sha, state->dataBytes, APP_SIG_SIZE);
bl.c 706 .blSha2processBytes = &sha2processBytes,

Completed in 218 milliseconds