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

  /device/google/dragon/recovery/updater/
vboot_interface.c 92 VbSharedDataHeader *shd = (void *)fdt_read_string("vboot-shared-data"); local
95 if (!shd || shd->magic != VB_SHARED_DATA_MAGIC) {
97 if (shd)
98 free(shd);
102 switch(shd->firmware_index) {
113 ALOGD("Invalid firmware index : %02x\n", shd->firmware_index);
117 free(shd);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_client.go 405 shd, ok := msg.(*serverHelloDoneMsg)
408 return unexpectedMessageError(shd, msg)
410 hs.finishedHash.Write(shd.marshal())
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 405 shd, ok := msg.(*serverHelloDoneMsg)
408 return unexpectedMessageError(shd, msg)
410 hs.finishedHash.Write(shd.marshal())
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 556 shd, ok := msg.(*serverHelloDoneMsg)
559 return unexpectedMessageError(shd, msg)
561 hs.writeServerHash(shd.marshal())

Completed in 132 milliseconds