Searched refs:rawInfo (Results 1 – 5 of 5) sorted by relevance
570 uint8_t *rawInfo = (uint8_t *)HksMalloc(rawInfoLen); in EvpPkeyToHksPubKeyInfo() local571 if (!rawInfo) { in EvpPkeyToHksPubKeyInfo()576 struct HksPubKeyInfo *pubKeyInfo = (struct HksPubKeyInfo *)rawInfo; in EvpPkeyToHksPubKeyInfo()583 pubXRet = memcpy_s(rawInfo + offset, pubXBlob.size, pubXBlob.data, pubXBlob.size); in EvpPkeyToHksPubKeyInfo()585 pubYRet = memcpy_s(rawInfo + offset, pubYBlob.size, pubYBlob.data, pubYBlob.size); in EvpPkeyToHksPubKeyInfo()588 HKS_FREE(rawInfo); in EvpPkeyToHksPubKeyInfo()592 sm2PublicKey->data = rawInfo; in EvpPkeyToHksPubKeyInfo()
38 let rawInfo: Info = UIUtils.getTarget(info); // 正确用法63 let rawInfo: Info = UIUtils.getTarget(this.info);64 rawInfo.name = "Bob"; // Text组件不能刷新
43 let rawInfo: Info = UIUtils.makeObserved(new Info()); // 正确用法
38 let rawInfo: Info = UIUtils.getTarget (info); // Correct usage.63 let rawInfo: Info = UIUtils.getTarget(this.info);64 The rawInfo.name = "Bob"; // Text component cannot be re-rendered.
43 let rawInfo: Info = UIUtils.makeObserved(new Info()); // Correct usage.