Home
last modified time | relevance | path

Searched refs:SOFTBUS_RSA_KEY_ALIAS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Ddsoftbus_rsa_crypto_test.cpp312 const uint8_t SOFTBUS_RSA_KEY_ALIAS[] = "DsoftbusRsaKey"; variable
313 …const struct HksBlob rsaKeyAlias = { sizeof(SOFTBUS_RSA_KEY_ALIAS), (uint8_t *)SOFTBUS_RSA_KEY_ALI…
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c33 static const uint8_t SOFTBUS_RSA_KEY_ALIAS[] = "DsoftbusRsaKey"; variable
34 …c const struct HksBlob g_rsaKeyAlias = { sizeof(SOFTBUS_RSA_KEY_ALIAS), (uint8_t *)SOFTBUS_RSA_KEY…