Home | History | Annotate | Download | only in crypto

Lines Matching defs:key

19 // Wraps a platform-specific symmetric key and allows it to be held in a
23 // Defines the algorithm that a key will be used with. See also
32 // Generates a random key suitable to be used with |algorithm| and of
39 // Derives a key from the supplied password and salt using PBKDF2, suitable
41 // used to derive the key from the password. |key_size_in_bits| must be a
51 // Imports an array of key bytes in |raw_key|. This key may have been
53 // GetRawKey, or via another compatible method. The key must be of suitable
58 const std::string& key() { return key_; }
60 // Extracts the raw key from the platform specific data.
61 // Warning: |raw_key| holds the raw key as bytes and thus must be handled