Searched refs:cbc256_iv (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genec.c | 73 if (lws_genec_crypt(&ctx, cbc256, 16, res, (uint8_t *)cbc256_iv, in test_genec1() 92 if (lws_genec_crypt(&ctx, res, 16, res1, (uint8_t *)cbc256_iv, in test_genec1()
|
D | lws-genaes.c | 30 }, cbc256_iv[] = { variable 60 if (lws_genaes_crypt(&ctx, cbc256, 16, res, (uint8_t *)cbc256_iv, in test_genaes_cbc() 83 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cbc256_iv, in test_genaes_cbc()
|