/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_dh_helper.c | 46 static int32_t DhSaveKeyMaterial(const DH *dh, const uint32_t keySize, struct HksBlob *key) in DhSaveKeyMaterial() 89 DH *dh = DH_new_by_nid(nid); in DhGenerateKey() local 119 DH *dh = DH_new_by_nid(nid); in InitDhStruct() local 152 DH *dh = InitDhStruct(nativeKey, true); in DhAgreeKey() local 230 const DH *dh = EVP_PKEY_get0_DH(pkey); in DhX509ToHksBlob() local 271 DH *dh = InitDhStruct(key, true); in DhHksBlobToX509() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_dh.c | 128 static int32_t DhSaveKeyMaterial(const DH *dh, const uint32_t keySize, struct HksBlob *key) in DhSaveKeyMaterial() 205 static int32_t HksOpensslDhCheckPubKey(const struct HksBlob *nativeKey, DH *dh) in HksOpensslDhCheckPubKey() 253 DH *dh = NULL; in HksOpensslCheckDhKey() local 290 DH *dh = InitDhStruct(nativeKey); in HksOpensslDhAgreeKey() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | dh_asy_key_generator_openssl.c | 278 DH *dh = NULL; in GetBigIntegerSpec() local 378 DH *dh = impl->sk; in GetIntSpecFromDhPriKey() local 666 DH *dh = OpensslDhNew(); in CreateOpensslDhKey() local 775 DH *dh = NULL; in CreateDhKeyPairByCommSpec() local 814 DH *dh = NULL; in CreateDhPubKeyByKeyPairSpec() local 830 DH *dh = NULL; in CreateDhPriKeyByKeyPairSpec() local 880 DH *dh = NULL; in CreateDhPubKeyBySpec() local 898 DH *dh = NULL; in CreateDhPriKeyBySpec() local 923 DH *dh = OpensslEvpPkeyGet1Dh(pKey); in ConvertDhPubKey() local 948 DH *dh = OpensslEvpPkeyGet1Dh(pKey); in ConvertDhPriKey() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_util.cpp | 57 uint32_t dh = currentHeight - newHeight; in SrcRectScaleDown() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | dh_openssl_common.c | 81 EVP_PKEY *NewEvpPkeyByDh(DH *dh, bool withDuplicate) in NewEvpPkeyByDh()
|
H A D | openssl_adapter.c | 1226 void OpensslDhFree(DH *dh) in OpensslDhFree() 1231 int OpensslDhGenerateKey(DH *dh) in OpensslDhGenerateKey() 1236 const BIGNUM *OpensslDhGet0P(const DH *dh) in OpensslDhGet0P() 1241 const BIGNUM *OpensslDhGet0Q(const DH *dh) in OpensslDhGet0Q() 1246 const BIGNUM *OpensslDhGet0G(const DH *dh) in OpensslDhGet0G() 1251 long OpensslDhGetLength(const DH *dh) in OpensslDhGetLength() 1256 int OpensslDhSetLength(DH *dh, long length) in OpensslDhSetLength() 1261 const BIGNUM *OpensslDhGet0PubKey(const DH *dh) in OpensslDhGet0PubKey() 1266 const BIGNUM *OpensslDhGet0PrivKey(const DH *dh) in OpensslDhGet0PrivKey() 1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg() [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 1730 void OpensslDhFree(DH *dh) in OpensslDhFree() 1737 int OpensslDhGenerateKey(DH *dh) in OpensslDhGenerateKey() 1745 const BIGNUM *OpensslDhGet0P(const DH *dh) in OpensslDhGet0P() 1753 const BIGNUM *OpensslDhGet0Q(const DH *dh) in OpensslDhGet0Q() 1761 const BIGNUM *OpensslDhGet0G(const DH *dh) in OpensslDhGet0G() 1769 long OpensslDhGetLength(const DH *dh) in OpensslDhGetLength() 1777 int OpensslDhSetLength(DH *dh, long length) in OpensslDhSetLength() 1785 const BIGNUM *OpensslDhGet0PubKey(const DH *dh) in OpensslDhGet0PubKey() 1793 const BIGNUM *OpensslDhGet0PrivKey(const DH *dh) in OpensslDhGet0PrivKey() 1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_line_break.cpp | 100 const DataHeader* dh = reinterpret_cast<const DataHeader*>(buf); in LoadRule() local
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 329 DH *dh = NULL; in DhToX509PublicKey() local 696 const DH *dh = EVP_PKEY_get0_DH(pkey); in X509PublicKeyToDh() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_composer_adapter.cpp | 930 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() local 995 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() local 1051 uint32_t dh = dstHeight - newHeight; in LayerScaleFit() local
|
H A D | rs_uni_render_util.cpp | 374 uint32_t dh = currentHeight - newHeight; in SrcRectScaleDown() local 1665 uint32_t dh = currentHeight - newHeight; in LayerScaleDown() local 1721 uint32_t dh = dstHeight - newHeight; in LayerScaleFit() local
|
H A D | rs_composer_adapter.cpp | 748 int32_t dh = currentHeight - newHeight; in LayerScaleDown() local
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.cpp | 1719 char16_t dh = *(iter + 1); in HandleIllegalChar() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 145 const GLint dh = static_cast<const GLint>(dst.rect1.height); in DoBlit() local
|