Home
last modified time | relevance | path

Searched defs:kTinkStartByte (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/cc/
H A Dcrypto_format.h42 static constexpr uint8_t kTinkStartByte = 0x01; variable
/aosp_15_r20/external/tink/cc/core/
H A Dcrypto_format.cc48 const uint8_t CryptoFormat::kTinkStartByte; member in crypto::tink::CryptoFormat