Searched refs:to_byte (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | xmss_wots.c | 59 to_byte(ctr, i, 32); in expand_seed() 139 to_byte(csum_bytes, csum, len_2_bytes); in wots_sign() 177 to_byte(csum_bytes, csum, len_2_bytes); in wots_pkFromSig()
|
D | xmss_hash.c | 33 to_byte(bytes+i*4, addr[i],4); in addr_to_byte() 48 to_byte(buf, type, n); in core_hash_SHA2()
|
D | xmss_commons.h | 17 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
|
D | xmss_commons.c | 19 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) in to_byte() function
|
D | xmss_fast.c | 569 to_byte(idx_bytes_32, idx, 32); in xmss_sign() 597 to_byte(hash_key+2*n, idx, n); in xmss_sign() 694 to_byte(hash_key+2*n, idx, n); in xmss_sign_open() 838 to_byte(idx_bytes_32, idx, 32); in xmssmt_sign() 843 to_byte(hash_key+2*n, idx, n); in xmssmt_sign() 1006 to_byte(hash_key+2*n, idx, n); in xmssmt_sign_open()
|
/external/libbrillo/brillo/http/ |
D | http_request.cc | 129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange() argument 131 ranges_.emplace_back(from_byte, to_byte); in AddRange()
|
D | http_request.h | 262 void AddRange(uint64_t from_byte, uint64_t to_byte);
|