Searched refs:blob (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/tpm2/ |
| D | tpm2_tests.py | 26 blob = self.client.seal(self.root_key, data, auth, None) 27 result = self.client.unseal(self.root_key, blob, auth, None) 55 blob = self.client.seal(self.root_key, data, auth, policy_dig) 63 result = self.client.unseal(self.root_key, blob, auth, handle) 75 blob = self.client.seal(self.root_key, data, auth, None) 77 result = self.client.unseal(self.root_key, blob, 102 blob = self.client.seal(self.root_key, data, auth, policy_dig) 116 result = self.client.unseal(self.root_key, blob, auth, handle) 135 result = self.client.unseal(self.root_key, blob, auth, handle) 152 blob = self.client.seal(self.root_key, data, auth, None)
|
| D | tpm2.py | 629 def unseal(self, parent_key, blob, auth_value, policy_handle): argument 630 private_len = struct.unpack('>H', blob[0:2])[0] 632 public_len = struct.unpack('>H', blob[public_start:public_start + 2])[0] 633 blob = blob[:private_len + public_len + 4] 637 fmt = '>HII I I%us %us' % (len(auth_cmd), len(blob)) 646 blob)
|
| /tools/testing/selftests/bpf/progs/ |
| D | kptr_xchg_inline.c | 12 char blob[32]; member
|
| /tools/testing/kunit/ |
| D | kunit_config.py | 85 def parse_from_string(blob: str) -> Kconfig: 90 for line in blob.split('\n'):
|
| /tools/testing/selftests/bpf/map_tests/ |
| D | map_percpu_stats.c | 167 static __u8 blob[8 << 10]; in patch_map_thread() local 179 val_ptr = blob; in patch_map_thread()
|
| /tools/memory-model/Documentation/ |
| D | litmus-tests.txt | 490 https://github.com/paulmckrcu/litmus/blob/master/manual/kernel/ 896 https://github.com/paulmckrcu/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-… 910 https://github.com/paulmckrcu/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-… 920 https://github.com/paulmckrcu/litmus/blob/master/auto/C-RW-R+RW-R+RW-G+RW-G+RW-G+RW-G+RW-R+RW-R+RW-…
|
| /tools/testing/selftests/bpf/ |
| D | README.rst | 118 Link: https://github.com/libbpf/ci/blob/main/rootfs/mkrootfs_debian.sh [1]
|