Home
last modified time | relevance | path

Searched refs:zData (Results 1 - 6 of 6) sorted by relevance

/base/security/asset/services/db_operator/src/
H A Dsqlite3_wrapper.c56 int SqliteBindBlob(void *pStmt, int index, const void *zData, int nData, void(*xDel)(void*)) in SqliteBindBlob() argument
58 return sqlite3_bind_blob((sqlite3_stmt *)pStmt, index, zData, nData, xDel); in SqliteBindBlob()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_wrapped_sm2_suite_test.cpp693 struct HksBlob zData; member
724 material.zSize = keyTest->zData.size; in ConstructEccKey()
757 // copy zData in ConstructEccKey()
758 if (memcpy_s(data + offset, size - offset, keyTest->zData.data, keyTest->zData.size) != EOK) { in ConstructEccKey()
777 key.zData.data = (uint8_t *)g_sm2ZData256One; in ConstructImportedSm2Key()
778 key.zData.size = sizeof(g_sm2ZData256One); in ConstructImportedSm2Key()
H A Dhks_import_sign_verify_test.cpp497 // copy zData in ConstructEcPrivateKey()
571 // copy zData in ConstructEcKey()
589 const uint8_t *zData; member
637 // copy zData in ConstructImportedSm2Key()
638 if (memcpy_s(data + offset, size - offset, sm2Key->zData, sm2Key->zSize) != EOK) { in ConstructImportedSm2Key()
657 .zData = g_sm2ZDataOpenssl1, in ConstructImportedSm2KeyForOpenssl1()
672 .zData = g_sm2ZDataOpenssl3, in ConstructImportedSm2KeyForOpenssl3()
H A Dhks_import_wrapped_ecdh_suite_test.cpp213 struct HksBlob zData; member
H A Dhks_import_agree_test.cpp612 struct HksBlob zData; member
710 material.zSize = key->zData.size; in ConstructEccKey()
741 // copy zData in ConstructEccKey()
742 if (memcpy_s(data + offset, size - offset, key->zData.data, key->zData.size) != EOK) { in ConstructEccKey()
831 key.zData.data = (uint8_t *)g_eccZData256One; in ConstructImportedEccKey()
832 key.zData.size = sizeof(g_eccZData256One); in ConstructImportedEccKey()
840 key.zData.data = (uint8_t *)g_eccZData256Two; in ConstructImportedEccKey()
841 key.zData.size = sizeof(g_eccZData256Two); in ConstructImportedEccKey()
H A Dhks_import_wrapped_x25519_suite_test.cpp203 struct HksBlob zData; member

Completed in 10 milliseconds