Searched refs:PrependTypeHeaderAndLength (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/crypto/ |
D | rsa_private_key.cc | 73 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
|
D | rsa_private_key.h | 121 void PrependTypeHeaderAndLength(uint8_t type,
|