• Home
  • Raw
  • Download

Lines Matching refs:lws_genaes_crypt

56 	if (lws_genaes_crypt(&ctx, cbc256, 16, res, (uint8_t *)cbc256_iv,  in test_genaes_cbc()
79 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cbc256_iv, in test_genaes_cbc()
143 if (lws_genaes_crypt(&ctx, cfb128, 16, res, (uint8_t *)cfb128_iv, in test_genaes_cfb128()
167 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cfb128_iv, in test_genaes_cfb128()
229 if (lws_genaes_crypt(&ctx, cfb8, 16, res, (uint8_t *)cfb8_iv, in test_genaes_cfb8()
251 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)cfb8_iv, in test_genaes_cfb8()
318 if (lws_genaes_crypt(&ctx, ctr, 16, res, nonce_counter, sb, &nc_off, 0)) { in test_genaes_ctr()
343 if (lws_genaes_crypt(&ctx, res, 16, res1, nonce_counter, sb, &nc_off, 0)) { in test_genaes_ctr()
408 if (lws_genaes_crypt(&ctx, ecb, 16, res, NULL, NULL, NULL, 0)) { in test_genaes_ecb()
429 if (lws_genaes_crypt(&ctx, res, 16, res1, NULL, NULL, NULL, 0)) { in test_genaes_ecb()
501 if (lws_genaes_crypt(&ctx, ofb, 16, res, (uint8_t *)ofb_iv, NULL, in test_genaes_ofb()
525 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)ofb_iv, NULL, in test_genaes_ofb()
596 if (lws_genaes_crypt(&ctx, xts, 16, res, data_unit, NULL, NULL, 0)) { in test_genaes_xts()
617 if (lws_genaes_crypt(&ctx, res, 16, res1, data_unit, NULL, NULL, 0)) { in test_genaes_xts()
692 if (lws_genaes_crypt(&ctx, gcm_aad, sizeof(gcm_aad), NULL, in test_genaes_gcm()
699 if (lws_genaes_crypt(&ctx, gcm_pt, sizeof(gcm_pt), res, in test_genaes_gcm()
725 if (lws_genaes_crypt(&ctx, gcm_aad, sizeof(gcm_aad), NULL, in test_genaes_gcm()
732 if (lws_genaes_crypt(&ctx, gcm_ct, sizeof(gcm_ct), res, in test_genaes_gcm()