Lines Matching refs:CBOR

55 using CBOR = cbor::Value;  typedef
76 auto it = decoded_map.find(CBOR(0x01)); in ReadCTAPMakeCredentialResponse()
81 it = decoded_map.find(CBOR(0x02)); in ReadCTAPMakeCredentialResponse()
90 it = decoded_map.find(CBOR(0x03)); in ReadCTAPMakeCredentialResponse()
100 it = decoded_map.find(CBOR(0x04)); in ReadCTAPMakeCredentialResponse()
109 it = decoded_map.find(CBOR(kAndroidClientDataExtOutputKey)); in ReadCTAPMakeCredentialResponse()
115 it = decoded_map.find(CBOR(0x05)); in ReadCTAPMakeCredentialResponse()
135 auto it = response_map.find(CBOR(0x02)); in ReadCTAPGetAssertionResponse()
144 it = response_map.find(CBOR(0x03)); in ReadCTAPGetAssertionResponse()
152 it = response_map.find(CBOR(0x01)); in ReadCTAPGetAssertionResponse()
161 it = response_map.find(CBOR(0x04)); in ReadCTAPGetAssertionResponse()
169 it = response_map.find(CBOR(0x05)); in ReadCTAPGetAssertionResponse()
178 it = response_map.find(CBOR(kAndroidClientDataExtOutputKey)); in ReadCTAPGetAssertionResponse()
184 it = response_map.find(CBOR(0x07)); in ReadCTAPGetAssertionResponse()
204 base::Optional<CBOR> decoded_response = in ReadCTAPGetInfoResponse()
221 auto it = response_map.find(CBOR(0x01)); in ReadCTAPGetInfoResponse()
262 it = response_map.find(CBOR(0x03)); in ReadCTAPGetInfoResponse()
273 it = response_map.find(CBOR(0x02)); in ReadCTAPGetInfoResponse()
294 it = response_map.find(CBOR(0x04)); in ReadCTAPGetInfoResponse()
300 auto option_map_it = option_map.find(CBOR(kPlatformDeviceMapKey)); in ReadCTAPGetInfoResponse()
308 option_map_it = option_map.find(CBOR(kResidentKeyMapKey)); in ReadCTAPGetInfoResponse()
316 option_map_it = option_map.find(CBOR(kUserPresenceMapKey)); in ReadCTAPGetInfoResponse()
324 option_map_it = option_map.find(CBOR(kUserVerificationMapKey)); in ReadCTAPGetInfoResponse()
338 option_map_it = option_map.find(CBOR(kClientPinMapKey)); in ReadCTAPGetInfoResponse()
352 option_map_it = option_map.find(CBOR(kCredentialManagementMapKey)); in ReadCTAPGetInfoResponse()
360 option_map_it = option_map.find(CBOR(kCredentialManagementPreviewMapKey)); in ReadCTAPGetInfoResponse()
369 option_map_it = option_map.find(CBOR(kBioEnrollmentMapKey)); in ReadCTAPGetInfoResponse()
383 option_map_it = option_map.find(CBOR(kBioEnrollmentPreviewMapKey)); in ReadCTAPGetInfoResponse()
397 option_map_it = option_map.find(CBOR(kPinUvTokenMapKey)); in ReadCTAPGetInfoResponse()
405 option_map_it = option_map.find(CBOR(kDefaultCredProtectKey)); in ReadCTAPGetInfoResponse()
418 option_map_it = option_map.find(CBOR(kEnterpriseAttestationKey)); in ReadCTAPGetInfoResponse()
426 option_map_it = option_map.find(CBOR(kLargeBlobsKey)); in ReadCTAPGetInfoResponse()
434 option_map_it = option_map.find(CBOR(kAlwaysUvKey)); in ReadCTAPGetInfoResponse()
445 it = response_map.find(CBOR(0x05)); in ReadCTAPGetInfoResponse()
454 it = response_map.find(CBOR(0x06)); in ReadCTAPGetInfoResponse()
489 it = response_map.find(CBOR(0x07)); in ReadCTAPGetInfoResponse()
498 it = response_map.find(CBOR(0x08)); in ReadCTAPGetInfoResponse()
507 it = response_map.find(CBOR(0x0a)); in ReadCTAPGetInfoResponse()
524 const auto type_it = map.find(CBOR("type")); in ReadCTAPGetInfoResponse()
533 const auto alg_it = map.find(CBOR("alg")); in ReadCTAPGetInfoResponse()
548 it = response_map.find(CBOR(0x14)); in ReadCTAPGetInfoResponse()