Home
last modified time | relevance | path

Searched refs:set_group (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_kmeth.c204 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()
Dec_key.c55 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()
Dec_local.h642 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
/third_party/openssl/crypto/ec/
Dec_kmeth.c204 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()
Dec_key.c55 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()
Dec_local.h642 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
/third_party/libabigail/include/
Dabg-corpus.h57 void set_group(corpus_group*);
/third_party/libabigail/src/
Dabg-corpus.cc806 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/
Dec_local.h610 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
/third_party/node/deps/openssl/openssl/include/openssl/
Dec.h1468 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
/third_party/openssl/include/openssl/
Dec.h1468 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
/third_party/openssl/ohos_lite/include/openssl/
Dec.h1289 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
/third_party/libabigail/
DChangeLog13672 (corpus_group::add_corpus): Use the new corpus::set_group() here