Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/secagg/client/
H A Dsecagg_client_r2_masked_input_coll_input_not_set_state.cc71 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR2MaskedInputCollInputNotSetState()
111 request, client_id_, *input_vector_specs_, in HandleMessage()
125 std::move(input_vector_specs_), std::move(map_of_masks), in HandleMessage()
134 if (!ValidateInput(*input_map, *input_vector_specs_)) { in SetInput()
143 std::move(input_vector_specs_), std::move(other_client_states_), in SetInput()
H A Dsecagg_client_r0_advertise_keys_input_not_set_state.cc59 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR0AdvertiseKeysInputNotSetState()
80 std::move(enc_key_agreement), std::move(input_vector_specs_), in Start()
107 if (!ValidateInput(*input_map, *input_vector_specs_)) { in SetInput()
115 std::move(input_map), std::move(input_vector_specs_), std::move(prng_), in SetInput()
H A Dsecagg_client_r1_share_keys_input_not_set_state.cc62 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR1ShareKeysInputNotSetState()
125 std::move(input_vector_specs_), std::move(other_client_states), in HandleMessage()
135 if (!ValidateInput(*input_map, *input_vector_specs_)) { in SetInput()
144 std::move(input_vector_specs_), std::move(prng_), in SetInput()
H A Dsecagg_client_r2_masked_input_coll_waiting_for_input_state.cc64 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR2MaskedInputCollWaitingForInputState()
100 if (!ValidateInput(*input_map, *input_vector_specs_)) { in SetInput()
H A Dsecagg_client_r0_advertise_keys_input_set_state.cc61 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR0AdvertiseKeysInputSetState()
83 std::move(input_vector_specs_), std::move(prng_), in Start()
H A Dsecagg_client_r2_masked_input_coll_input_set_state.cc71 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR2MaskedInputCollInputSetState()
111 request, client_id_, *input_vector_specs_, in HandleMessage()
H A Dsecagg_client_r1_share_keys_input_set_state.cc57 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR1ShareKeysInputSetState()
121 std::move(input_vector_specs_), std::move(other_client_states), in HandleMessage()
H A Dsecagg_client_r0_advertise_keys_input_set_state.h73 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
H A Dsecagg_client_r0_advertise_keys_input_not_set_state.h75 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
H A Dsecagg_client_r1_share_keys_input_set_state.h76 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
H A Dsecagg_client_r1_share_keys_input_not_set_state.h78 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
H A Dsecagg_client_r2_masked_input_coll_waiting_for_input_state.h82 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
H A Dsecagg_client_r2_masked_input_coll_input_set_state.h81 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
H A Dsecagg_client_r2_masked_input_coll_input_not_set_state.h85 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
/aosp_15_r20/external/federated-compute/fcp/secagg/server/aes/
H A Daes_secagg_server_protocol_impl.h56 input_vector_specs_(std::move(input_vector_specs)) {} in SecAggServerProtocolImpl()
64 return input_vector_specs_; in input_vector_specs()
103 std::vector<InputVectorSpecification> input_vector_specs_; variable
/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecagg_server_protocol_impl.h342 std::vector<InputVectorSpecification> input_vector_specs_; variable