Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c569 uint32_t rawInfoLen = sizeof(struct HksPubKeyInfo) + pubXBlob.size + pubYBlob.size; in EvpPkeyToHksPubKeyInfo() local
570 uint8_t *rawInfo = (uint8_t *)HksMalloc(rawInfoLen); in EvpPkeyToHksPubKeyInfo()
593 sm2PublicKey->size = rawInfoLen; in EvpPkeyToHksPubKeyInfo()