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

  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test2.c 1544 EVP_PKEY *fromkey = NULL, *fromkeypair = NULL; local
1579 if (!TEST_int_eq(EVP_PKEY_fromdata(fromctx, &fromkeypair,
1582 || !TEST_true(pkey_has_private(fromkeypair, privtag, use_octstring)))
1586 EVP_PKEY_free(fromkeypair);
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test2.c 284 EVP_PKEY *fromkey = NULL, *fromkeypair = NULL; local
318 if (!TEST_int_eq(EVP_PKEY_fromdata(fromctx, &fromkeypair,
320 || !TEST_true(pkey_has_private(fromkeypair, privtag, use_octstring)))
324 EVP_PKEY_free(fromkeypair);

Completed in 26 milliseconds