Lines Matching full:nonce
906 * key = String("nonce"),
924 struct AttestationProperty nonce; member
978 nsm_req->nonce.is_null = true; in get_nsm_attestation_req()
1025 memcmp(str, "nonce", 5) == 0) { in get_nsm_attestation_req()
1026 if (!fill_attestation_property(&(nsm_req->nonce), pair[i].value)) { in get_nsm_attestation_req()
1238 if (req->nonce.is_null) { in add_payload_to_cose()
1239 if (!qemu_cbor_add_null_to_map(root, "nonce")) { in add_payload_to_cose()
1242 } else if (!qemu_cbor_add_bytestring_to_map(root, "nonce", in add_payload_to_cose()
1243 req->nonce.buf, in add_payload_to_cose()
1244 req->nonce.len)) { in add_payload_to_cose()
1349 * [8] { key = String("nonce"), value = ByteString() || null},
1368 nsm_req->nonce.is_null = true; in handle_attestation()