HomeSort by relevance Sort by last modified time
    Searched refs:pcr (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
pcr-relocs-undef.d 1 #name: C6X PCR relocs against undefined symbol
3 #source: pcr-relocs-undef.s
  /external/tpm2/
PCR.c 12 // The initial value of PCR attributes. The value of these fields should be consistent with PC Client
13 // specification In this implementation, we assume the total number of implemented PCR is 24.
17 // PCR 0 - 15, static RTM
22 {0, 0x0F, 0x1F}, // PCR 16, Debug
23 {0, 0x10, 0x1C}, // PCR 17, Locality 4
24 {0, 0x10, 0x1C}, // PCR 18, Locality 3
25 {0, 0x10, 0x0C}, // PCR 19, Locality 2
26 {0, 0x1C, 0x0E}, // PCR 20, Locality 1
27 {0, 0x1C, 0x04}, // PCR 21, Dynamic OS
28 {0, 0x1C, 0x04}, // PCR 22, Dynamic O
334 static BYTE *pcr = NULL; local
471 UINT32 pcr, j; local
546 UINT32 pcr, j; local
597 UINT32 pcr = handle - PCR_FIRST; local
623 UINT32 pcr = handle - PCR_FIRST; local
676 UINT32 pcr = handle - PCR_FIRST; local
699 UINT32 pcr = handle - PCR_FIRST; local
738 UINT32 pcr; local
785 UINT32 pcr; local
858 UINT32 pcr = handle - PCR_FIRST; local
982 UINT32 pcr = handle - PCR_FIRST; local
1021 UINT32 pcr, i; local
1104 UINT32 pcr; local
    [all...]
  /external/vboot_reference/futility/
cmd_pcr.c 18 "This simulates a TPM PCR extension, to determine the expected output\n"
21 "appropriate length. The PCR is extended with each digest in turn\n"
25 " -i Initialize the PCR with the first DIGEST argument\n"
103 uint8_t pcr[SHA256_DIGEST_SIZE]; local
149 memset(pcr, 0, sizeof(pcr));
152 parse_digest_or_die(pcr, digest_size, argv[optind]);
156 printf("PCR: ");
157 print_digest(pcr, digest_size);
161 memcpy(accum, pcr, sizeof(pcr))
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
reloc-overflow-pcr-s10-1.d 4 #source: reloc-overflow-pcr-s10.s
reloc-overflow-pcr-s10-2.d 4 #source: reloc-overflow-pcr-s10.s
reloc-overflow-pcr-s12-1.d 4 #source: reloc-overflow-pcr-s12.s
reloc-overflow-pcr-s12-2.d 4 #source: reloc-overflow-pcr-s12.s
reloc-overflow-pcr-s21-1.d 4 #source: reloc-overflow-pcr-s21.s
reloc-overflow-pcr-s21-2.d 4 #source: reloc-overflow-pcr-s21.s
reloc-overflow-pcr-s7-1.d 4 #source: reloc-overflow-pcr-s7.s
reloc-overflow-pcr-s7-2.d 4 #source: reloc-overflow-pcr-s7.s
  /bionic/libc/kernel/uapi/linux/
atmsvc.h 64 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /development/ndk/platforms/android-21/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /external/kernel-headers/original/uapi/linux/
atmsvc.h 46 * what PCR is used to request bandwidth from the device driver. net/atm/svc.c
51 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmsvc.h 46 * what PCR is used to request bandwidth from the device driver. net/atm/svc.c
51 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmsvc.h 46 * what PCR is used to request bandwidth from the device driver. net/atm/svc.c
51 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
atmsvc.h 46 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)

Completed in 749 milliseconds

1 2 3 4 5