Searched refs:generator (Results 1 – 12 of 12) sorted by relevance
/system/tpm/trunks/generator/ |
D | generator_test.py | 26 import generator 34 typedef = generator.Typedef('int', 'INT') 44 typedef2 = generator.Typedef('TYPE1', 'TYPE2') 45 typemap = {'TYPE1': generator.Structure('TYPE1', False)} 59 typedef = generator.Typedef('int', 'INT') 60 typedef2 = generator.Typedef('INT', 'INT2') 70 constant = generator.Constant('INT', 'test', '1') 71 typemap = {'INT': generator.Structure('INT', False)} 81 struct = generator.Structure('STRUCT', False) 84 union = generator.Structure('UNION', True) [all …]
|
D | raw_commands.txt | 10955 This command returns the next bytesRequested octets from the random number generator (RNG). 15447 [r]G where G is the generator point associated with curveID. 26446 change the SPS to a new value from the TPM’s random number generator (RNG),
|
D | raw_commands_fixed.txt | 10966 This command returns the next bytesRequested octets from the random number generator (RNG). 15458 [r]G where G is the generator point associated with curveID. 26457 change the SPS to a new value from the TPM’s random number generator (RNG),
|
D | raw_structures.txt | 1180 generator used in the construction of the reference code. The actual code contains additional param…
|
D | raw_structures_fixed.txt | 1180 generator used in the construction of the reference code. The actual code contains additional param…
|
/system/tpm/trunks/ |
D | README | 18 generator/raw_structures.txt 19 generator/raw_structures_fixed.txt 25 generator/raw_commands.txt 26 generator/raw_commands_fixed.txt 38 generator/extract_structures.sh 42 parsed by generator.py. 44 generator/extract_commands.sh 47 The output of this script is intended to be parsed by generator.py. 49 generator/generator.py
|
/system/connectivity/shill/ |
D | result_aggregator_unittest.cc | 145 ResultGenerator generator(aggregator_); in TEST_F() local 169 ResultGenerator generator(result_aggregator); in TEST_F() local 170 generator.GenerateResult(Error::kPermissionDenied); in TEST_F()
|
/system/update_engine/include/ |
D | update_includes.sh | 19 DBUS_GENERATOR=$(which dbus-binding-generator)
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 9 - the aidl generator which transforms AIDL into client/server IPC interfaces 118 The C++ generator needs to know what header defines the C++ parcelable. It 119 learns this from the `cpp_header` directive shown below. The generator takes 140 The aidl generator for both C++ and Java languages has been expanded to 170 C++ methods generated by the aidl generator return `android::binder::Status`
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 559 default_random_engine generator; in TEST_P() local 573 int timelineOffset = timelineDist(generator); in TEST_P() 575 int syncPoint = syncPointDist(generator); in TEST_P()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 235 dsa_params->prime_q_len == 0 || dsa_params->generator == NULL || in generate_dsa_keypair() 243 dsa->g = BN_bin2bn(dsa_params->generator, dsa_params->generator_len, NULL); in generate_dsa_keypair()
|
/system/update_engine/ |
D | update_engine.gyp | 403 # server-side delta generator.
|