Searched refs:set_group (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_kmeth.c | 204 int (*set_group)(EC_KEY *key, const EC_GROUP *grp), in EC_KEY_METHOD_set_init() 213 meth->set_group = set_group; in EC_KEY_METHOD_set_init() 284 *pset_group = meth->set_group; in EC_KEY_METHOD_get_init()
|
D | ec_key.c | 55 if (ret->meth->set_group != NULL in EC_KEY_new_by_curve_name_ex() 56 && ret->meth->set_group(ret, ret->group) == 0) { in EC_KEY_new_by_curve_name_ex() 679 if (key->meth->set_group != NULL && key->meth->set_group(key, group) == 0) in EC_KEY_set_group()
|
D | ec_local.h | 642 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
|
/third_party/openssl/crypto/ec/ |
D | ec_kmeth.c | 204 int (*set_group)(EC_KEY *key, const EC_GROUP *grp), in EC_KEY_METHOD_set_init() 213 meth->set_group = set_group; in EC_KEY_METHOD_set_init() 284 *pset_group = meth->set_group; in EC_KEY_METHOD_get_init()
|
D | ec_key.c | 55 if (ret->meth->set_group != NULL in EC_KEY_new_by_curve_name_ex() 56 && ret->meth->set_group(ret, ret->group) == 0) { in EC_KEY_new_by_curve_name_ex() 679 if (key->meth->set_group != NULL && key->meth->set_group(key, group) == 0) in EC_KEY_set_group()
|
D | ec_local.h | 642 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
|
/third_party/libabigail/include/ |
D | abg-corpus.h | 57 void set_group(corpus_group*);
|
/third_party/libabigail/src/ |
D | abg-corpus.cc | 806 corpus::set_group(corpus_group* g) in set_group() function in abigail::ir::corpus 1703 corp->set_group(this); in add_corpus()
|
/third_party/openssl/ohos_lite/crypto/ec/ |
D | ec_local.h | 610 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | ec.h | 1468 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1468 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ec.h | 1289 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
|
/third_party/libabigail/ |
D | ChangeLog | 13672 (corpus_group::add_corpus): Use the new corpus::set_group() here
|