Lines Matching defs:bt

41 bool BERLengthDecode(BufferedTransformation &bt, lword &length, bool &definiteLength)  in BERLengthDecode()
79 bool BERLengthDecode(BufferedTransformation &bt, size_t &length) in BERLengthDecode()
107 size_t DEREncodeOctetString(BufferedTransformation &bt, const byte *str, size_t strLen) in DEREncodeOctetString()
115 size_t DEREncodeOctetString(BufferedTransformation &bt, const SecByteBlock &str) in DEREncodeOctetString()
120 size_t BERDecodeOctetString(BufferedTransformation &bt, SecByteBlock &str) in BERDecodeOctetString()
138 size_t BERDecodeOctetString(BufferedTransformation &bt, BufferedTransformation &str) in BERDecodeOctetString()
154 size_t DEREncodeTextString(BufferedTransformation &bt, const byte* str, size_t strLen, byte asnTag) in DEREncodeTextString()
162 size_t DEREncodeTextString(BufferedTransformation &bt, const SecByteBlock &str, byte asnTag) in DEREncodeTextString()
167 size_t DEREncodeTextString(BufferedTransformation &bt, const std::string &str, byte asnTag) in DEREncodeTextString()
172 size_t BERDecodeTextString(BufferedTransformation &bt, SecByteBlock &str, byte asnTag) in BERDecodeTextString()
191 size_t BERDecodeTextString(BufferedTransformation &bt, std::string &str, byte asnTag) in BERDecodeTextString()
210 size_t DEREncodeDate(BufferedTransformation &bt, const SecByteBlock &str, byte asnTag) in DEREncodeDate()
218 size_t BERDecodeDate(BufferedTransformation &bt, SecByteBlock &str, byte asnTag) in BERDecodeDate()
237 size_t DEREncodeBitString(BufferedTransformation &bt, const byte *str, size_t strLen, unsigned int … in DEREncodeBitString()
246 size_t BERDecodeBitString(BufferedTransformation &bt, SecByteBlock &str, unsigned int &unusedBits) in BERDecodeBitString()
288 size_t BERDecodePeekLength(const BufferedTransformation &bt) in BERDecodePeekLength()
307 void OID::EncodeValue(BufferedTransformation &bt, word32 v) in EncodeValue()
314 size_t OID::DecodeValue(BufferedTransformation &bt, word32 &v) in DecodeValue()
345 void OID::BERDecode(BufferedTransformation &bt) in BERDecode()
635 void X509PublicKey::BERDecode(BufferedTransformation &bt) in BERDecode()
667 void PKCS8PrivateKey::BERDecode(BufferedTransformation &bt) in BERDecode()
705 void PKCS8PrivateKey::BERDecodeOptionalAttributes(BufferedTransformation &bt) in BERDecodeOptionalAttributes()