Home
last modified time | relevance | path

Searched refs:bigIntValue (Results 1 - 1 of 1) sorted by relevance

/base/security/crypto_framework/frameworks/native/src/
H A Dasym_key.c186 HcfBigInteger bigIntValue = {0}; in OH_CryptoPubKey_GetParam() local
217 key->getAsyKeySpecBigInteger((HcfPubKey *)key, (AsyKeySpecItem)item, &bigIntValue); in OH_CryptoPubKey_GetParam()
221 value->data = (uint8_t *)bigIntValue.data; in OH_CryptoPubKey_GetParam()
222 value->len = (size_t)bigIntValue.len; in OH_CryptoPubKey_GetParam()

Completed in 1 milliseconds