Searched refs:privkey2 (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | rpktest.c | 30 static char *privkey2 = NULL; variable 156 privkey_file = privkey2; in test_rpk() 717 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in setup_tests() 718 if (privkey2 == NULL) in setup_tests() 726 if (privkey2 == NULL) in setup_tests() 734 if (privkey2 == NULL) in setup_tests() 755 OPENSSL_free(privkey2); in cleanup_tests()
|
H A D | curve448_internal_test.c | 133 static const uint8_t privkey2[57] = { variable 608 pubkey2, privkey2, NULL, 0, 0, NULL)) in test_ed448()
|
H A D | sslapitest.c | 87 static char *privkey2 = NULL; variable 9901 &sctx, &cctx, cert2, privkey2))) in test_sigalgs_available() 9935 privkey2, in test_sigalgs_available() 12505 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in setup_tests() 12506 if (privkey2 == NULL) in setup_tests() 12732 OPENSSL_free(privkey2); in setup_tests() 12744 OPENSSL_free(privkey2); in cleanup_tests()
|
/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 473 const ECX_KEY *privkey2, const ECX_KEY *peerkey2, in derive_secret() argument 493 if (!generate_ecxdhkm(privkey2, peerkey2, in derive_secret()
|
H A D | ec_kem.c | 562 const EC_KEY *privkey2, const EC_KEY *peerkey2, in derive_secret() argument 594 if (!generate_ecdhkm(privkey2, peerkey2, in derive_secret()
|
Completed in 66 milliseconds