Home | History | Annotate | Download | only in crypto

Lines Matching refs:SymmetricKey

15   scoped_ptr<crypto::SymmetricKey> key(
16 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
24 scoped_ptr<crypto::SymmetricKey> key2(
25 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
34 scoped_ptr<crypto::SymmetricKey> key1(
35 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
40 scoped_ptr<crypto::SymmetricKey> key2(
41 crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, raw_key1));
51 scoped_ptr<crypto::SymmetricKey> key1(
52 crypto::SymmetricKey::DeriveKeyFromPassword(
53 crypto::SymmetricKey::HMAC_SHA1, "password", "somesalt", 1024, 160));
58 scoped_ptr<crypto::SymmetricKey> key2(
59 crypto::SymmetricKey::Import(crypto::SymmetricKey::HMAC_SHA1, raw_key1));
69 crypto::SymmetricKey::Algorithm algorithm;
92 scoped_ptr<crypto::SymmetricKey> key(
93 crypto::SymmetricKey::DeriveKeyFromPassword(
111 crypto::SymmetricKey::HMAC_SHA1,
119 crypto::SymmetricKey::HMAC_SHA1,
127 crypto::SymmetricKey::HMAC_SHA1,
137 crypto::SymmetricKey::HMAC_SHA1,
149 crypto::SymmetricKey::HMAC_SHA1,
157 crypto::SymmetricKey::HMAC_SHA1,
165 crypto::SymmetricKey::HMAC_SHA1,
173 crypto::SymmetricKey::HMAC_SHA1,
181 crypto::SymmetricKey::HMAC_SHA1,
189 crypto::SymmetricKey::HMAC_SHA1,
197 crypto::SymmetricKey::HMAC_SHA1,
207 crypto::SymmetricKey::AES,
215 crypto::SymmetricKey::AES,