Searched defs:extract (Results 1 – 8 of 8) sorted by relevance
| /system/chre/util/include/chre/util/system/ |
| D | atomic_spsc_queue.h | 259 size_t extract(ElementType *dest, size_t count) { in extract() function 267 size_t extract(FixedSizeVector<ElementType, kDestCapacity> *dest) { in extract() function
|
| /system/authgraph/boringssl/src/ |
| D | hmac.rs | 43 fn extract(&self, salt: &[u8], ikm: &EcdhSecret) -> Result<PseudoRandKey, Error> { in extract() method
|
| /system/security/mls/mls-rs-crypto-boringssl/src/ |
| D | kdf.rs | 79 async fn extract(&self, salt: &[u8], ikm: &[u8]) -> Result<Vec<u8>, KdfError> { in extract() method
|
| /system/apex/tools/ |
| D | deapexer.py | 260 def extract(self, dest): member in Apex
|
| /system/keymint/common/src/ |
| D | crypto.rs | 492 fn extract(&self, mut salt: &[u8], ikm: &[u8]) -> Result<OpaqueOr<hmac::Key>, Error> { in extract() method
|
| /system/authgraph/core/src/ |
| D | traits.rs | 134 fn extract(&self, salt: &[u8], ikm: &EcdhSecret) -> Result<PseudoRandKey, Error>; in extract() method
|
| /system/keymint/common/src/crypto/ |
| D | traits.rs | 450 fn extract(&self, salt: &[u8], ikm: &[u8]) -> Result<OpaqueOr<hmac::Key>, Error>; in extract() method
|
| /system/libziparchive/ |
| D | zip_archive_test.cc | 1338 TEST_F(Zip64ParseTest, extract) { in TEST_F() argument
|