Searched refs:ofb_iv (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/test/ |
D | destest.c | 281 static unsigned char ofb_iv[8] = variable 610 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb() 615 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb() 628 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb64() 637 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ofb64() 651 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64() 661 memcpy(ofb_tmp, ofb_iv, sizeof(ofb_iv)); in test_des_ede_ofb64()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | lws-genaes.c | 491 }, ofb_iv[] = { variable 517 if (lws_genaes_crypt(&ctx, ofb, 16, res, (uint8_t *)ofb_iv, NULL, in test_genaes_ofb() 541 if (lws_genaes_crypt(&ctx, res, 16, res1, (uint8_t *)ofb_iv, NULL, in test_genaes_ofb()
|