Searched refs:rpc_buffer (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0002-Fix-in-AEAD-for-psa-arch-test-254.patch | 89 rpc_status_t (*deserialize_aead_update_req)(const struct rpc_buffer *req_buf, 94 rpc_status_t (*serialize_aead_update_resp)(struct rpc_buffer *resp_buf, 99 @@ -192,6 +192,7 @@ static rpc_status_t deserialize_aead_update_ad_req(const struct rpc_buffer *req_ 101 static rpc_status_t deserialize_aead_update_req(const struct rpc_buffer *req_buf, 107 @@ -208,6 +209,7 @@ static rpc_status_t deserialize_aead_update_req(const struct rpc_buffer *req_buf
|
H A D | 0012-Fix-GetNextVariableName-NameSize-input.patch | 311 - const struct rpc_buffer *req_buf = &req->request; 335 struct rpc_buffer *req_buf = &req->request; 354 - struct rpc_buffer *resp_buf = &req->response; 356 + struct rpc_buffer *resp_buf = &req->response; 357 + struct rpc_buffer *req_buf = &req->request; 360 - struct rpc_buffer *req_buf = &req->request; 384 struct rpc_buffer *resp_buf = &req->response; 395 struct rpc_buffer *req_buf = &req->request;
|
H A D | 0004-smm_gateway-GetNextVariableName-Fix.patch | 27 struct rpc_buffer *req_buf = &req->request;
|
H A D | 0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch | 389 + struct rpc_buffer *req_buf = &req->request; 431 + struct rpc_buffer *resp_buf = &req->response;; 508 + rpc_status_t (*deserialize_get_uefi_priv_auth_var_fingerprint_req)(const struct rpc_buffer *req_b… 512 + rpc_status_t (*serialize_get_uefi_priv_auth_var_fingerprint_resp)(struct rpc_buffer *resp_buf, 534 +static rpc_status_t deserialize_get_uefi_priv_auth_var_fingerprint_req(const struct rpc_buffer *re… 563 +static rpc_status_t serialize_get_uefi_priv_auth_var_fingerprint_resp(struct rpc_buffer *resp_buf,
|
/openbmc/linux/net/sunrpc/ |
H A D | sunrpc.h | 21 struct rpc_buffer { struct
|
H A D | sched.c | 1057 struct rpc_buffer *buf; in rpc_malloc() 1060 size += sizeof(struct rpc_buffer); in rpc_malloc() 1088 struct rpc_buffer *buf; in rpc_free() 1090 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
|
H A D | xprtsock.c | 2924 struct rpc_buffer *buf; in bc_malloc() 2926 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc() 2950 struct rpc_buffer *buf; in bc_sendto() 2952 buf = container_of(buffer, struct rpc_buffer, data); in bc_sendto()
|