libcrypta master: SRCREV bump 703e7833a4..f3611fcde4

Jacqueline Wong (1):
      libcrypta: Add functions to MockCryptaClient

Mike Kruskal (1):
      Introduce features for java proto1.

Pablo (2):
      Export message protos
      Add install_dir to message proto export

Valentin Kunin (1):
      Fix the build: stop building protos deleted in cl/619644546.

gBMC Team (8):
      Fix 41 IncludeCleaner findings: * Used header "security/util/lite/err.h" is not included directly (11 times) * Used header "security/util/lite/hash-internal.h" is not included directly (9 times) * Included header "base/macros.h" is not used directly (5 times) * Included header "strings/escaping.h" is not used directly (2 times) * Used header "security/util/lite/aes_ctx.h" is not included directly (2 times) * Used header "security/util/lite/sha256.h" is not included directly (2 times) * Used header "third_party/absl/log/log.h" is not included directly * Used header "third_party/absl/strings/escaping.h" is not included directly * Used header "third_party/openssl/boringssl/src/include/openssl/base.h" is not included directly * Used header "third_party/openssl/boringssl/src/include/openssl/ec_key.h" is not included directly * Used header "third_party/openssl/nid.h" is not included directly * Included header "testing/base/public/googletest.h" is not used directly * Included header "base/commandlineflags.h" is not used directly * Included header "base/init_google.h" is not used directly * Included header "base/logging.h" is not used directly * Used header "security/util/lite/hmac.h" is not included directly
      Add I2C controller library
      Filter Crypta Commands based on transport.
      Using I2CS driver for host command request response protocol
      Add additional PROVISIONING_HASH token categories.
      Upgrade to the latest edition
      Automated g4 rollback of changelist 618364808.
      Move ProdID protos from libcrypta to securityd.


Fusion-Link: https://fusion2.corp.google.com/f40ded95-072c-359e-8287-4bd62045e846, https://fusion2.corp.google.com/7219671d-2c23-3696-a5c7-22c6790a5b04
Tested: See above
Change-Id: I53ce2b33a91141774b965796f662328320aece51
Signed-off-by: Anthony <anthonyhkf@google.com>
Google-Bug-Id: 296467633
Google-Bug-Id: 318696706
(cherry picked from commit 4ef73cb699ba08b35235b5fd3a94b876a73ad95b)
diff --git a/recipes-google/libcrypta/libcrypta_git.bb b/recipes-google/libcrypta/libcrypta_git.bb
index 32af0f6..47d2539 100644
--- a/recipes-google/libcrypta/libcrypta_git.bb
+++ b/recipes-google/libcrypta/libcrypta_git.bb
@@ -19,7 +19,7 @@
 
 S = "${WORKDIR}/git"
 SRC_URI = "git://gbmc-private.googlesource.com/libcrypta;protocol=https;branch=master"
-SRCREV = "e4f7c66215938fb7fee600cf169fcb47205b9279"
+SRCREV = "f3611fcde442d64eb809d36e72fef75bf1f5ecd1"
 
 # Disable unit tests
 PACKAGECONFIG ??= ""