Home
last modified time | relevance | path

Searched defs:impl (Results 1901 - 1925 of 2092) sorted by relevance

1...<<71727374757677787980>>...84

/third_party/node/deps/v8/include/
H A Dv8-util.h50 static bool Empty(Impl* impl) { return impl->empty(); } in Empty() argument
51 static size_t Size(Impl* impl) { return impl->size(); } in Size() argument
53 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin() argument
54 static Iterator End(Impl* impl) { return impl->end(); } in End() argument
57 static PersistentContainerValue Set(Impl* impl, K key, in Set() argument
67 Get(Impl* impl, K key) Get() argument
72 Remove(Impl* impl, K key) Remove() argument
219 typename Traits::Impl impl; Clear() local
293 typename Traits::Impl* impl() { return &impl_; } impl() function in v8::PersistentValueMapBase
545 Append(Impl* impl, PersistentContainerValue value) Append() argument
548 IsEmpty(const Impl* impl) IsEmpty() argument
551 Size(const Impl* impl) Size() argument
554 Get(const Impl* impl, size_t i) Get() argument
557 ReserveCapacity(Impl* impl, size_t capacity) ReserveCapacity() argument
560 Clear(Impl* impl) Clear() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-util.h50 static bool Empty(Impl* impl) { return impl->empty(); } in Empty() argument
51 static size_t Size(Impl* impl) { return impl->size(); } in Size() argument
53 static Iterator Begin(Impl* impl) { return impl->begin(); } in Begin() argument
54 static Iterator End(Impl* impl) { return impl->end(); } in End() argument
57 static PersistentContainerValue Set(Impl* impl, K key, in Set() argument
67 Get(Impl* impl, K key) Get() argument
72 Remove(Impl* impl, K key) Remove() argument
223 typename Traits::Impl impl; Clear() local
298 typename Traits::Impl* impl() { return &impl_; } impl() function in v8::PersistentValueMapBase
550 Append(Impl* impl, PersistentContainerValue value) Append() argument
553 IsEmpty(const Impl* impl) IsEmpty() argument
556 Size(const Impl* impl) Size() argument
559 Get(const Impl* impl, size_t i) Get() argument
562 ReserveCapacity(Impl* impl, size_t capacity) ReserveCapacity() argument
565 Clear(Impl* impl) Clear() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ddgst.c97 ENGINE *e = NULL, *impl = NULL; in dgst_main() local
H A Dpkeyutl.c532 ENGINE *impl = NULL; in init_ctx() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument
449 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit_ex() argument
487 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit_ex() argument
507 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit_ex() argument
[all...]
H A Ddigest.c144 evp_md_init_internal(EVP_MD_CTX *ctx, const EVP_MD *type, const OSSL_PARAM params[], ENGINE *impl) evp_md_init_internal() argument
370 EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) EVP_DigestInit_ex() argument
646 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) EVP_Digest() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c208 static void impl_free(IMPLEMENTATION *impl) in impl_free() argument
303 IMPLEMENTATION *impl; in ossl_method_store_add() local
403 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); ossl_method_store_remove() local
432 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); alg_cleanup_by_provider() local
465 alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, void (*fn)(int id, void *method, void *fnarg), void *fnarg) alg_do_one() argument
483 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); alg_do_each() local
507 IMPLEMENTATION *impl, *best_impl = NULL; ossl_method_store_fetch() local
[all...]
/third_party/openssl/apps/
H A Dpkeyutl.c532 ENGINE *impl = NULL; in init_ctx() local
H A Ddgst.c97 ENGINE *e = NULL, *impl = NULL; in dgst_main() local
/third_party/openssl/crypto/evp/
H A Ddigest.c144 evp_md_init_internal(EVP_MD_CTX *ctx, const EVP_MD *type, const OSSL_PARAM params[], ENGINE *impl) evp_md_init_internal() argument
370 EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) EVP_DigestInit_ex() argument
646 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) EVP_Digest() argument
[all...]
H A Devp_enc.c82 evp_cipher_init_internal(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc, const OSSL_PARAM params[]) evp_cipher_init_internal() argument
444 EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv, int enc) EVP_CipherInit_ex() argument
482 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_EncryptInit_ex() argument
502 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) EVP_DecryptInit_ex() argument
[all...]
/third_party/openssl/crypto/property/
H A Dproperty.c210 static void impl_free(IMPLEMENTATION *impl) in impl_free() argument
305 IMPLEMENTATION *impl; in ossl_method_store_add() local
405 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); ossl_method_store_remove() local
434 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); alg_cleanup_by_provider() local
467 alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, void (*fn)(int id, void *method, void *fnarg), void *fnarg) alg_do_one() argument
521 IMPLEMENTATION *impl, *best_impl = NULL; ossl_method_store_fetch() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.h17 namespace impl { namespace
/third_party/python/Modules/
H A D_abc.c118 PyObject *impl = PyObject_GetAttr(self, &_Py_ID(_abc_impl)); in _get_impl() local
219 _abc_data *impl = _get_impl(module, self); in _abc__reset_registry() local
246 _abc_data *impl = _get_impl(module, self); _abc__reset_caches() local
281 _abc_data *impl = _get_impl(module, self); _abc__get_dump() local
544 _abc_data *impl = _get_impl(module, self); _abc__abc_register_impl() local
585 _abc_data *impl = _get_impl(module, self); _abc__abc_instancecheck_impl() local
682 _abc_data *impl = _get_impl(module, self); _abc__abc_subclasscheck_impl() local
811 subclasscheck_check_registry(_abc_data *impl, PyObject *subclass, PyObject **result) subclasscheck_check_registry() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp232 Scheduler::Fiber::Fiber(Allocator::unique_ptr<OSFiber>&& impl, uint32_t id) in Fiber() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duprops.cpp195 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in hasFullCompositionExclusion() local
293 const Normalizer2Impl *impl=Normalizer2Factory::getNFCImpl(errorCode); in isCanonSegmentStarter() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp40 struct BleAdapter::impl { struct in OHOS::bluetooth::BleAdapter
143 BleAdapter::impl::impl(BleAdapter &bleAdapter) : gattClientcallback_(std::make_unique<GattClientCallback>(bleAdapter)) in impl() function in OHOS::bluetooth::BleAdapter::impl
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp56 struct BluetoothHostServer::impl { struct in OHOS::Bluetooth::BluetoothHostServer
121 SystemStateObserver(BluetoothHostServer::impl *impl) : impl_(impl) {}; in SystemStateObserver() argument
176 AdapterStateObserver(BluetoothHostServer::impl *imp argument
245 AdapterClassicObserver(BluetoothHostServer::impl *impl) AdapterClassicObserver() argument
335 ClassicRemoteDeviceObserver(BluetoothHostServer::impl *impl) ClassicRemoteDeviceObserver() argument
419 AdapterBleObserver(BluetoothHostServer::impl *impl) AdapterBleObserver() argument
511 BlePeripheralCallback(BluetoothHostServer::impl *impl) BlePeripheralCallback() argument
552 BluetoothHostServer::impl::impl() impl() function in OHOS::Bluetooth::BluetoothHostServer::impl
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java336 private final Normalizer2Impl impl; field in Normalizer2Impl.ReorderingBuffer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java342 private final Normalizer2Impl impl; field in Normalizer2Impl.ReorderingBuffer
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_crl_openssl.c87 HcfX509CertificateImpl *impl = (HcfX509CertificateImpl *)cert; in GetX509FromCertificate() local
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dalg_25519_asy_key_generator_openssl.c97 HcfOpensslAlg25519PubKey *impl = (HcfOpensslAlg25519PubKey *)self; in DestroyAlg25519PubKey() local
113 HcfOpensslAlg25519PriKey *impl = (HcfOpensslAlg25519PriKey *)self; in DestroyAlg25519PriKey() local
129 HcfOpensslAlg25519KeyPair *impl = (HcfOpensslAlg25519KeyPair *)self; in DestroyAlg25519KeyPair() local
148 HcfOpensslAlg25519PubKey *impl = (HcfOpensslAlg25519PubKey *)self; GetAlg25519PubKeyAlgorithm() local
167 HcfOpensslAlg25519PriKey *impl = (HcfOpensslAlg25519PriKey *)self; GetAlg25519PriKeyAlgorithm() local
185 HcfOpensslAlg25519PubKey *impl = (HcfOpensslAlg25519PubKey *)self; GetAlg25519PubKeyEncoded() local
220 HcfOpensslAlg25519PriKey *impl = (HcfOpensslAlg25519PriKey *)self; GetAlg25519PriKeyEncoded() local
335 HcfOpensslAlg25519PubKey *impl = (HcfOpensslAlg25519PubKey *)self; GetBigIntegerSpecFromAlg25519PubKey() local
387 HcfOpensslAlg25519PriKey *impl = (HcfOpensslAlg25519PriKey *)self; GetBigIntegerSpecFromAlg25519PriKey() local
451 HcfOpensslAlg25519PriKey *impl = (HcfOpensslAlg25519PriKey *)self; ClearAlg25519PriKeyMem() local
1172 HcfAsyKeyGeneratorSpiAlg25519OpensslImpl *impl = (HcfAsyKeyGeneratorSpiAlg25519OpensslImpl *)HcfMalloc( HcfAsyKeyGeneratorSpiEd25519Create() local
1198 HcfAsyKeyGeneratorSpiAlg25519OpensslImpl *impl = (HcfAsyKeyGeneratorSpiAlg25519OpensslImpl *)HcfMalloc( HcfAsyKeyGeneratorSpiX25519Create() local
[all...]
H A Ddh_asy_key_generator_openssl.c106 HcfOpensslDhPubKey *impl = (HcfOpensslDhPubKey *)self; in DestroyDhPubKey() local
122 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; in DestroyDhPriKey() local
138 HcfOpensslDhKeyPair *impl = (HcfOpensslDhKeyPair *)self; in DestroyDhKeyPair() local
182 HcfOpensslDhPubKey *impl = (HcfOpensslDhPubKey *)self; GetDhPubKeyEncoded() local
220 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; GetDhPriKeyEncoded() local
284 HcfOpensslDhPubKey *impl = (HcfOpensslDhPubKey *)pubSelf; GetBigIntegerSpec() local
291 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)priSelf; GetBigIntegerSpec() local
377 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; GetIntSpecFromDhPriKey() local
420 HcfOpensslDhPriKey *impl = (HcfOpensslDhPriKey *)self; ClearDhPriKeyMem() local
994 HcfAsyKeyGeneratorSpiDhOpensslImpl *impl = (HcfAsyKeyGeneratorSpiDhOpensslImpl *)self; EngineGenerateDhKeyPair() local
1239 HcfAsyKeyGeneratorSpiDhOpensslImpl *impl = (HcfAsyKeyGeneratorSpiDhOpensslImpl *)HcfMalloc( HcfAsyKeyGeneratorSpiDhCreate() local
[all...]
H A Drsa_asy_key_generator_openssl.c179 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; in GetRsaPriKeySpecBigInteger() local
225 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; in GetRsaPubKeySpecBigInteger() local
266 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; in DestroyPubKey() local
282 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey*)self; DestroyPriKey() local
299 HcfOpensslRsaKeyPair *impl = (HcfOpensslRsaKeyPair*)self; DestroyKeyPair() local
456 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; GetPubKeyEncoded() local
546 HcfOpensslRsaPubKey *impl = (HcfOpensslRsaPubKey *)self; GetPubKeyEncodedPem() local
574 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; GetPriKeyEncoded() local
672 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; GetPriKeyEncodedPem() local
749 HcfOpensslRsaPriKey *impl = (HcfOpensslRsaPriKey *)self; ClearPriKeyMem() local
955 HcfAsyKeyGeneratorSpiRsaOpensslImpl *impl = (HcfAsyKeyGeneratorSpiRsaOpensslImpl *)self; EngineGenerateKeyPair() local
975 HcfAsyKeyGeneratorSpiRsaOpensslImpl *impl = (HcfAsyKeyGeneratorSpiRsaOpensslImpl *)self; DestroyKeyGeneratorSpiImpl() local
1483 HcfAsyKeyGeneratorSpiRsaOpensslImpl *impl = (HcfAsyKeyGeneratorSpiRsaOpensslImpl *) HcfAsyKeyGeneratorSpiRsaCreate() local
[all...]
H A Dsm2_asy_key_generator_openssl.c350 HcfOpensslSm2PubKey *impl = (HcfOpensslSm2PubKey *)self; in DestroySm2PubKey() local
368 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in DestroySm2PriKey() local
386 HcfOpensslSm2KeyPair *impl = (HcfOpensslSm2KeyPair *)self; DestroySm2KeyPair() local
461 HcfOpensslSm2PubKey *impl = (HcfOpensslSm2PubKey *)self; GetSm2PubKeyEncoded() local
500 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; GetSm2PriKeyEncoded() local
541 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; Sm2PriKeyClearMem() local
913 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; EngineConvertSm2Key() local
1099 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; EngineConvertSm2PemKey() local
1131 PackAndAssignPubKey(const HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl, const char *fieldType, EC_KEY *ecKey, HcfPubKey **returnObj) PackAndAssignPubKey() argument
1144 PackAndAssignPriKey(const HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl, const char *fieldType, EC_KEY *ecKey, HcfPriKey **returnObj) PackAndAssignPriKey() argument
1157 CreateAndAssignKeyPair(const HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl, const char *fieldType, EC_KEY *ecKey, HcfKeyPair **returnObj) CreateAndAssignKeyPair() argument
1209 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; EngineGenerateKeyPair() local
1235 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; EngineGenerateKeyPairBySpec() local
1271 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; EngineGeneratePubKeyBySpec() local
1304 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; EngineGeneratePriKeyBySpec() local
[all...]

Completed in 35 milliseconds

1...<<71727374757677787980>>...84