HomeSort by: relevance | last modified time | path
    Searched defs:puby (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
132 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_EC_PUB_Y, &puby,
136 test_output_memory("qy", puby, puby_len);
145 OPENSSL_free(puby);
  /src/crypto/external/apache2/openssl/dist/test/
acvp_test.c 149 unsigned char *pubx = NULL, *puby = NULL; local
161 || !TEST_true(pkey_get_bn_bytes(pkey, OSSL_PKEY_PARAM_EC_PUB_Y, &puby,
165 test_output_memory("qy", puby, puby_len);
174 OPENSSL_free(puby);

Completed in 27 milliseconds