Searched refs:gen_buf (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/ec/ |
H A D | eck_prn.c | 76 unsigned char *gen_buf = NULL; in ECPKParameters_print() local 152 gen_buf_len = EC_POINT_point2buf(x, point, form, &gen_buf, ctx); in ECPKParameters_print() 201 if (gen_buf != NULL in ECPKParameters_print() 202 && !print_bin(bp, form_str, gen_buf, gen_buf_len, off)) in ECPKParameters_print() 220 OPENSSL_clear_free(gen_buf, gen_buf_len); in ECPKParameters_print()
|
H A D | ec_ameth.c | 478 unsigned char *pub_key_buf = NULL, *gen_buf = NULL; in ec_pkey_export_to() local 507 if (!ossl_ec_group_todata(ecg, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in ec_pkey_export_to() 603 OPENSSL_free(gen_buf); in ec_pkey_export_to()
|
H A D | ec_lib.c | 1770 unsigned char *gen_buf = NULL; in EC_GROUP_to_params() local 1787 group, tmpl, NULL, libctx, propq, bnctx, &gen_buf)) in EC_GROUP_to_params() 1794 OPENSSL_free(gen_buf); in EC_GROUP_to_params()
|
Completed in 17 milliseconds