Lines Matching refs:update
744 * Attempt to update an existing key.
755 /* need write permission on the key to update it */
761 if (!key->type->update)
766 ret = key->type->update(key, prep);
791 * @payload: The data to use to instantiate or update the key.
797 * is found, update it, otherwise create and instantiate a new one and create a
903 /* if it's possible to update this type of key, search for an existing
905 * update that instead if possible
907 if (index_key.type->update) {
922 index_key.type->update)
958 /* we found a matching key, so we're going to try to update it
987 * @payload: The data to be used to update the key.
990 * Attempt to update the contents of a key with the given payload data. The
1010 /* attempt to update it if supported */
1011 if (!key->type->update)
1027 ret = key->type->update(key, &prep);