Searched refs:find_signature (Results 1 – 2 of 2) sorted by relevance
71 pub fn find_signature(&mut self, block_id: u32) -> Result<Bytes> { in find_signature() method288 let result = apk_sections.find_signature(APK_SIGNATURE_SCHEME_V3_BLOCK_ID); in test_apk_sections_cannot_find_signature()304 let signature = apk_sections.find_signature(APK_SIGNATURE_SCHEME_V3_BLOCK_ID).unwrap(); in test_apk_sections_find_signature()
94 let mut block = sections.find_signature(APK_SIGNATURE_SCHEME_V3_BLOCK_ID).context( in extract_signer_and_apk_sections()