Lines Matching refs:key
20 * corresponding key has been presented.
24 * key and value must be suitably large such that they cannot be easily guessed.
26 * Weaver is structured as an array of slots, each containing a key-value pair.
42 * Overwrites the identified slot with the provided key and value.
48 * @param key to write to the slot.
52 write(uint32_t slotId, vec<uint8_t> key, vec<uint8_t> value)
58 * The value is only returned if the provided key matches the key stored in
59 * the slot. The value is never returned if the wrong key is provided.
63 * correct key is provided. If called when throttling is active, the time
67 * @param key that is stored in the slot.
69 * the key does not match the key in the slot, THROTTLE if
77 read(uint32_t slotId, vec<uint8_t> key)