/base/usb/usb_manager/test/native/mock/src/ |
D | usb_request_mock_test.cpp | 129 USBEndpoint point = interface_.GetEndpoints().at(0); variable 147 USBEndpoint point = interface_.GetEndpoints().at(1); variable 165 USBEndpoint point = interface_.GetEndpoints().at(0); variable 187 USBEndpoint point = interface_.GetEndpoints().at(0); variable 209 USBEndpoint point = interface_.GetEndpoints().at(1); variable 231 USBEndpoint point = interface_.GetEndpoints().at(1); variable 254 USBEndpoint point = interface_.GetEndpoints().at(0); variable 271 USBEndpoint point = interface_.GetEndpoints().at(0); variable 291 USBEndpoint point = interface_.GetEndpoints().at(0); variable 311 USBEndpoint point = interface_.GetEndpoints().at(1); variable [all …]
|
D | usb_bulkcallback_mock_test.cpp | 165 USBEndpoint point = interface_.GetEndpoints().front(); variable 188 USBEndpoint point = interface_.GetEndpoints().at(1); variable 211 USBEndpoint point = interface_.GetEndpoints().at(1); variable 238 USBEndpoint point = interface_.GetEndpoints().at(1); variable 264 USBEndpoint point = interface_.GetEndpoints().front(); variable 298 USBEndpoint point = interface_.GetEndpoints().at(1); variable 332 USBEndpoint point = interface_.GetEndpoints().front(); variable 368 USBEndpoint point = interface_.GetEndpoints().front(); variable 404 USBEndpoint point = interface_.GetEndpoints().at(1); variable 438 USBEndpoint point = interface_.GetEndpoints().front(); variable [all …]
|
D | usb_device_pipe_mock_test.cpp | 965 USBEndpoint point = interface.GetEndpoints().front(); variable 992 USBEndpoint point = interface.GetEndpoints().front(); variable 1017 USBEndpoint point = interface.GetEndpoints().front(); variable 1045 USBEndpoint point = interface.GetEndpoints().front(); variable 1072 USBEndpoint point = interface.GetEndpoints().front(); variable 1098 USBEndpoint point = interface.GetEndpoints().front(); variable 1124 USBEndpoint point = interface.GetEndpoints().at(1); variable 1150 USBEndpoint point = interface.GetEndpoints().at(1); variable 1178 USBEndpoint point = interface.GetEndpoints().at(1); variable 1205 USBEndpoint point = interface.GetEndpoints().at(1); variable
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
D | usb_bulkcallback_test.cpp | 132 USBEndpoint point = interface.GetEndpoints().front(); variable 180 USBEndpoint point = interface.GetEndpoints().at(1); variable 228 USBEndpoint point = interface.GetEndpoints().at(1); variable 278 USBEndpoint point = interface.GetEndpoints().at(1); variable 328 USBEndpoint point = interface.GetEndpoints().at(0); variable 378 USBEndpoint point = interface.GetEndpoints().at(0); variable 428 USBEndpoint point = interface.GetEndpoints().front(); variable 481 USBEndpoint point = interface.GetEndpoints().at(1); variable 534 USBEndpoint point = interface.GetEndpoints().front(); variable 589 USBEndpoint point = interface.GetEndpoints().front(); variable [all …]
|
D | usb_request_test.cpp | 96 USBEndpoint point = interface.GetEndpoints().front(); variable 140 USBEndpoint point = interface.GetEndpoints().at(1); variable 185 USBEndpoint point = interface.GetEndpoints().at(0); variable 228 USBEndpoint point = interface.GetEndpoints().at(0); variable 271 USBEndpoint point = interface.GetEndpoints().at(1); variable 317 USBEndpoint point = interface.GetEndpoints().at(1); variable 364 USBEndpoint point = interface.GetEndpoints().at(0); variable 412 USBEndpoint point = interface.GetEndpoints().at(1); variable 460 USBEndpoint point = interface.GetEndpoints().at(0); variable 511 USBEndpoint point = interface.GetEndpoints().at(0); variable [all …]
|
D | usb_device_pipe_test.cpp | 1494 USBEndpoint point = interface.GetEndpoints().front(); variable 1536 USBEndpoint point = interface.GetEndpoints().front(); variable 1584 USBEndpoint point = interface.GetEndpoints().front(); variable 1632 USBEndpoint point = interface.GetEndpoints().front(); variable 1677 USBEndpoint point = interface.GetEndpoints().front(); variable 1724 USBEndpoint point = interface.GetEndpoints().front(); variable 1771 USBEndpoint point = interface.GetEndpoints().at(1); variable 1817 USBEndpoint point = interface.GetEndpoints().at(1); variable 1865 USBEndpoint point = interface.GetEndpoints().at(1); variable 1913 USBEndpoint point = interface.GetEndpoints().at(1); variable
|
/base/usb/usb_manager/test/fuzztest/usbmgrbulkcancel_fuzzer/ |
D | usbmgrbulkcancel_fuzzer.cpp | 64 USBEndpoint point = const_cast<UsbInterface &>(interface).GetEndpoints().at(1); in UsbMgrBulkCancelFuzzTest() local
|
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
D | mbedtls_ec_adapter.c | 134 static int32_t ReadEcPublicKey(mbedtls_ecp_point *point, const Blob *publicKey) in ReadEcPublicKey() 155 static int32_t WriteOutEcPublicKey(const mbedtls_ecp_point *point, Blob *publicKey) in WriteOutEcPublicKey() 217 static int32_t EcHashToPoint(const Blob *hash, Blob *point) in EcHashToPoint()
|
D | crypto_hash_to_point.c | 267 static int32_t CurveHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in CurveHashToPoint() 331 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in OpensslHashToPoint()
|
/base/security/crypto_framework/common/src/ |
D | asy_key_params.c | 89 static void FreeEcPointMem(HcfPoint *point) in FreeEcPointMem()
|
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
D | freeze_detector_unittest.cpp | 597 WatchPoint point = OHOS::HiviewDFX::WatchPoint::Builder() variable 613 WatchPoint point = OHOS::HiviewDFX::WatchPoint::Builder() variable
|
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/ |
D | mbedtls_ec_adapter.c | 204 static int32_t Elligator(unsigned char *point, int pointLength, const unsigned char *hash, int hash… in Elligator()
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
D | hks_crypto_hal_aes_encrypt.cpp | 359 uint32_t point = 0; in RunTestEncrypt() local
|
D | hks_crypto_hal_aes_cipher.cpp | 504 uint32_t point = 0; in RunTestEncrypt() local
|
/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
D | openssl_adapter.c | 186 void Openssl_EC_POINT_free(EC_POINT *point) in Openssl_EC_POINT_free() 206 int Openssl_EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNU… in Openssl_EC_POINT_set_affine_coordinates_GFp() 243 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 279 …ssl_EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, in Openssl_EC_POINT_mul()
|
/base/security/crypto_framework/test/unittest/src/ |
D | openssl_adapter_mock.c | 301 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 366 int Openssl_EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNU… in Openssl_EC_POINT_set_affine_coordinates_GFp() 400 …ssl_EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, in Openssl_EC_POINT_mul() 456 void Openssl_EC_POINT_free(EC_POINT *point) in Openssl_EC_POINT_free()
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
D | ecc_asy_key_generator_openssl.c | 369 EC_POINT *point = Openssl_EC_POINT_new(group); in InitEcKeyByPubKey() local 434 EC_POINT *point = Openssl_EC_POINT_new(group); in SetEcPubKeyFromPriKey() local 933 static HcfResult GetPubKeyXOrY(const EC_GROUP *group, const EC_POINT *point, const AsyKeySpecItem i… in GetPubKeyXOrY()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
D | napi_utils.cpp | 228 static bool GetPointFromNapiValue(napi_env env, napi_value arg, HcfPoint *point) in GetPointFromNapiValue()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_mbedtls_aes.c | 1244 uint32_t point = 0; in AesEcbNoPaddingData() local
|