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 101 VbSharedDataHeader *shd = (void *)fdt_read_string("vboot-shared-data"); local
104 if (!shd || shd->magic != VB_SHARED_DATA_MAGIC) {
106 if (shd)
107 free(shd);
111 switch(shd->firmware_index) {
122 ALOGD("Invalid firmware index : %02x\n", shd->firmware_index);
126 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 393 shd, ok := msg.(*serverHelloDoneMsg)
396 return unexpectedMessageError(shd, msg)
398 hs.finishedHash.Write(shd.marshal())
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_client.go 393 shd, ok := msg.(*serverHelloDoneMsg)
396 return unexpectedMessageError(shd, msg)
398 hs.finishedHash.Write(shd.marshal())
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 1079 shd, ok := msg.(*serverHelloDoneMsg)
1082 return unexpectedMessageError(shd, msg)
1084 hs.writeServerHash(shd.marshal())
    [all...]

Completed in 1497 milliseconds