Searched refs:ctarget (Results 1 – 2 of 2) sorted by relevance
118 u8 *ctarget = NULL; in chacha_encrypt_bytes() local147 ctarget = c; in chacha_encrypt_bytes()246 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()