Home | History | Annotate | Download | only in crypto

Lines Matching defs:Algorithm

32   // Defines the algorithm that a key will be used with. See also
34 enum Algorithm {
41 // Generates a random key suitable to be used with |algorithm| and of
45 Algorithm algorithm,
49 // for use with specified |algorithm|. Note |algorithm| is not the algorithm
54 Algorithm algorithm,
63 // size for use with |algorithm|. The caller owns the returned SymmetricKey.
64 static std::unique_ptr<SymmetricKey> Import(Algorithm algorithm,