/system/security/mls/mls-rs-crypto-boringssl/src/ |
D | ecdh.rs | 121 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/ |
D | ec_crypto.rs | 31 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/ |
D | README.md | 30 2. Execute `metadata-generate` 32 4. Commit and Upload the repos listed at the end of `metadata-generate`
|
/system/timezone/testing/data/ |
D | README | 2 generate them.
|
/system/sepolicy/microdroid/reqd_mask/ |
D | seapp_contexts | 1 # empty seapp_contexts file - used to generate an empty seapp_contexts for
|
D | service_contexts | 1 # empty service_contexts file - this file is used to generate an empty
|
D | property_contexts | 1 # empty property_contexts file - this file is used to generate an empty
|
/system/sepolicy/reqd_mask/ |
D | seapp_contexts | 1 # empty seapp_contexts file - used to generate an empty seapp_contexts for
|
D | service_contexts | 1 # empty service_contexts file - this file is used to generate an empty
|
D | property_contexts | 1 # empty property_contexts file - this file is used to generate an empty
|
/system/security/prng_seeder/src/ |
D | drbg.rs | 45 pub fn generate(&mut self, buf: &mut [u8]) -> Result<()> { in generate() method
|
D | conditioner.rs | 69 self.rg.generate(&mut seed_for_client)?;
|
/system/linkerconfig/testdata/ |
D | README.md | 18 bin/.keep # indicates to generate ld.config.txt for this apex
|
/system/chre/platform/shared/idl/ |
D | README.md | 4 Use the included update.sh script to generate the header files used in CHRE,
|
/system/chre/apps/power_test/common/idl/ |
D | README.md | 4 Use the included update.sh script to generate the header files used in CHRE,
|
/system/core/toolbox/ |
D | Android.bp | 30 tool_files: ["generate-input.h-labels.py"],
|
/system/tools/hidl/ |
D | main.cpp | 96 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/ |
D | IFoo.hal | 21 // minimal type to get translate libraries to generate and build
|
/system/tools/hidl/test/vendor/android/1.0/ |
D | IVendor.hal | 19 // Used for testing that packages with an 'android' atom generate
|
/system/core/fastboot/ |
D | fs.cpp | 226 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/ |
D | build.rs | 71 let rust_source = pdl_compiler::backends::rust_legacy::generate(&sources, &analyzed_file); in generate_module()
|
/system/sepolicy/private/ |
D | performanced.te | 23 # generate a lot of noise in the log.
|
/system/core/code_coverage/seccomp_policy/ |
D | code_coverage.policy.def | 4 // this is processed with generate.sh, so we can use appropriate directives
|
/system/chre/pal/doc/ |
D | Doxyfile | 83 # 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/ |
D | Doxyfile | 83 # 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 …]
|