Home
last modified time | relevance | path

Searched refs:connection_req_cbor_array (Results 1 – 1 of 1) sorted by relevance

/system/see/authmgr/authmgr-common/src/
Dsigned_connection_request.rs121 let mut connection_req_cbor_array = match value { in from_cbor_value() localVariable
127 let transport_id_info_cbor_val = connection_req_cbor_array.remove(2); in from_cbor_value()
128 let transport_type = match connection_req_cbor_array.remove(1) { in from_cbor_value()
159 let challenge: Challenge = match connection_req_cbor_array.remove(0) { in from_cbor_value()