Searched defs:half_len (Results 1 – 9 of 9) sorted by relevance
109 uint8_t half_len; // half the length of the plaintext, rounded up in FourPassDecrypt() local145 uint8_t half_len; // half the length of the plaintext, rounded up in FourPassEncrypt() local225 void LoadBalancerConfig::EncryptionPass(uint8_t index, uint8_t half_len, in EncryptionPass()
26 uint8_t* right, uint8_t* half_len) { in InitializeFourPass()31 uint8_t half_len, bool is_length_odd, in EncryptionPass()115 uint8_t half_len; in TEST_F() local
544 const int half_len = FLOW_UPSCALE_TAPS / 2; in upscale_flow_component() local
593 size_type const half_len = len/2 + (len&1); in stable_sort() local
973 let half_len = self.len() / 2; in reverse() localVariable
977 let half_len = self.len() / 2; in reverse() localVariable