HomeSort by relevance Sort by last modified time
    Searched refs:r_bytes (Results 1 - 4 of 4) sorted by null

  /external/libconstrainedcrypto/
dsa_sig.c 64 unsigned char r_bytes[P256_NBYTES]; local
69 memset(r_bytes, 0, sizeof(r_bytes));
117 if (!trim_to_p256_bytes(r_bytes, &sig[4], r_len)
122 p256_from_bin(r_bytes, r_int);
  /external/boringssl/src/fipstools/
cavp_ecdsa2_siggen_test.cc 76 std::vector<uint8_t> r_bytes(order_len), s_bytes(order_len);
79 !BN_bn2bin_padded(r_bytes.data(), r_bytes.size(), sig->r) ||
88 EncodeHex(r_bytes.data(), r_bytes.size()).c_str(),
  /system/core/storaged/
storaged_utils.cpp 49 uint64_t r_bytes = r.io[i].read_bytes + r.io[i].write_bytes; local
53 if (l_bytes != r_bytes) {
54 return l_bytes > r_bytes;
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go 225 RBytes [][]byte `protobuf:"bytes,11,rep,name=r_bytes,json=rBytes" json:"r_bytes,omitempty"`

Completed in 287 milliseconds