Searched refs:genbuf (Results 1 – 3 of 3) sorted by relevance
/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()
|
/openssl/include/crypto/ |
H A D | ec.h | 74 BN_CTX *bnctx, unsigned char **genbuf);
|
/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 458 unsigned char *pub_key = NULL, *genbuf = NULL; in ec_export() local 498 bnctx, &genbuf); in ec_export() 520 OPENSSL_free(genbuf); in ec_export() 645 unsigned char *pub_key = NULL, *genbuf = NULL; in common_get_params() local 758 &genbuf) in common_get_params() 762 OPENSSL_free(genbuf); in common_get_params()
|
Completed in 9 milliseconds