Searched refs:PublicKey (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/security/device_security_level/oem_property/include/ |
H A D | dslm_credential_utils.h | 32 typedef DataBuffer PublicKey; typedef 35 PublicKey root; 36 PublicKey intermediate; 37 PublicKey last;
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/include/ |
H A D | softbus_rsa_encrypt.h | 28 } 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 D | dsoftbus_rsa_crypto_test.cpp | 128 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 D | softbus_rsa_encrypt_virtual.c | 26 int32_t SoftBusRsaEncrypt(const uint8_t *srcData, uint32_t srcDataLen, PublicKey *publicKey, uint8_… in SoftBusRsaEncrypt()
|
H A D | softbus_rsa_encrypt.c | 280 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 D | softbusrsacrypto_fuzzer.cpp | 32 PublicKey peerPublicKey = { data, size }; in SoftBusRsaEncryptFuzzTest()
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_oem_property_test.cpp | 803 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 D | create-parse-verify-crl-object.md | 21 4. 基于已有公钥信息,创建PublicKey公钥对象。
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | create-parse-verify-crl-object.md | 21 4. Create a **PublicKey** object.
|
/ohos5.0/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 61 PublicKey publicKey;
|