Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_backend.c158 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 Dec_kmgmt.c455 unsigned char *pub_key = NULL, *genbuf = NULL; in ec_export() local
495 bnctx, &genbuf); in ec_export()
517 OPENSSL_free(genbuf); in ec_export()
642 unsigned char *pub_key = NULL, *genbuf = NULL; in common_get_params() local
755 &genbuf) in common_get_params()
759 OPENSSL_free(genbuf); in common_get_params()
/freebsd/crypto/openssl/include/crypto/
H A Dec.h74 BN_CTX *bnctx, unsigned char **genbuf);