Searched refs:ctarget (Results 1 – 6 of 6) sorted by relevance
95 u8 *ctarget = NULL; in chacha_encrypt_bytes() local122 ctarget = c; in chacha_encrypt_bytes()212 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
93 u8 *ctarget = NULL; in chacha_encrypt_bytes() local120 ctarget = c; in chacha_encrypt_bytes()210 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
93 u8 *ctarget = NULL; in chacha_encrypt_bytes() local120 ctarget = c; in chacha_encrypt_bytes()208 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
115 u8 *ctarget = NULL; in chacha_encrypt_bytes() local144 ctarget = c; in chacha_encrypt_bytes()243 for (i = 0; i < bytes; ++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
88 uint8_t *ctarget = NULL; in chacha20_encrypt_bytes() local122 ctarget = c; in chacha20_encrypt_bytes()212 ctarget[i] = c[i]; /* ctarget cannot be NULL */ in chacha20_encrypt_bytes()
1561 uint8_t* ctarget; in local_data_answer() local1574 get_cname_target(lr->rrset, &ctarget, &ctargetlen); in local_data_answer()1577 if(dname_is_wild(ctarget)) { in local_data_answer()1625 qinfo->qname_len - 1, ctarget + 2, in local_data_answer()