Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl_ext.c373 { TLS_CURVE_SECP256R1, CRYPT_ECCCURVE_P256 }, in processSupportedCurveID()
382 { CRYPT_ECCCURVE_P256, bitsToBytes( 256 ) }, in processSupportedCurveID()
449 if( curveID != CRYPT_ECCCURVE_P256 && \ in processSupportedCurveID()
453 curveID == CRYPT_ECCCURVE_P256 ) in processSupportedCurveID()
460 if( curveID == CRYPT_ECCCURVE_P256 ) in processSupportedCurveID()
H A Dssl_hs.c828 handshakeInfo->eccCurveID = CRYPT_ECCCURVE_P256; in processHelloSSL()
H A Dssh2_cry.c219 static const int eccKeySize = CRYPT_ECCCURVE_P256; in initECDHcontextSSH()
H A Dssl_cli.c333 CRYPT_ECCCURVE_P256 /* Dummy */ : \ in readServerKeyex()
/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dctx_ecdh.c75 pkcInfo->curveType = CRYPT_ECCCURVE_P256; in pairwiseConsistencyTest()
163 pkcInfo->curveType = CRYPT_ECCCURVE_P256; in selfTest()
H A Dctx_bnprime.c632 { CRYPT_ECCCURVE_P256, 256,
1610 case CRYPT_ECCCURVE_P256: in loadECCparams()
H A Dkey_rdpub.c565 eccKey->curveType = CRYPT_ECCCURVE_P256; in readSshEccPublicKey()
679 { /* TLS_CURVE_SECP256R1 */ 23, CRYPT_ECCCURVE_P256 },
H A Dkey_wr.c366 case CRYPT_ECCCURVE_P256: in writeSshEccPublicKey()
466 { CRYPT_ECCCURVE_P256, 23 },
H A Dctx_ecdsa.c217 pkcInfo->curveType = CRYPT_ECCCURVE_P256; in selfTest()
H A Dkg_ecc.c59 { CRYPT_ECCCURVE_P256, 256 },
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dloadkey.c587 CRYPT_ECCCURVE_P256,
1284 eccKey->curveType = CRYPT_ECCCURVE_P256; in loadECDSAContextsEx()
1351 eccKey->curveType = CRYPT_ECCCURVE_P256; in loadECDSAContextsEx()
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A DPerlCryptLib.ph2228 sub CRYPT_ECCCURVE_P256 { 1 } subroutine
H A Dcryptlib.bas1554 CRYPT_ECCCURVE_P256 ' NIST P256/X9.62 P256v1/SECG p256r1 curve
H A Dcryptlib.pas1559 CRYPT_ECCCURVE_P256, { NIST P256/X9.62 P256v1/SECG p256r1 curve }
H A Dpython.c4258 v = Py_BuildValue("i", CRYPT_ECCCURVE_P256); in initcryptlib_py()
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dasn1_algid.c1214 { MKOID( "\x06\x08\x2A\x86\x48\xCE\x3D\x03\x01\x07" ), CRYPT_ECCCURVE_P256 },
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptlib.h1839 CRYPT_ECCCURVE_P256, /* NIST P256/X9.62 P256v1/SECG p256r1 curve */ enumerator