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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/keymgmt/
ec_kmgmt.c 446 unsigned char *pub_key = NULL, *genbuf = NULL; local
483 ok = ok && ossl_ec_group_todata(EC_KEY_get0_group(ec), tmpl, NULL, ossl_ec_key_get_libctx(ec), ossl_ec_key_get0_propq(ec), bnctx, &genbuf);
504 OPENSSL_free(genbuf);
625 unsigned char *pub_key = NULL, *genbuf = NULL; local
738 &genbuf)
742 OPENSSL_free(genbuf);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
ec_kmgmt.c 455 unsigned char *pub_key = NULL, *genbuf = NULL; local
495 bnctx, &genbuf);
517 OPENSSL_free(genbuf);
642 unsigned char *pub_key = NULL, *genbuf = NULL; local
755 &genbuf)
759 OPENSSL_free(genbuf);

Completed in 24 milliseconds