Searched refs:ctarget (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 97 u8 *ctarget = NULL;
in chacha_encrypt_bytes() local 124 ctarget = c;
in chacha_encrypt_bytes() 214 for (i = 0;i < bytes;++i) ctarget[i] = c[i];
in chacha_encrypt_bytes()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 104 u8 *ctarget = NULL; in chacha_encrypt_bytes() local 131 ctarget = c; in chacha_encrypt_bytes() 218 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 349 SVGA3dRenderTargetViewId *ctarget; in SVGA3D_vgpu10_SetRenderTargets() local 381 ctarget = (SVGA3dRenderTargetViewId *) &cmd[1]; in SVGA3D_vgpu10_SetRenderTargets() 385 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 386 ctarget[i] = ss->view_id; in SVGA3D_vgpu10_SetRenderTargets() 389 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets() 390 ctarget[i] = SVGA3D_INVALID_ID; in SVGA3D_vgpu10_SetRenderTargets()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 3803 char* ctarget=cTarget; in TestJitterbug2346() local 3829 ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,true,&err); in TestJitterbug2346() 3834 ctargetLimit=ctarget; in TestJitterbug2346() 3835 ctarget =cTarget; in TestJitterbug2346() 4344 char* ctarget=cTarget; 4362 ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,true,&err); 4367 ctargetLimit=ctarget; 4368 ctarget =cTarget; 4369 while(ctarget<ctargetLimit){ 4370 if(*ctarget ! [all...] |
Completed in 10 milliseconds