HomeSort by relevance Sort by last modified time
    Searched full:cbcsha (Results 1 - 1 of 1) sorted by null

  /device/google/contexthub/firmware/os/core/
appSec.c 59 struct Sha2state cbcSha;
210 BL.blSha2processBytes(&state->cbcSha, state->dataBytes, state->haveBytes);
282 BL.blSha2init(&state->cbcSha);
369 state->encryptedBytesIn = sizeof(state->cbcSha);
436 const uint32_t *hash = BL.blSha2finish(&state->cbcSha);

Completed in 232 milliseconds