Home
last modified time | relevance | path

Searched defs:signature (Results 1 – 25 of 65) sorted by relevance

123

/system/update_engine/payload_generator/
Dpayload_signer_unittest.cc104 string signature; in TEST_F() local
120 string signature; in TEST_F() local
141 string signature; in TEST_F() local
Dpayload_signer.cc54 const auto& signature = signatures[i]; in ConvertSignaturesToProtobuf() local
255 string signature(payload.begin() + signatures_offset, payload.end()); in VerifySignedPayload() local
293 brillo::Blob signature; in SignHash() local
350 brillo::Blob signature; in SignHashWithKeys() local
406 string signature; in HashPayloadForSigning() local
474 brillo::Blob signature; in GetMetadataSignature() local
/system/keymaster/legacy_support/
Dkeymaster_passthrough_operation.cpp27 const AuthorizationSet& input_params, const Buffer& input, const Buffer& signature, in Finish()
96 const AuthorizationSet& input_params, const Buffer& input, const Buffer& signature, in Finish()
Drsa_keymaster1_operation.h75 const Buffer& signature, AuthorizationSet* output_params, in Finish()
Decdsa_keymaster1_operation.h76 const Buffer& signature, AuthorizationSet* output_params, in Finish()
/system/security/ondevice-signing/
DKeystoreKey.cpp132 auto signature = mHmacKey.sign(publicKeyString); in createKey() local
231 std::string signature; in verifyExistingKey() local
306 std::optional<std::vector<uint8_t>> signature; in sign() local
/system/logging/logd/
DLogKlog.h27 const log_time signature; variable
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DIKeystoreOperation.aidl40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DIKeystoreOperation.aidl40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreOperation.aidl111 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreOperation.aidl40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreOperation.aidl40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreOperation.aidl40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreOperation.aidl40 @nullable byte[] finish(in @nullable byte[] input, in @nullable byte[] signature); in finish()
/system/tools/aidl/
Dgenerate_aidl_mappings.cpp38 std::stringstream signature; in generate_mappings() local
/system/security/ondevice-signing/tests/
DSigningUtilsTest.cpp34 std::string signature; in TEST() local
/system/security/keystore/tests/fuzzer/
DkeystoreSignature_fuzzer.cpp32 Signature signature; in invokeSignature() local
/system/keymaster/cppcose/
Dcppcose.cpp78 bytevec signature(len); in signP256Digest() local
191 const bytevec& signature) { in verifyEcdsaDigest()
328 bytevec signature(ED25519_SIGNATURE_LEN); in createCoseSign1Signature() local
339 auto signature = createECDSACoseSign1Signature(key, protParms, payload, aad); in constructECDSACoseSign1() local
352 auto signature = createCoseSign1Signature(key, protParms, payload, aad); in constructCoseSign1() local
396 const cppbor::Bstr* signature = coseSign1->get(kCoseSign1Signature)->asBstr(); in verifyAndParseCoseSign1() local
/system/gatekeeper/include/gatekeeper/
Dpassword_handle.h41 uint8_t signature[32]; member
/system/extras/verity/
Dverity_verifier.cpp51 static int verify_table(const char* key_path, const uint8_t* signature, size_t signature_size, in verify_table()
DBootSignature.java71 private DEROctetString signature; field in BootSignature
102 public BootSignature(byte[] signature) in BootSignature()
Dbuild_verity_metadata.py41 def build_metadata_block(verity_table, signature, verity_disable=False): argument
/system/keymaster/km_openssl/
Drsa_operation.cpp417 const Buffer& input, const Buffer& signature, in Finish()
429 keymaster_error_t RsaVerifyOperation::VerifyUndigested(const Buffer& signature) { in VerifyUndigested()
476 keymaster_error_t RsaVerifyOperation::VerifyDigested(const Buffer& signature) { in VerifyDigested()
/system/authgraph/boringssl/src/
Dec.rs133 let signature = match verify_key { in verify_signature() localVariable
178 let signature = ossl!(openssl::ecdsa::EcdsaSig::from_private_components(r, s))?; in ec_cose_signature_to_der() localVariable
187 let signature = ossl!(openssl::ecdsa::EcdsaSig::from_der(signature))?; in ec_der_signature_to_cose() localVariable
/system/keymaster/ng/
DAndroidKeyMintOperation.cpp100 const optional<vector<uint8_t>>& signature, // in finish()

123