Searched defs:sign (Results 1 – 10 of 10) sorted by relevance
45 sample_minifloat_t sign = 0; in sample_from_float() local
85 pub fn sign(message: &[u8], private_key: &[u8; PRIVATE_KEY_SIZE]) -> Result<Signature> { in sign() function
844 char sign = (log_cfa_offset_ > 0) ? '+' : '-'; in LogByReg() local857 char sign = (entry.second > 0) ? '-' : '+'; in LogByReg() local
180 char sign = '+'; in formatGmtString() local
203 Result<std::string> KeystoreHmacKey::sign(const std::string& message) const { in sign() function in KeystoreHmacKey
295 Result<std::string> KeystoreKey::sign(const std::string& message) const { in sign() function in KeystoreKey
175 public byte[] sign(byte[] image, PrivateKey key) throws Exception { in sign() method in BootSignature
274 static byte[] sign(PrivateKey privateKey, byte[] input) throws Exception { in sign() method in Utils
360 Return<void> Keystore::sign(const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign, in sign() function in android::system::wifi::keystore::V1_0::implementation::Keystore
604 std::function<std::vector<uint8_t>(const uint8_t*, size_t)> sign, in signCertWith()