Home
last modified time | relevance | path

Searched defs:ofb (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/cipher/
Dofb.go14 type ofb struct { struct
15 b Block
16 cipher []byte
17 out []byte
18 outUsed int
44 func (x *ofb) refill() {
61 func (x *ofb) XORKeyStream(dst, src []byte) {
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_plane_cursor.c117 static void test_cursor_pos(data_t *data, igt_fb_t *pfb, igt_fb_t *ofb, in test_cursor_pos()
168 static void test_cursor_spots(data_t *data, igt_fb_t *pfb, igt_fb_t *ofb, in test_cursor_spots()
206 igt_fb_t pfb, ofb, cfb; in test_cursor_overlay() local
271 igt_fb_t pfb, ofb, cfb; in test_cursor_viewport() local
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c483 *ofb = (uint8_t *)"test plaintext\0\0", variable