HomeSort by: relevance | last modified time | path
    Searched refs:privkey2 (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
gosttest.c 17 static char *privkey2 = NULL; variable
49 : privkey2)))
86 || !TEST_ptr(privkey2 = test_get_argument(3)))
curve448_internal_test.c 143 static const uint8_t privkey2[57] = { variable
618 privkey2, NULL, 0))
  /src/crypto/external/apache2/openssl/dist/test/
rpktest.c 30 static char *privkey2 = NULL; variable
159 privkey_file = privkey2;
748 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
749 if (privkey2 == NULL)
757 if (privkey2 == NULL)
765 if (privkey2 == NULL)
786 OPENSSL_free(privkey2);
curve448_internal_test.c 129 static const uint8_t privkey2[57] = { variable
604 pubkey2, privkey2, NULL, 0, 0, NULL))
sslapitest.c 89 static char *privkey2 = NULL; variable
10508 &sctx, &cctx, cert2, privkey2)))
10544 privkey2,
14105 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
14106 if (privkey2 == NULL)
14349 OPENSSL_free(privkey2);
14361 OPENSSL_free(privkey2);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kem/
ec_kem.c 543 * dhkm = Concat(ecdh(privkey1, peerkey1), ecdh(privkey2, peerkey2)
552 * privkey2 A optional private key used for a second ECDH key derivation.
555 * with privkey2,. It can be NULL.
559 * The second ecdh() is only used for the HPKE auth modes when both privkey2
564 const EC_KEY *privkey2, const EC_KEY *peerkey2,
596 if (!generate_ecdhkm(privkey2, peerkey2,
ecx_kem.c 453 * dhkm = Concat(ecxdh(privkey1, peerkey1), ecdh(privkey2, peerkey2)
462 * privkey2 A optional private key used for a second ECXDH key derivation.
465 * with privkey2,. It can be NULL.
469 * The second ecdh() is only used for the HPKE auth modes when both privkey2
474 const ECX_KEY *privkey2, const ECX_KEY *peerkey2,
494 if (!generate_ecxdhkm(privkey2, peerkey2,
  /src/crypto/external/bsd/openssl/dist/test/
curve448_internal_test.c 133 static const uint8_t privkey2[57] = { variable
608 pubkey2, privkey2, NULL, 0, NULL))
sslapitest.c 87 static char *privkey2 = NULL; variable
9364 &sctx, &cctx, cert2, privkey2)))
9398 privkey2,
11216 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem");
11217 if (privkey2 == NULL)
11417 OPENSSL_free(privkey2);
11429 OPENSSL_free(privkey2);

Completed in 30 milliseconds