Home
last modified time | relevance | path

Searched refs:generator (Results 1 – 12 of 12) sorted by relevance

/system/tpm/trunks/generator/
Dgenerator_test.py26 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 …]
Draw_commands.txt10955 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),
Draw_commands_fixed.txt10966 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),
Draw_structures.txt1180 generator used in the construction of the reference code. The actual code contains additional param…
Draw_structures_fixed.txt1180 generator used in the construction of the reference code. The actual code contains additional param…
/system/tpm/trunks/
DREADME18 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/
Dresult_aggregator_unittest.cc145 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/
Dupdate_includes.sh19 DBUS_GENERATOR=$(which dbus-binding-generator)
/system/tools/aidl/docs/
Daidl-cpp.md9 - 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/
Dsync_test.cpp559 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/
Dkeymaster_openssl.cpp235 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/
Dupdate_engine.gyp403 # server-side delta generator.