/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/ |
H A D | server.c | 132 static unsigned int CheckEventMask(const struct epoll_event *e) in CheckEventMask() 230 struct epoll_event *e = loop->epEvents + i; in RunRpcLoop() local 346 struct Node *q = p; in UnRegisterCallback() local 375 struct Node *q = p; in RemoveCallback() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… argument
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 87 constructor(q, r) { argument 289 constructor(q, i1) { argument 606 constructor(q, l1) { argument 677 constructor(q, x3) { argument 917 async function e(x3) { function
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… argument
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 80 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey() 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 645 const BIGNUM *q = NULL; in X509PublicKeyToDsa() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 655 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 663 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey() 702 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 802 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg() 1095 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() 1135 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors() [all …]
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 393 EVP_PKEY *OpensslEvpPkeyNewRawPublicKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPublicKey() 398 EVP_PKEY *OpensslEvpPkeyNewRawPrivateKey(int type, ENGINE *e, const unsigned char *pub, size_t len) in OpensslEvpPkeyNewRawPrivateKey() 428 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew() 475 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId() 591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg() 692 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey() 697 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx() 707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 712 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() 732 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors() [all …]
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | rsa_asy_key_generator_openssl.c | 239 const BIGNUM *e = OpensslRsaGet0E(impl->pk); in GetRsaPubKeySpecBigInteger() local 576 const BIGNUM *q = NULL; in GetPriKeyEncoded() local 1192 BIGNUM **e, BIGNUM **d) in ParseRsaBnFromBin() 1229 BIGNUM *e = NULL; in InitRsaStructByBin() local 1435 BIGNUM *e = OpensslBnNew(); in SetDefaultValue() local
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1306 constructor(p, q, r) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|