Searched refs:pkY (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 | 180 BIGNUM *pkY = NULL; in InitEcKeyByPubKey() local 182 BigIntegerToBigNum(&(pubKey->y), &pkY) != HCF_SUCCESS) { in InitEcKeyByPubKey() 186 OpensslBnFree(pkY); in InitEcKeyByPubKey() 192 int32_t ret = (int32_t)OpensslEcPointSetAffineCoordinatesGfp(group, point, pkX, pkY, NULL); in InitEcKeyByPubKey() 194 OpensslBnFree(pkY); in InitEcKeyByPubKey() 468 BIGNUM *pkY = OpensslBnNew(); in GetPubKeyXOrY() local 469 if (pkX == NULL || pkY == NULL) { in GetPubKeyXOrY() 472 OpensslBnFree(pkY); in GetPubKeyXOrY() 479 OpensslBnFree(pkY); in GetPubKeyXOrY() 489 ret = BigNumToBigInteger(pkY, 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 | 243 let pkY = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_Y_BN); 244 showBigIntInfo('--- pkY', pkY); 345 let pkY = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_Y_BN); 346 showBigIntInfo('--- pkY', pkY);
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-generate-asym-key-pair-from-key-spec.md | 243 let pkY = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_Y_BN); 244 showBigIntInfo('--- pkY', pkY); 345 let pkY = key.getAsyKeySpec(cryptoFramework.AsyKeySpecItem.ECC_PK_Y_BN); 346 showBigIntInfo('--- pkY', pkY);
|