Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 85) sorted by relevance

1234

/system/security/mls/mls-rs-crypto-boringssl/src/
Decdh.rs121 async fn generate(&self) -> Result<(HpkeSecretKey, HpkePublicKey), Self::Error> { in generate() method
126 let (public_key, private_key) = x25519::PrivateKey::generate(); in generate()
236 fn generate() { in generate() function
238 assert!(x25519.generate().is_ok()); in generate()
275 Ecdh::new(suite).unwrap().generate(), in unsupported_cipher_suites()
/system/security/keystore2/src/
Dec_crypto.rs31 pub fn generate() -> Result<ECDHPrivateKey> { in generate() method
81 let sender_key = Self::generate().context(ks_err!("generate failed"))?; in encrypt_message()
116 let recipient = ECDHPrivateKey::generate()?; in test_crypto_roundtrip()
/system/media/camera/docs/
DREADME.md30 2. Execute `metadata-generate`
32 4. Commit and Upload the repos listed at the end of `metadata-generate`
/system/timezone/testing/data/
DREADME2 generate them.
/system/sepolicy/microdroid/reqd_mask/
Dseapp_contexts1 # empty seapp_contexts file - used to generate an empty seapp_contexts for
Dservice_contexts1 # empty service_contexts file - this file is used to generate an empty
Dproperty_contexts1 # empty property_contexts file - this file is used to generate an empty
/system/sepolicy/reqd_mask/
Dseapp_contexts1 # empty seapp_contexts file - used to generate an empty seapp_contexts for
Dservice_contexts1 # empty service_contexts file - this file is used to generate an empty
Dproperty_contexts1 # empty property_contexts file - this file is used to generate an empty
/system/security/prng_seeder/src/
Ddrbg.rs45 pub fn generate(&mut self, buf: &mut [u8]) -> Result<()> { in generate() method
Dconditioner.rs69 self.rg.generate(&mut seed_for_client)?;
/system/linkerconfig/testdata/
DREADME.md18 bin/.keep # indicates to generate ld.config.txt for this apex
/system/chre/platform/shared/idl/
DREADME.md4 Use the included update.sh script to generate the header files used in CHRE,
/system/chre/apps/power_test/common/idl/
DREADME.md4 Use the included update.sh script to generate the header files used in CHRE,
/system/core/toolbox/
DAndroid.bp30 tool_files: ["generate-input.h-labels.py"],
/system/tools/hidl/
Dmain.cpp96 status_t generate(const FQName& fqName, const Coordinator* coordinator, in generate() function
135 status_t generate(const FQName& fqName, const Coordinator* coordinator) const;
212 status_t OutputHandler::generate(const FQName& fqName, const Coordinator* coordinator) const { in generate() function in OutputHandler
219 status_t err = file.generate(fqName, coordinator, mLocation); in generate()
261 static FileGenerator::GenerationFunction astGenerationFunction(void (AST::*generate)(Formatter&) in astGenerationFunction()
263 return [generate](const FQName& fqName, const Coordinator* coordinator, in astGenerationFunction()
271 if (generate == nullptr) return OK; // just parsing AST in astGenerationFunction()
278 (ast->*generate)(out); in astGenerationFunction()
1443 status_t err = outputFormat->generate(fqName, &coordinator); in main()
/system/tools/hidl/hidl2aidl/test/3.0/
DIFoo.hal21 // minimal type to get translate libraries to generate and build
/system/tools/hidl/test/vendor/android/1.0/
DIVendor.hal19 // Used for testing that packages with an 'android' atom generate
/system/core/fastboot/
Dfs.cpp226 int (*generate)(const char* fileName, long long partSize, unsigned eraseBlkSize, member
246 return gen->generate(fileName, partSize, eraseBlkSize, logicalBlkSize, fsOptions); in fs_generator_generate()
/system/nfc/tools/casimir/
Dbuild.rs71 let rust_source = pdl_compiler::backends::rust_legacy::generate(&sources, &analyzed_file); in generate_module()
/system/sepolicy/private/
Dperformanced.te23 # generate a lot of noise in the log.
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def4 // this is processed with generate.sh, so we can use appropriate directives
/system/chre/pal/doc/
DDoxyfile83 # information to generate all constant output in the proper language.
124 # doxygen will generate a detailed section even if there is only a brief
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
240 # only. Doxygen will then generate output that is more tailored for C. For
248 # Python sources only. Doxygen will then generate output that is more tailored
256 # sources. Doxygen will then generate output that is tailored for Fortran.
262 # sources. Doxygen will then generate output that is tailored for VHDL.
501 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
647 # list will mention the files that were used to generate the documentation.
719 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
[all …]
/system/chre/chre_api/doc/
DDoxyfile83 # information to generate all constant output in the proper language.
124 # doxygen will generate a detailed section even if there is only a brief
166 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
240 # only. Doxygen will then generate output that is more tailored for C. For
248 # Python sources only. Doxygen will then generate output that is more tailored
256 # sources. Doxygen will then generate output that is tailored for Fortran.
262 # sources. Doxygen will then generate output that is tailored for VHDL.
501 # If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
647 # list will mention the files that were used to generate the documentation.
719 # If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
[all …]

1234