Searched refs:blob2 (Results 1 – 8 of 8) sorted by relevance
| /test/xts/acts/security/huks/huks_napi_BasicTest/src/ |
| D | huks_agree_ecdh_test_common.cpp | 116 void HksEcdhAgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2) in HksEcdhAgreeFreeBlob() argument 119 HksFree(blob2->data); in HksEcdhAgreeFreeBlob() 122 void HksEcdhAgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2, struct OH_Huks_Bl… in HksEcdhAgreeFreeBlob() argument 126 HksFree(blob2->data); in HksEcdhAgreeFreeBlob()
|
| D | huks_agree_dh_test.cpp | 136 void HksDhAgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2) in HksDhAgreeFreeBlob() argument 139 HksFree(blob2->data); in HksDhAgreeFreeBlob() 142 void HksDhAgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2, struct OH_Huks_Blob… in HksDhAgreeFreeBlob() argument 146 HksFree(blob2->data); in HksDhAgreeFreeBlob()
|
| D | huks_agree_x25519_test.cpp | 183 void HksX25519AgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2) in HksX25519AgreeFreeBlob() argument 186 HksFree(blob2->data); in HksX25519AgreeFreeBlob() 189 void HksX25519AgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2, struct OH_Huks_… in HksX25519AgreeFreeBlob() argument 193 HksFree(blob2->data); in HksX25519AgreeFreeBlob()
|
| /test/xts/acts/security/huks/huks_napi_BasicTest/include/ |
| D | huks_agree_ecdh_test_common.h | 46 void HksEcdhAgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2); 47 void HksEcdhAgreeFreeBlob(struct OH_Huks_Blob *blob1, struct OH_Huks_Blob *blob2, struct OH_Huks_Bl…
|
| /test/xts/acts/commonlibrary/ets_utils/buffer_lib_standard/entry/src/ohosTest/js/test/ |
| D | Buffer.test.js | 2346 let blob2 = new buffer.Blob(["a", "b", "c"], { type: "new type", endings: "transparent" }); 2347 let promise = blob2.text(); 2367 let blob2 = new buffer.Blob([arrBuf], { type: "new type", endings: "transparent" }); 2368 blob2.text().then((value) => { 2386 let blob2 = new buffer.Blob([uint8arr], { type: "new type", endings: "transparent" }); 2387 blob2.text().then((value) => { 2407 let blob2 = new buffer.Blob([view], { type: "new type", endings: "transparent" }); 2408 blob2.text().then((value) => { 2422 let blob2 = new buffer.Blob(["a", "b", "c"], { type: "new type", endings: "transparent" }); 2423 let blob = new buffer.Blob([blob2]); [all …]
|
| /test/xts/acts/commonlibrary/ets_utils/utils_static/arkts_static/buffer_standard_test_static/entry/src/main/src/test/ |
| D | Buffer.test.ets | 2361 let blob2 = new buffer.Blob( sources, { type: "new type", endings: "transparent" }); 2362 let promise = blob2.text(); 2382 // let blob2 = new buffer.Blob([arrBuf], { type: "new type", endings: "transparent" }); 2383 // blob2.text().then((value) => { 2401 … // let blob2 = new buffer.Blob([uint8arr.buffer], { type: "new type", endings: "transparent" }); 2402 // await blob2.text().then((value) => { 2422 let blob2 = new buffer.Blob([view], { type: "new type", endings: "transparent" }); 2423 await blob2.text().then((value) => { 2437 let blob2 = new buffer.Blob(["a", "b", "c"], { type: "new type", endings: "transparent" }); 2438 let blob = new buffer.Blob([blob2]); [all …]
|
| /test/xts/acts/commonlibrary/ets_utils/utils_static/arkts_static/buffer_standard_test_static/entry/src/main/src/test/buffer/ |
| D | Buffer1.test.ets | 7446 let blob2 = new buffer.Blob(sources, option); 7447 // let blob2 : buffer.Blob = new buffer.Blob(sources, option); 7448 let promise = blob2.text(); 7482 // let blob2 = new buffer.Blob([arrBuf], option); 7483 // await blob2.text().then((value) => { 7515 // let blob2 = new buffer.Blob([uint8arr], option); 7516 // await blob2.text().then((value) => { 7549 // let blob2 = new buffer.Blob([view], option); 7550 // await blob2.text().then((value) => { 7578 // let blob2 = new buffer.Blob(sources, option); [all …]
|
| /test/xts/acts/commonlibrary/ets_utils/codeparsingtest/baselibtest/entry/src/ohosTest/ets/test/buffer/ |
| D | Buffer1.test.ets | 7416 let blob2 = new buffer.Blob(sources, option); 7417 let promise = blob2.text(); 7450 let blob2 = new buffer.Blob([arrBuf], option); 7451 await blob2.text().then((value) => { 7482 let blob2 = new buffer.Blob([uint8arr], option); 7483 await blob2.text().then((value) => { 7516 let blob2 = new buffer.Blob([view], option); 7517 await blob2.text().then((value) => { 7545 let blob2 = new buffer.Blob(sources, option); 7546 let blob = new buffer.Blob([blob2]);
|