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

  /src/crypto/external/bsd/openssl/dist/test/
acvp_test.c 120 unsigned char *pubx = NULL, *puby = NULL; local
130 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_EC_PUB_X, &pubx,
137 test_output_memory("qx", pubx, pubx_len);
144 OPENSSL_free(pubx);
  /src/crypto/external/apache2/openssl/dist/test/
acvp_test.c 149 unsigned char *pubx = NULL, *puby = NULL; local
159 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_EC_PUB_X, &pubx,
166 test_output_memory("qx", pubx, pubx_len);
173 OPENSSL_free(pubx);

Completed in 26 milliseconds