Lines Matching defs:payload
363 * key_payload_reserve - Adjust data quota reservation for the key's payload
365 * @datalen: The amount of data payload the caller now wants.
412 /* Commit the payload before setting the state; barrier versus
530 ret = keyres->check(keyring, key->type, &prep.payload,
793 const void *payload,
836 prep.data = payload;
869 &prep.payload, restrict_link->key);
932 ima_post_key_create_or_update(keyring, key, payload, plen,
967 payload, plen,
978 * @payload: The data to use to instantiate or update the key.
979 * @plen: The length of @payload.
1001 const void *payload,
1006 return __key_create_or_update(keyring_ref, type, description, payload,
1016 * @payload: The data to use to instantiate or update the key.
1017 * @plen: The length of @payload.
1038 const void *payload,
1043 return __key_create_or_update(keyring_ref, type, description, payload,
1051 * @payload: The data to be used to update the key.
1052 * @plen: The length of @payload.
1054 * Attempt to update the contents of a key with the given payload data. The
1061 int key_update(key_ref_t key_ref, const void *payload, size_t plen)
1079 prep.data = payload;
1187 rcu_assign_keypointer(key, prep->payload.data[0]);
1188 key->payload.data[1] = prep->payload.data[1];
1189 key->payload.data[2] = prep->payload.data[2];
1190 key->payload.data[3] = prep->payload.data[3];
1191 prep->payload.data[0] = NULL;
1192 prep->payload.data[1] = NULL;
1193 prep->payload.data[2] = NULL;
1194 prep->payload.data[3] = NULL;