Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_ecdh.c76 CKPTR( BN_copy( &pkcInfo->eccParam_qx, &sourcePkcInfo->eccParam_qx ) ); in pairwiseConsistencyTest()
164 status = importBignum( &pkcInfo->eccParam_qx, ecdhTestKey.qx, in selfTest()
227 REQUIRES( !BN_is_zero( &pkcInfo->eccParam_qx ) && \ in encryptFn()
243 &pkcInfo->eccParam_qx, &pkcInfo->eccParam_qy, in encryptFn()
299 status = importECCPoint( &pkcInfo->eccParam_qx, &pkcInfo->eccParam_qy, in decryptFn()
310 &pkcInfo->eccParam_qx, in decryptFn()
443 status = importBignum( &pkcInfo->eccParam_qx, eccKey->qx, in initKey()
H A Dkg_ecc.c209 BIGNUM *qx = &pkcInfo->eccParam_qx, *qy = &pkcInfo->eccParam_qy; in generateECCPublicValue()
617 BIGNUM *qx = &pkcInfo->eccParam_qx, *qy = &pkcInfo->eccParam_qy; in checkECCPublicKey()
689 if( BN_cmp( tmp1, &pkcInfo->eccParam_qx ) != 0 || \ in checkECCPrivateKey()
853 if( BN_is_zero( &pkcInfo->eccParam_qx ) || \ in initCheckECCkey()
899 if( BN_is_zero( &pkcInfo->eccParam_qx ) && \ in initCheckECCkey()
913 if( BN_is_zero( &pkcInfo->eccParam_qx ) || generatedD ) in initCheckECCkey()
H A Dctx_ecdsa.c218 status = importBignum( &pkcInfo->eccParam_qx, ecdsaTestKey.qx, in selfTest()
248 pkcInfo->eccParam_qx.d[ 1 ] ^= 0x1001; in selfTest()
490 BIGNUM *qx = &pkcInfo->eccParam_qx, *qy = &pkcInfo->eccParam_qy; in sigCheck()
672 status = importBignum( &pkcInfo->eccParam_qx, eccKey->qx, in initKey()
H A Dkey_rdpub.c317 status = importECCPoint( &eccKey->eccParam_qx, &eccKey->eccParam_qy, in readEccSubjectPublicKey()
591 status = importECCPoint( &eccKey->eccParam_qx, &eccKey->eccParam_qy, in readSshEccPublicKey()
H A Dkey_wr.c226 &eccKey->eccParam_qx, &eccKey->eccParam_qy, in writeEccSubjectPublicKey()
399 &encodedPointSize, &eccKey->eccParam_qx, in writeSshEccPublicKey()
H A Dctx_bnpkc.c280 BN_checksum( &pkcInfo->eccParam_qx, &value ); in bignumChecksum()
H A Dcontext.h463 #define eccParam_qx param1 macro