Home
last modified time | relevance | path

Searched refs:rpc_buffer (Results 1 – 25 of 35) sorted by relevance

12

/trusted-services/components/service/crypto/provider/serializer/
A Dcrypto_provider_serializer.h27 size_t (*max_deserialised_parameter_size)(const struct rpc_buffer *req_buf);
30 rpc_status_t (*deserialize_generate_key_req)(const struct rpc_buffer *req_buf,
36 rpc_status_t (*deserialize_destroy_key_req)(const struct rpc_buffer *req_buf,
40 rpc_status_t (*deserialize_export_key_req)(const struct rpc_buffer *req_buf,
50 rpc_status_t (*serialize_export_public_key_resp)(struct rpc_buffer *resp_buf,
54 rpc_status_t (*deserialize_import_key_req)(const struct rpc_buffer *req_buf,
61 rpc_status_t (*deserialize_copy_key_req)(const struct rpc_buffer *req_buf,
65 rpc_status_t (*serialize_copy_key_resp)(struct rpc_buffer *resp_buf,
69 rpc_status_t (*deserialize_purge_key_req)(const struct rpc_buffer *req_buf,
84 rpc_status_t (*serialize_asymmetric_sign_resp)(struct rpc_buffer *resp_buf,
[all …]
/trusted-services/components/service/crypto/provider/extension/key_derivation/serializer/
A Dkey_derivation_provider_serializer.h21 rpc_status_t (*deserialize_key_derivation_setup_req)(const struct rpc_buffer *req_buf,
24 rpc_status_t (*serialize_key_derivation_setup_resp)(struct rpc_buffer *resp_buf,
29 const struct rpc_buffer *req_buf, uint32_t *op_handle);
31 rpc_status_t (*serialize_key_derivation_get_capacity_resp)(struct rpc_buffer *resp_buf,
36 const struct rpc_buffer *req_buf, uint32_t *op_handle, size_t *capacity);
52 const struct rpc_buffer *req_buf, uint32_t *op_handle, size_t *output_len);
54 rpc_status_t (*serialize_key_derivation_output_bytes_resp)(struct rpc_buffer *resp_buf,
62 rpc_status_t (*serialize_key_derivation_output_key_resp)(struct rpc_buffer *resp_buf,
66 rpc_status_t (*deserialize_key_derivation_abort_req)(const struct rpc_buffer *req_buf,
71 const struct rpc_buffer *req_buf,
[all …]
/trusted-services/components/service/crypto/provider/extension/aead/serializer/
A Daead_provider_serializer.h21 rpc_status_t (*deserialize_aead_setup_req)(const struct rpc_buffer *req_buf,
25 rpc_status_t (*serialize_aead_setup_resp)(struct rpc_buffer *resp_buf,
32 rpc_status_t (*serialize_aead_generate_nonce_resp)(struct rpc_buffer *resp_buf,
36 rpc_status_t (*deserialize_aead_set_nonce_req)(const struct rpc_buffer *req_buf,
52 rpc_status_t (*deserialize_aead_update_req)(const struct rpc_buffer *req_buf,
56 rpc_status_t (*serialize_aead_update_resp)(struct rpc_buffer *resp_buf,
60 rpc_status_t (*deserialize_aead_finish_req)(const struct rpc_buffer *req_buf,
63 rpc_status_t (*serialize_aead_finish_resp)(struct rpc_buffer *resp_buf,
68 rpc_status_t (*deserialize_aead_verify_req)(const struct rpc_buffer *req_buf,
72 rpc_status_t (*serialize_aead_verify_resp)(struct rpc_buffer *resp_buf,
[all …]
/trusted-services/components/service/crypto/provider/extension/cipher/serializer/
A Dcipher_provider_serializer.h21 rpc_status_t (*deserialize_cipher_setup_req)(const struct rpc_buffer *req_buf,
25 rpc_status_t (*serialize_cipher_setup_resp)(struct rpc_buffer *resp_buf,
29 rpc_status_t (*deserialize_cipher_generate_iv_req)(const struct rpc_buffer *req_buf,
32 rpc_status_t (*serialize_cipher_generate_iv_resp)(struct rpc_buffer *resp_buf,
36 rpc_status_t (*deserialize_cipher_set_iv_req)(const struct rpc_buffer *req_buf,
41 rpc_status_t (*deserialize_cipher_update_req)(const struct rpc_buffer *req_buf,
45 rpc_status_t (*serialize_cipher_update_resp)(struct rpc_buffer *resp_buf,
49 rpc_status_t (*deserialize_cipher_finish_req)(const struct rpc_buffer *req_buf,
52 rpc_status_t (*serialize_cipher_finish_resp)(struct rpc_buffer *resp_buf,
56 rpc_status_t (*deserialize_cipher_abort_req)(const struct rpc_buffer *req_buf,
/trusted-services/components/service/crypto/provider/extension/hash/serializer/
A Dhash_provider_serializer.h21 rpc_status_t (*deserialize_hash_setup_req)(const struct rpc_buffer *req_buf,
24 rpc_status_t (*serialize_hash_setup_resp)(struct rpc_buffer *resp_buf,
28 rpc_status_t (*deserialize_hash_update_req)(const struct rpc_buffer *req_buf,
33 rpc_status_t (*deserialize_hash_finish_req)(const struct rpc_buffer *req_buf,
36 rpc_status_t (*serialize_hash_finish_resp)(struct rpc_buffer *resp_buf,
40 rpc_status_t (*deserialize_hash_abort_req)(const struct rpc_buffer *req_buf,
44 rpc_status_t (*deserialize_hash_verify_req)(const struct rpc_buffer *req_buf,
49 rpc_status_t (*deserialize_hash_clone_req)(const struct rpc_buffer *req_buf,
52 rpc_status_t (*serialize_hash_clone_resp)(struct rpc_buffer *resp_buf,
/trusted-services/components/service/fwu/provider/serializer/
A Dfwu_provider_serializer.h18 rpc_status_t fwu_serialize_discover_resp(const struct rpc_buffer *resp_buf, int16_t service_status,
25 rpc_status_t fwu_deserialize_begin_staging_req(const struct rpc_buffer *req_buf,
32 rpc_status_t fwu_deserialize_open_req(const struct rpc_buffer *req_buf,
36 rpc_status_t fwu_serialize_open_resp(struct rpc_buffer *resp_buf, uint32_t handle);
39 rpc_status_t fwu_deserialize_write_stream_req(const struct rpc_buffer *req_buf, uint32_t *handle,
43 rpc_status_t fwu_deserialize_read_stream_req(const struct rpc_buffer *req_buf, uint32_t *handle);
45 void fwu_read_stream_resp_payload(const struct rpc_buffer *resp_buf, uint8_t **payload_buf,
48 rpc_status_t fwu_serialize_read_stream_resp(struct rpc_buffer *resp_buf, size_t read_bytes,
52 rpc_status_t fwu_deserialize_commit_req(const struct rpc_buffer *req_buf, uint32_t *handle,
55 rpc_status_t fwu_serialize_commit_resp(struct rpc_buffer *resp_buf, size_t progress,
[all …]
A Dfwu_provider_serializer.c14 rpc_status_t fwu_serialize_discover_resp(const struct rpc_buffer *resp_buf, int16_t service_status, in fwu_serialize_discover_resp()
47 rpc_status_t fwu_deserialize_begin_staging_req(const struct rpc_buffer *req_buf, in fwu_deserialize_begin_staging_req()
79 rpc_status_t fwu_deserialize_open_req(const struct rpc_buffer *req_buf, in fwu_deserialize_open_req()
103 rpc_status_t fwu_serialize_open_resp(struct rpc_buffer *resp_buf, uint32_t handle) in fwu_serialize_open_resp()
121 rpc_status_t fwu_deserialize_write_stream_req(const struct rpc_buffer *req_buf, uint32_t *handle, in fwu_deserialize_write_stream_req()
141 rpc_status_t fwu_deserialize_read_stream_req(const struct rpc_buffer *req_buf, uint32_t *handle) in fwu_deserialize_read_stream_req()
157 void fwu_read_stream_resp_payload(const struct rpc_buffer *resp_buf, uint8_t **payload_buf, in fwu_read_stream_resp_payload()
170 rpc_status_t fwu_serialize_read_stream_resp(struct rpc_buffer *resp_buf, size_t read_bytes, in fwu_serialize_read_stream_resp()
194 rpc_status_t fwu_deserialize_commit_req(const struct rpc_buffer *req_buf, uint32_t *handle, in fwu_deserialize_commit_req()
213 rpc_status_t fwu_serialize_commit_resp(struct rpc_buffer *resp_buf, size_t progress, in fwu_serialize_commit_resp()
[all …]
/trusted-services/components/service/block_storage/provider/serializer/
A Dblock_storage_serializer.h25 rpc_status_t (*deserialize_get_partition_info_req)(const struct rpc_buffer *req_buf,
28 rpc_status_t (*serialize_get_partition_info_resp)(struct rpc_buffer *resp_buf,
32 rpc_status_t (*deserialize_open_req)(const struct rpc_buffer *req_buf,
35 rpc_status_t (*serialize_open_resp)(struct rpc_buffer *resp_buf,
39 rpc_status_t (*deserialize_close_req)(const struct rpc_buffer *req_buf,
43 rpc_status_t (*deserialize_read_req)(const struct rpc_buffer *req_buf,
50 rpc_status_t (*deserialize_write_req)(const struct rpc_buffer *req_buf,
57 rpc_status_t (*serialize_write_resp)(struct rpc_buffer *resp_buf,
61 rpc_status_t (*deserialize_erase_req)(const struct rpc_buffer *req_buf,
/trusted-services/components/service/crypto/provider/extension/mac/serializer/
A Dmac_provider_serializer.h21 rpc_status_t (*deserialize_mac_setup_req)(const struct rpc_buffer *req_buf,
25 rpc_status_t (*serialize_mac_setup_resp)(struct rpc_buffer *resp_buf,
29 rpc_status_t (*deserialize_mac_update_req)(const struct rpc_buffer *req_buf,
34 rpc_status_t (*deserialize_mac_sign_finish_req)(const struct rpc_buffer *req_buf,
37 rpc_status_t (*serialize_mac_sign_finish_resp)(struct rpc_buffer *resp_buf,
41 rpc_status_t (*deserialize_mac_verify_finish_req)(const struct rpc_buffer *req_buf,
46 rpc_status_t (*deserialize_mac_abort_req)(const struct rpc_buffer *req_buf,
/trusted-services/components/service/attestation/provider/serializer/
A Dattest_provider_serializer.h23 rpc_status_t (*deserialize_get_token_req)(const struct rpc_buffer *req_buf,
27 rpc_status_t (*serialize_get_token_resp)(struct rpc_buffer *resp_buf, const uint8_t *token,
31 rpc_status_t (*deserialize_get_token_size_req)(const struct rpc_buffer *req_buf,
34 rpc_status_t (*serialize_get_token_size_resp)(struct rpc_buffer *resp_buf,
38 rpc_status_t (*serialize_export_iak_public_key_resp)(struct rpc_buffer *resp_buf,
42 rpc_status_t (*deserialize_import_iak_req)(const struct rpc_buffer *req_buf, uint8_t *data,
/trusted-services/components/rpc/common/test/
A Drpc_buffer_comparator.h26 struct rpc_buffer *buf1 = (struct rpc_buffer *)object1; in isEqual()
27 struct rpc_buffer *buf2 = (struct rpc_buffer *)object2; in isEqual()
37 struct rpc_buffer *buf = (struct rpc_buffer *)object; in valueToString()
/trusted-services/components/service/test_runner/provider/serializer/
A Dtest_runner_provider_serializer.h22 rpc_status_t (*deserialize_run_tests_req)(const struct rpc_buffer *req_buf,
25 rpc_status_t (*serialize_run_tests_resp)(struct rpc_buffer *resp_buf,
30 rpc_status_t (*deserialize_list_tests_req)(const struct rpc_buffer *req_buf,
33 rpc_status_t (*serialize_list_tests_resp)(struct rpc_buffer *resp_buf,
/trusted-services/components/rpc/common/endpoint/
A Drpc_service_interface.h30 struct rpc_buffer { struct
50 struct rpc_buffer request; /** Request buffer */ argument
51 struct rpc_buffer response; /** Response buffer */
/trusted-services/components/service/crypto/provider/extension/hash/serializer/packed-c/
A Dpackedc_hash_provider_serializer.c14 static rpc_status_t deserialize_hash_setup_req(const struct rpc_buffer *req_buf, in deserialize_hash_setup_req()
31 static rpc_status_t serialize_hash_setup_resp(struct rpc_buffer *resp_buf, in serialize_hash_setup_resp()
51 static rpc_status_t deserialize_hash_update_req(const struct rpc_buffer *req_buf, in deserialize_hash_update_req()
89 static rpc_status_t deserialize_hash_finish_req(const struct rpc_buffer *req_buf, in deserialize_hash_finish_req()
106 static rpc_status_t serialize_hash_finish_resp(struct rpc_buffer *resp_buf, in serialize_hash_finish_resp()
129 static rpc_status_t deserialize_hash_abort_req(const struct rpc_buffer *req_buf, in deserialize_hash_abort_req()
147 static rpc_status_t deserialize_hash_verify_req(const struct rpc_buffer *req_buf, in deserialize_hash_verify_req()
185 static rpc_status_t deserialize_hash_clone_req(const struct rpc_buffer *req_buf, in deserialize_hash_clone_req()
202 static rpc_status_t serialize_hash_clone_resp(struct rpc_buffer *resp_buf, in serialize_hash_clone_resp()
/trusted-services/components/service/uefi/smm_variable/provider/
A Dsmm_variable_provider.c66 const struct rpc_buffer *req_buf = &req->request; in sanitize_access_variable_param()
119 struct rpc_buffer *resp_buf = &req->response; in get_variable_handler()
122 struct rpc_buffer *req_buf = &req->request; in get_variable_handler()
150 struct rpc_buffer *resp_buf = &req->response; in get_next_variable_name_handler()
151 struct rpc_buffer *req_buf = &req->request; in get_next_variable_name_handler()
178 struct rpc_buffer *req_buf = &req->request; in set_variable_handler()
209 struct rpc_buffer *resp_buf = &req->response; in query_variable_info_handler()
253 struct rpc_buffer *req_buf = &req->request; in set_var_check_property_handler()
276 struct rpc_buffer *resp_buf = &req->response; in get_var_check_property_handler()
279 struct rpc_buffer *req_buf = &req->request; in get_var_check_property_handler()
[all …]
/trusted-services/components/service/crypto/provider/extension/cipher/serializer/packed-c/
A Dpackedc_cipher_provider_serializer.c14 static rpc_status_t deserialize_cipher_setup_req(const struct rpc_buffer *req_buf, in deserialize_cipher_setup_req()
33 static rpc_status_t serialize_cipher_setup_resp(struct rpc_buffer *resp_buf, in serialize_cipher_setup_resp()
53 static rpc_status_t deserialize_cipher_generate_iv_req(const struct rpc_buffer *req_buf, in deserialize_cipher_generate_iv_req()
70 static rpc_status_t serialize_cipher_generate_iv_resp(struct rpc_buffer *resp_buf, in serialize_cipher_generate_iv_resp()
93 static rpc_status_t deserialize_cipher_set_iv_req(const struct rpc_buffer *req_buf, in deserialize_cipher_set_iv_req()
131 static rpc_status_t deserialize_cipher_update_req(const struct rpc_buffer *req_buf, in deserialize_cipher_update_req()
168 static rpc_status_t serialize_cipher_update_resp(struct rpc_buffer *resp_buf, in serialize_cipher_update_resp()
191 static rpc_status_t deserialize_cipher_finish_req(const struct rpc_buffer *req_buf, in deserialize_cipher_finish_req()
208 static rpc_status_t serialize_cipher_finish_resp(struct rpc_buffer *resp_buf, in serialize_cipher_finish_resp()
231 static rpc_status_t deserialize_cipher_abort_req(const struct rpc_buffer *req_buf, in deserialize_cipher_abort_req()
/trusted-services/components/service/crypto/provider/serializer/protobuf/
A Dpb_crypto_provider_serializer.c29 static size_t max_deserialised_parameter_size(const struct rpc_buffer *req_buf) in max_deserialised_parameter_size()
39 static rpc_status_t deserialize_generate_key_req(const struct rpc_buffer *req_buf, in deserialize_generate_key_req()
138 static rpc_status_t deserialize_export_public_key_req(const struct rpc_buffer *req_buf, in deserialize_export_public_key_req()
155 static rpc_status_t serialize_export_public_key_resp(struct rpc_buffer *resp_buf, in serialize_export_public_key_resp()
183 static rpc_status_t deserialize_import_key_req(const struct rpc_buffer *req_buf, in deserialize_import_key_req()
232 static rpc_status_t deserialize_copy_key_req(const struct rpc_buffer *req_buf, in deserialize_copy_key_req()
270 static rpc_status_t serialize_get_key_attributes_resp(struct rpc_buffer *resp_buf, in serialize_get_key_attributes_resp()
280 static rpc_status_t deserialize_asymmetric_sign_req(const struct rpc_buffer *req_buf, in deserialize_asymmetric_sign_req()
413 static rpc_status_t serialize_asymmetric_decrypt_resp(struct rpc_buffer *resp_buf, in serialize_asymmetric_decrypt_resp()
483 static rpc_status_t serialize_asymmetric_encrypt_resp(struct rpc_buffer *resp_buf, in serialize_asymmetric_encrypt_resp()
[all …]
/trusted-services/components/service/crypto/provider/extension/key_derivation/serializer/packed-c/
A Dpackedc_key_derivation_provider_serializer.c16 const struct rpc_buffer *req_buf, in deserialize_key_derivation_setup_req()
34 struct rpc_buffer *resp_buf, in serialize_key_derivation_setup_resp()
55 const struct rpc_buffer *req_buf, in deserialize_key_derivation_get_capacity_req()
73 struct rpc_buffer *resp_buf, in serialize_key_derivation_get_capacity_resp()
94 const struct rpc_buffer *req_buf, in deserialize_key_derivation_set_capacity_req()
115 const struct rpc_buffer *req_buf, in deserialize_key_derivation_input_bytes_req()
157 const struct rpc_buffer *req_buf, in deserialize_key_derivation_input_key_req()
180 const struct rpc_buffer *req_buf, in deserialize_key_derivation_output_bytes_req()
200 struct rpc_buffer *resp_buf, in serialize_key_derivation_output_bytes_resp()
247 struct rpc_buffer *resp_buf, in serialize_key_derivation_output_key_resp()
[all …]
/trusted-services/components/service/block_storage/provider/serializer/packed-c/
A Dpackedc_block_storage_serializer.c15 rpc_status_t deserialize_get_partition_info_req(const struct rpc_buffer *req_buf, in deserialize_get_partition_info_req()
32 rpc_status_t serialize_get_partition_info_resp(struct rpc_buffer *resp_buf, in serialize_get_partition_info_resp()
59 rpc_status_t deserialize_open_req(const struct rpc_buffer *req_buf, in deserialize_open_req()
76 rpc_status_t serialize_open_resp(struct rpc_buffer *resp_buf, in serialize_open_resp()
96 rpc_status_t deserialize_close_req(const struct rpc_buffer *req_buf, in deserialize_close_req()
114 rpc_status_t deserialize_read_req(const struct rpc_buffer *req_buf, in deserialize_read_req()
138 rpc_status_t deserialize_write_req(const struct rpc_buffer *req_buf, in deserialize_write_req()
166 rpc_status_t serialize_write_resp(struct rpc_buffer *resp_buf, in serialize_write_resp()
186 rpc_status_t deserialize_erase_req(const struct rpc_buffer *req_buf, in deserialize_erase_req()
/trusted-services/components/service/crypto/provider/serializer/packed-c/
A Dpackedc_crypto_provider_serializer.c33 static size_t max_deserialised_parameter_size(const struct rpc_buffer *req_buf) in max_deserialised_parameter_size()
43 static rpc_status_t deserialize_generate_key_req(const struct rpc_buffer *req_buf, in deserialize_generate_key_req()
148 static rpc_status_t serialize_export_public_key_resp(struct rpc_buffer *resp_buf, in serialize_export_public_key_resp()
170 static rpc_status_t deserialize_import_key_req(const struct rpc_buffer *req_buf, in deserialize_import_key_req()
226 static rpc_status_t deserialize_copy_key_req(const struct rpc_buffer *req_buf, in deserialize_copy_key_req()
297 static rpc_status_t serialize_get_key_attributes_resp(struct rpc_buffer *resp_buf, in serialize_get_key_attributes_resp()
316 static rpc_status_t deserialize_asymmetric_sign_req(const struct rpc_buffer *req_buf, in deserialize_asymmetric_sign_req()
488 static rpc_status_t serialize_asymmetric_decrypt_resp(struct rpc_buffer *resp_buf, in serialize_asymmetric_decrypt_resp()
566 static rpc_status_t serialize_asymmetric_encrypt_resp(struct rpc_buffer *resp_buf, in serialize_asymmetric_encrypt_resp()
604 static rpc_status_t serialize_generate_random_resp(struct rpc_buffer *resp_buf, in serialize_generate_random_resp()
[all …]
/trusted-services/components/service/crypto/provider/extension/aead/serializer/packed-c/
A Dpackedc_aead_provider_serializer.c14 static rpc_status_t deserialize_aead_setup_req(const struct rpc_buffer *req_buf, in deserialize_aead_setup_req()
33 static rpc_status_t serialize_aead_setup_resp(struct rpc_buffer *resp_buf, in serialize_aead_setup_resp()
70 static rpc_status_t serialize_aead_generate_nonce_resp(struct rpc_buffer *resp_buf, in serialize_aead_generate_nonce_resp()
93 static rpc_status_t deserialize_aead_set_nonce_req(const struct rpc_buffer *req_buf, in deserialize_aead_set_nonce_req()
193 static rpc_status_t deserialize_aead_update_req(const struct rpc_buffer *req_buf, in deserialize_aead_update_req()
230 static rpc_status_t serialize_aead_update_resp(struct rpc_buffer *resp_buf, in serialize_aead_update_resp()
253 static rpc_status_t deserialize_aead_finish_req(const struct rpc_buffer *req_buf, in deserialize_aead_finish_req()
270 static rpc_status_t serialize_aead_finish_resp(struct rpc_buffer *resp_buf, in serialize_aead_finish_resp()
311 static rpc_status_t deserialize_aead_verify_req(const struct rpc_buffer *req_buf, in deserialize_aead_verify_req()
348 static rpc_status_t serialize_aead_verify_resp(struct rpc_buffer *resp_buf, in serialize_aead_verify_resp()
[all …]
/trusted-services/components/service/attestation/provider/serializer/packed-c/
A Dpackedc_attest_provider_serializer.c17 static rpc_status_t deserialize_get_token_req(const struct rpc_buffer *req_buf, in deserialize_get_token_req()
40 static rpc_status_t serialize_get_token_resp(struct rpc_buffer *resp_buf, const uint8_t *token, in serialize_get_token_resp()
63 static rpc_status_t deserialize_get_token_size_req(const struct rpc_buffer *req_buf, in deserialize_get_token_size_req()
80 static rpc_status_t serialize_get_token_size_resp(struct rpc_buffer *resp_buf, size_t token_size) in serialize_get_token_size_resp()
99 static rpc_status_t serialize_export_iak_public_key_resp(struct rpc_buffer *resp_buf, in serialize_export_iak_public_key_resp()
122 static rpc_status_t deserialize_import_iak_req(const struct rpc_buffer *req_buf, uint8_t *data, in deserialize_import_iak_req()
/trusted-services/components/service/crypto/provider/extension/mac/serializer/packed-c/
A Dpackedc_mac_provider_serializer.c14 static rpc_status_t deserialize_mac_setup_req(const struct rpc_buffer *req_buf, in deserialize_mac_setup_req()
33 static rpc_status_t serialize_mac_setup_resp(struct rpc_buffer *resp_buf, in serialize_mac_setup_resp()
53 static rpc_status_t deserialize_mac_update_req(const struct rpc_buffer *req_buf, in deserialize_mac_update_req()
91 static rpc_status_t deserialize_mac_sign_finish_req(const struct rpc_buffer *req_buf, in deserialize_mac_sign_finish_req()
108 static rpc_status_t serialize_mac_sign_finish_resp(struct rpc_buffer *resp_buf, in serialize_mac_sign_finish_resp()
131 static rpc_status_t deserialize_mac_verify_finish_req(const struct rpc_buffer *req_buf, in deserialize_mac_verify_finish_req()
169 static rpc_status_t deserialize_mac_abort_req(const struct rpc_buffer *req_buf, in deserialize_mac_abort_req()
/trusted-services/components/rpc/mm_communicate/endpoint/sp/
A Dmm_communicate_call_ep.h29 struct rpc_buffer req_buf;
30 struct rpc_buffer resp_buf;
/trusted-services/components/service/crypto/provider/extension/key_derivation/
A Dkey_derivation_provider.c78 struct rpc_buffer *req_buf = &req->request; in key_derivation_setup_handler()
105 struct rpc_buffer *resp_buf = &req->response; in key_derivation_setup_handler()
126 struct rpc_buffer *req_buf = &req->request; in key_derivation_get_capacity_handler()
168 struct rpc_buffer *req_buf = &req->request; in key_derivation_set_capacity_handler()
203 struct rpc_buffer *req_buf = &req->request; in key_derivation_input_bytes_handler()
240 struct rpc_buffer *req_buf = &req->request; in key_derivation_input_key_handler()
284 struct rpc_buffer *req_buf = &req->request; in key_derivation_output_bytes_handler()
337 struct rpc_buffer *req_buf = &req->request; in key_derivation_output_key_handler()
386 struct rpc_buffer *req_buf = &req->request; in key_derivation_abort_handler()
422 struct rpc_buffer *req_buf = &req->request; in key_derivation_key_agreement_handler()
[all …]

Completed in 78 milliseconds

12