HomeSort by relevance Sort by last modified time
    Searched refs:Unbox (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer_test.cc 30 EXPECT_TRUE(boxer.Unbox(box, &storage, &result));
33 EXPECT_FALSE(boxer.Unbox(string(1, 'X') + box, &storage, &result));
34 EXPECT_FALSE(boxer.Unbox(box.substr(1, string::npos), &storage, &result));
35 EXPECT_FALSE(boxer.Unbox(string(), &storage, &result));
36 EXPECT_FALSE(boxer.Unbox(string(1, box[0]^0x80) + box.substr(1, string::npos),
crypto_secret_boxer.h 28 // |Unbox| are called. |key| must be |GetKeySize()| bytes long.
36 // Unbox takes the result of a previous call to |Box| in |ciphertext| and
41 bool Unbox(base::StringPiece ciphertext,
crypto_secret_boxer.cc 70 bool CryptoSecretBoxer::Unbox(StringPiece ciphertext,
quic_crypto_server_config.cc     [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.h 61 static bool Unbox(void* , SkScriptValue* scriptValue);
SkAnimatorScript.cpp 53 unboxCallBack(Unbox, (void*) &maker);
441 bool SkAnimatorScript::Unbox(void* m, SkScriptValue* scriptValue) {
  /external/skia/src/animator/
SkAnimatorScript.h 61 static bool Unbox(void* , SkScriptValue* scriptValue);
SkAnimatorScript.cpp 53 unboxCallBack(Unbox, (void*) &maker);
441 bool SkAnimatorScript::Unbox(void* m, SkScriptValue* scriptValue) {

Completed in 76 milliseconds