Home
last modified time | relevance | path

Searched refs:PrependTypeHeaderAndLength (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/crypto/
Drsa_private_key.cc73 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
74 PrependTypeHeaderAndLength(kOctetStringTag, content.size(), &content); in Export()
81 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in Export()
106 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKeyInfo()
122 PrependTypeHeaderAndLength(kSequenceTag, content.size(), &content); in ExportPublicKey()
212 PrependTypeHeaderAndLength(kIntegerTag, num_bytes, data); in PrependIntegerImpl()
301 void PrivateKeyInfoCodec::PrependTypeHeaderAndLength( in PrependTypeHeaderAndLength() function in crypto::PrivateKeyInfoCodec
Drsa_private_key.h121 void PrependTypeHeaderAndLength(uint8_t type,