Searched refs:genbuf (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_backend.c | 158 unsigned char **genbuf) in ec_group_explicit_todata() 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() 334 if (!ec_group_explicit_todata(group, tmpl, params, bnctx, genbuf)) in ossl_ec_group_todata() 156 ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], BN_CTX *bnctx, unsigned char **genbuf) ec_group_explicit_todata() argument 288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
|
/third_party/openssl/crypto/ec/ |
H A D | ec_backend.c | 158 unsigned char **genbuf) in ec_group_explicit_todata() 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() 334 if (!ec_group_explicit_todata(group, tmpl, params, bnctx, genbuf)) in ossl_ec_group_todata() 156 ec_group_explicit_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], BN_CTX *bnctx, unsigned char **genbuf) ec_group_explicit_todata() argument 288 ossl_ec_group_todata(const EC_GROUP *group, OSSL_PARAM_BLD *tmpl, OSSL_PARAM params[], OSSL_LIB_CTX *libctx, const char *propq, BN_CTX *bnctx, unsigned char **genbuf) ossl_ec_group_todata() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 455 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()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 455 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()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ec.h | 74 BN_CTX *bnctx, unsigned char **genbuf);
|
/third_party/openssl/include/crypto/ |
H A D | ec.h | 74 BN_CTX *bnctx, unsigned char **genbuf);
|
Completed in 7 milliseconds