Home
last modified time | relevance | path

Searched refs:ErrorDataTooLarge (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/child/webcrypto/openssl/
Daes_cbc_openssl.cc59 return Status::ErrorDataTooLarge(); in AesCbcEncryptDecrypt()
65 return Status::ErrorDataTooLarge(); in AesCbcEncryptDecrypt()
Dhmac_openssl.cc122 return Status::ErrorDataTooLarge(); in ImportKeyRaw()
Daes_ctr_openssl.cc176 return Status::ErrorDataTooLarge(); in AesCtrEncryptDecrypt()
/external/chromium_org/content/child/webcrypto/
Dstatus.h162 static Status ErrorDataTooLarge();
Dstatus.cc168 Status Status::ErrorDataTooLarge() { in ErrorDataTooLarge() function in content::webcrypto::Status
/external/chromium_org/content/child/webcrypto/nss/
Daes_cbc_nss.cc61 return Status::ErrorDataTooLarge(); in AesCbcEncryptDecrypt()
Daes_gcm_nss.cc100 return Status::ErrorDataTooLarge(); in AesGcmEncryptDecrypt()
Daes_kw_nss.cc111 return Status::ErrorDataTooLarge(); in WrapSymKeyAesKw()
Dhmac_nss.cc117 return Status::ErrorDataTooLarge(); in ImportKeyRaw()
/external/chromium_org/content/child/webcrypto/test/
Daes_cbc_unittest.cc99 Status::ErrorDataTooLarge(), in TEST()
102 Status::ErrorDataTooLarge(), in TEST()
Dhmac_unittest.cc532 Status::ErrorDataTooLarge(), in TEST()