Searched refs:genbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_backend.c | 159 unsigned char **genbuf) in ec_group_explicit_todata() argument 244 genbuf_len = EC_POINT_point2buf(group, genpt, genform, genbuf, bnctx); in ec_group_explicit_todata() 251 *genbuf, genbuf_len)) { in ec_group_explicit_todata() 291 BN_CTX *bnctx, unsigned char **genbuf) in ossl_ec_group_todata() argument 334 if (!ec_group_explicit_todata(group, tmpl, params, bnctx, genbuf)) in ossl_ec_group_todata()
|
| /freebsd/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | ec_kmgmt.c | 446 unsigned char *pub_key = NULL, *genbuf = NULL; in ec_export() local 483 …et0_group(ec), tmpl, NULL, ossl_ec_key_get_libctx(ec), ossl_ec_key_get0_propq(ec), bnctx, &genbuf); in ec_export() 504 OPENSSL_free(genbuf); in ec_export() 625 unsigned char *pub_key = NULL, *genbuf = NULL; in common_get_params() local 738 &genbuf) in common_get_params() 742 OPENSSL_free(genbuf); in common_get_params()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | ec.h | 74 BN_CTX *bnctx, unsigned char **genbuf);
|