Searched defs:sign (Results 1 - 10 of 10) sorted by relevance

/system/security/keystore-engine/
H A Dkeystore_backend_hidl.cpp33 int32_t KeystoreBackendHidl::sign( function in class:KeystoreBackendHidl
56 Return<void> ret = service->sign(
H A Dkeystore_backend_binder.cpp38 int32_t KeystoreBackendBinder::sign( function in class:KeystoreBackendBinder
52 auto ret = service->sign(String16(key_id), inBlob, &reply_vec);
/system/hardware/interfaces/wifi/keystore/1.0/default/
H A Dkeystore.cpp53 Return<void> Keystore::sign( function in class:android::system::wifi::keystore::V1_0::implementation::Keystore
64 auto ret = service->sign(String16(keyId.c_str()), dataToSign, &signedData);
/system/core/toolbox/upstream-netbsd/lib/libc/gen/
H A Dhumanize_number.c51 int b, r, s1, s2, sign; local
91 sign = -1;
92 baselen = 3; /* sign, digit, prefix */
101 sign = 1;
153 sign * s1, localeconv()->decimal_point, s2,
157 sign * ((bytes + 50) / 100),
/system/extras/verity/
H A DBootSignature.java164 public byte[] sign(byte[] image, PrivateKey key) throws Exception { method in class:BootSignature
166 return Utils.sign(key, signable);
245 bootsig.setSignature(bootsig.sign(image, key),
311 args[1] is the path to a boot image to sign
H A DUtils.java274 static byte[] sign(PrivateKey privateKey, byte[] input) throws Exception { method in class:Utils
278 return signer.sign();
/system/bt/stack/smp/
H A Dp_256_ecc_pp.cc160 uint32_t sign; local
168 sign = (k[0] & 0x03); // 1 or 3
171 if (sign == 1)
184 sign = 0;
187 naf[i / 4] |= (sign) << ((i % 4) * 2);
197 uint32_t sign; local
231 sign = (naf[i / 4] >> ((i % 4) * 2)) & 0x03;
233 if (sign == 1) {
236 } else if (sign == 3) {
/system/core/libpixelflinger/
H A Dfixed.cpp54 // shift right 1-bit to make room for the sign bit
323 int32_t sign = a^b^c; local
336 if (sign < 0)
/system/security/keystore/
H A Dkey_store_service.cpp474 KeyStoreServiceReturnCode KeyStoreService::sign(const String16& name, const hidl_vec<uint8_t>& data, function in class:KeyStoreService
/system/tpm/trunks/
H A Dtpm_generated.h1448 TPMT_ECC_SCHEME sign; member in struct:trunks::TPMS_ALGORITHM_DETAIL_ECC

Completed in 342 milliseconds