Home
last modified time | relevance | path

Searched refs:gen_buf (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Deck_prn.c76 unsigned char *gen_buf = NULL; in ECPKParameters_print() local
151 gen_buf_len = EC_POINT_point2buf(x, point, form, &gen_buf, ctx); in ECPKParameters_print()
200 if (gen_buf != NULL in ECPKParameters_print()
201 && !print_bin(bp, form_str, gen_buf, gen_buf_len, off)) in ECPKParameters_print()
218 OPENSSL_clear_free(gen_buf, gen_buf_len); in ECPKParameters_print()
H A Dec_ameth.c477 unsigned char *pub_key_buf = NULL, *gen_buf = NULL; in ec_pkey_export_to() local
506 if (!ossl_ec_group_todata(ecg, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in ec_pkey_export_to()
602 OPENSSL_free(gen_buf); in ec_pkey_export_to()
H A Dec_lib.c1771 unsigned char *gen_buf = NULL; in EC_GROUP_to_params() local
1788 group, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in EC_GROUP_to_params()
1795 OPENSSL_free(gen_buf); in EC_GROUP_to_params()