Searched refs:pkX (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | ecc_openssl_common.c | 179 BIGNUM *pkX = NULL; in InitEcKeyByPubKey() local 181 if (BigIntegerToBigNum(&(pubKey->x), &pkX) != HCF_SUCCESS || in InitEcKeyByPubKey() 185 OpensslBnFree(pkX); in InitEcKeyByPubKey() 192 int32_t ret = (int32_t)OpensslEcPointSetAffineCoordinatesGfp(group, point, pkX, pkY, NULL); in InitEcKeyByPubKey() 193 OpensslBnFree(pkX); in InitEcKeyByPubKey() 467 BIGNUM *pkX = OpensslBnNew(); in GetPubKeyXOrY() local 469 if (pkX == NULL || pkY == NULL) { in GetPubKeyXOrY() 471 OpensslBnFree(pkX); in GetPubKeyXOrY() 478 OpensslBnFree(pkX); in GetPubKeyXOrY() 486 ret = BigNumToBigInteger(pkX, returnBigInteger); in GetPubKeyXOrY() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-from-key-spec.md | 241 let pkX = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_X_BN); 242 showBigIntInfo('--- pkX', pkX); 343 let pkX = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_X_BN); 344 showBigIntInfo('--- pkX', pkX);
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-from-key-spec.md | 241 let pkX = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_X_BN); 242 showBigIntInfo('--- pkX', pkX); 343 let pkX = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_X_BN); 344 showBigIntInfo('--- pkX', pkX);
|