Searched refs:cfb8_iv (Results 1 – 1 of 1) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 217 }, cfb8_iv[] = { variable 240 if (lws_genaes_crypt(&ctx, cfb8, 16, res, (uint8_t *)cfb8_iv, in test_genaes_cfb8() 262 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cfb8_iv, in test_genaes_cfb8()
|