Searched refs:gen_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | eck_prn.c | 76 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 D | ec_ameth.c | 477 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 D | ec_lib.c | 1771 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()
|