Home
last modified time | relevance | path

Searched refs:p384 (Results 1 – 6 of 6) sorted by relevance

/openssl/test/ssl-tests/
H A D28-seclevel.cnf.in66 "Certificate" => test_pem("p384-server-cert.pem"),
67 "PrivateKey" => test_pem("p384-server-key.pem"),
70 "VerifyCAFile" => test_pem("p384-root.pem") },
H A D28-seclevel.cnf113 Certificate = ${ENV::TEST_CERTS_DIR}/p384-server-cert.pem
116 PrivateKey = ${ENV::TEST_CERTS_DIR}/p384-server-key.pem
120 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem
H A D20-cert-select.cnf.in267 "VerifyCAFile" => test_pem("p384-root.pem"),
280 "ECDSA.Certificate" => test_pem("p384-server-cert.pem"),
281 "ECDSA.PrivateKey" => test_pem("p384-server-key.pem"),
286 "VerifyCAFile" => test_pem("p384-root.pem"),
H A D20-cert-select.cnf491 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem
513 ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/p384-server-cert.pem
514 ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/p384-server-key.pem
521 VerifyCAFile = ${ENV::TEST_CERTS_DIR}/p384-root.pem
/openssl/crypto/ec/
H A Decp_nistp384.c830 limb zero, p384; in felem_is_zero() local
834 p384 = (in[0] ^ 0x000000ffffffff) | (in[1] ^ 0xffff0000000000) in felem_is_zero()
838 p384 = ((int64_t) (p384) - 1) >> 63; in felem_is_zero()
840 return (zero | p384); in felem_is_zero()
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod457 "p256", "p384", "p521", "x25519" and "x448" for KEM,

Completed in 19 milliseconds