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

  /external/libchrome/crypto/
rsa_private_key.h 42 static const uint8_t kOctetStringTag = 0x04;
rsa_private_key.cc 74 PrependTypeHeaderAndLength(kOctetStringTag, content.size(), &content);
143 !ReadTypeHeaderAndLength(&src, end, kOctetStringTag, NULL) ||

Completed in 139 milliseconds