Searched refs:ToBytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/tools/testserver/
H A Dasn1.py34 return TagAndLength(2, len(big_endian)) + ToBytes(big_endian)
39 def ToBytes(array_of_bytes): function
40 '''ToBytes converts the array of byte values into a binary string'''
58 return ToBytes(der)
141 return TagAndLength(6, len(der)) + ToBytes(der)
H A Dminica.py68 return '\x00' * (self.modlen - len(out)) + asn1.ToBytes(out)
/external/chromium_org/content/child/webcrypto/
H A Djwk.cc246 void ToBytes(std::vector<uint8_t>* utf8_bytes) { function in class:content::webcrypto::__anon7525::JwkWriter
515 writer.ToBytes(jwk_key_data);
587 writer.ToBytes(jwk_key_data);
615 writer.ToBytes(jwk_key_data);

Completed in 4213 milliseconds