Searched defs:byte (Results 1 – 9 of 9) sorted by relevance
160 func appendLengthPrefixed(ret, b []byte) []byte {166 func appendUnsigned(ret []byte, n *big.Int) []byte {174 func appendSigned(ret []byte, n *big.Int) []byte {
78 func randOrDie(out []byte) {84 func writePEM(path string, in []byte) {
377 const uint8_t byte = get_byte_from_remote(child_pid, ptr); in get_string_from_remote() local602 uint8_t byte; in TestFunction() local
136 uint8_t byte; in TEST() local
352 uint8_t byte = (v >> (7 * i)) & 0x7f; in add_base128_integer() local516 uint8_t byte = (value >> 8 * (7 - i)) & 0xff; in CBB_add_asn1_uint64_with_tag() local
150 func appendBase128(dst []byte, value int) []byte {
73 func newBlockCipher(name string, key []byte) (cipher.Block, error) {
478 uint8_t byte; in nc_uri() local
340 uint8_t byte = entropy[i / 2]; in scalar_centered_binomial_distribution_eta_2_with_prf() local
Completed in 15 milliseconds