/aosp_15_r20/external/federated-compute/fcp/secagg/client/ |
H A D | secagg_client_r2_masked_input_coll_input_not_set_state.cc | 71 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 D | secagg_client_r0_advertise_keys_input_not_set_state.cc | 59 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 D | secagg_client_r1_share_keys_input_not_set_state.cc | 62 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 D | secagg_client_r2_masked_input_coll_waiting_for_input_state.cc | 64 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR2MaskedInputCollWaitingForInputState() 100 if (!ValidateInput(*input_map, *input_vector_specs_)) { in SetInput()
|
H A D | secagg_client_r0_advertise_keys_input_set_state.cc | 61 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR0AdvertiseKeysInputSetState() 83 std::move(input_vector_specs_), std::move(prng_), in Start()
|
H A D | secagg_client_r2_masked_input_coll_input_set_state.cc | 71 input_vector_specs_(std::move(input_vector_specs)), in SecAggClientR2MaskedInputCollInputSetState() 111 request, client_id_, *input_vector_specs_, in HandleMessage()
|
H A D | secagg_client_r1_share_keys_input_set_state.cc | 57 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 D | secagg_client_r0_advertise_keys_input_set_state.h | 73 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
H A D | secagg_client_r0_advertise_keys_input_not_set_state.h | 75 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
H A D | secagg_client_r1_share_keys_input_set_state.h | 76 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
H A D | secagg_client_r1_share_keys_input_not_set_state.h | 78 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
H A D | secagg_client_r2_masked_input_coll_waiting_for_input_state.h | 82 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
H A D | secagg_client_r2_masked_input_coll_input_set_state.h | 81 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
H A D | secagg_client_r2_masked_input_coll_input_not_set_state.h | 85 std::unique_ptr<std::vector<InputVectorSpecification> > input_vector_specs_; variable
|
/aosp_15_r20/external/federated-compute/fcp/secagg/server/aes/ |
H A D | aes_secagg_server_protocol_impl.h | 56 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 D | secagg_server_protocol_impl.h | 342 std::vector<InputVectorSpecification> input_vector_specs_; variable
|