Home
last modified time | relevance | path

Searched +defs:q +defs:x (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DQuatProxy.cpp92 auto x = obj.Get<float>("x"); in SetValue() local
97 BASE_NS::Math::Quat q { x, y, z, w }; in SetValue() local
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_dsa_helper.c82 BIGNUM *x = NULL; in InitDsa() local
85 BIGNUM *q = NULL; in InitDsa() local
363 const BIGNUM *x = DSA_get0_priv_key(dsa); in SaveDsaKeyToHksBlob() local
366 const BIGNUM *q = DSA_get0_q(dsa); in SaveDsaKeyToHksBlob() local
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c146 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in EccToX509PublicKey()
200 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in Sm2ToX509PublicKey()
208 …const struct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct H… in GetDsaPubKeyParam()
237 …t32_t DsaToX509PublicKey(const struct HksBlob *y, const struct HksBlob *p, const struct HksBlob *q, in DsaToX509PublicKey()
293 struct HksBlob q = {0}; in DsaPublicKeyToX509() local
491 BIGNUM *x = BN_new(); in EcKeyToPublicKey() local
645 const BIGNUM *q = NULL; in X509PublicKeyToDsa() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dsa.c108 BIGNUM *q = BN_bin2bn(buff, keyMaterial->qSize, NULL); in InitDsaStructParameter() local
204 const BIGNUM *x = DSA_get0_priv_key(dsa); in DsaKeyMaterialData() local
207 const BIGNUM *q = DSA_get0_q(dsa); in DsaKeyMaterialData() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c220 int OpensslEcPointSetAffineCoordinatesGfp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, in OpensslEcPointSetAffineCoordinatesGfp()
257 int OpensslEcPointGetAffineCoordinatesGfp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, in OpensslEcPointGetAffineCoordinatesGfp()
591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
732 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors()
812 int OpensslPemWriteBioRsaPublicKey(BIO *bp, RSA *x) in OpensslPemWriteBioRsaPublicKey()
817 int OpensslPemWriteBioRsaPubKey(BIO *bp, RSA *x) in OpensslPemWriteBioRsaPubKey()
1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
1331 int OpensslAsn1OctetStringSet(ASN1_OCTET_STRING *x, const unsigned char *d, int len) in OpensslAsn1OctetStringSet()
1412 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates()
1418 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinates()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c312 int OpensslEcPointGetAffineCoordinatesGfp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, in OpensslEcPointGetAffineCoordinatesGfp()
385 int OpensslEcPointSetAffineCoordinatesGfp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, in OpensslEcPointSetAffineCoordinatesGfp()
938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
1135 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors()
1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
1952 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates()
1961 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinates()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16quire("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="un… variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1272 constructor(x, y) { argument
1306 constructor(p, q, r) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1357 std::queue<RefPtr<UINode>> q; in UpdateAllGeometryTransition() local
1478 CalcDimension x; in CheckMarkAnchorPosition() local
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp593 napi_value q = GetDetailAsyKeySpecValue(env, arg, "q"); in InitDsaCommonAsyKeySpec() local
1911 napi_value x = ConvertBigIntToNapiValue(env, &(p->x)); in ConvertEccPointToNapiValue() local
1948 napi_value x = ConvertBigIntToNapiValue(env, &(blob->g.x)); in ConvertEccCommonParamPointToNapiValue() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15quire("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=re… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15quire("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=re… variable
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16quire("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=re… variable