Home
last modified time | relevance | path

Searched refs:PublicKey (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/device_security_level/oem_property/include/
H A Ddslm_credential_utils.h32 typedef DataBuffer PublicKey; typedef
35 PublicKey root;
36 PublicKey intermediate;
37 PublicKey last;
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/include/
H A Dsoftbus_rsa_encrypt.h28 } PublicKey; typedef
37 int32_t SoftBusRsaEncrypt(const uint8_t *srcData, uint32_t srcDataLen, PublicKey *publicKey, uint8_…
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Ddsoftbus_rsa_crypto_test.cpp128 PublicKey peerPublicKey = { publicKey, pKeyLen };
154 PublicKey peerPublicKey = { publicKey, pKeyLen };
186 PublicKey peerPublicKey = { publicKey, pKeyLen };
213 PublicKey peerPublicKey = { publicKey, pKeyLen };
249 PublicKey peerPublicKey = { publicKey, pKeyLen };
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt_virtual.c26 int32_t SoftBusRsaEncrypt(const uint8_t *srcData, uint32_t srcDataLen, PublicKey *publicKey, uint8_… in SoftBusRsaEncrypt()
H A Dsoftbus_rsa_encrypt.c280 int32_t SoftBusRsaEncrypt(const uint8_t *srcData, uint32_t srcDataLen, PublicKey *publicKey, uint8_… in SoftBusRsaEncrypt()
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/fuzztest/softbusrsacrypto_fuzzer/
H A Dsoftbusrsacrypto_fuzzer.cpp32 PublicKey peerPublicKey = { data, size }; in SoftBusRsaEncryptFuzzTest()
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_oem_property_test.cpp803 PublicKey root = {.length = len, .data = dataRoot};
804 PublicKey intermediate = {.length = len, .data = dataIntermediate};
805 PublicKey last = {.length = len, .data = dataLast};
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/
H A Dcreate-parse-verify-crl-object.md21 4. 基于已有公钥信息,创建PublicKey公钥对象。
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/
H A Dcreate-parse-verify-crl-object.md21 4. Create a **PublicKey** object.
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c61 PublicKey publicKey;