Home
last modified time | relevance | path

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 D0002-Fix-in-AEAD-for-psa-arch-test-254.patch89 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 D0012-Fix-GetNextVariableName-NameSize-input.patch311 - 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 D0004-smm_gateway-GetNextVariableName-Fix.patch27 struct rpc_buffer *req_buf = &req->request;
H A D0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch389 + 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 Dsunrpc.h21 struct rpc_buffer { struct
H A Dsched.c1057 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 Dxprtsock.c2924 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()