Searched refs:set_group (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_kmeth.c | 198 int (*set_group)(EC_KEY *key, const EC_GROUP *grp), in EC_KEY_METHOD_set_init() 207 meth->set_group = set_group; in EC_KEY_METHOD_set_init() 277 *pset_group = meth->set_group; in EC_KEY_METHOD_get_init()
|
| H A D | ec_key.c | 56 if (ret->meth->set_group != NULL in EC_KEY_new_by_curve_name_ex() 57 && ret->meth->set_group(ret, ret->group) == 0) { in EC_KEY_new_by_curve_name_ex() 770 if (key->meth->set_group != NULL && key->meth->set_group(key, group) == 0) in EC_KEY_set_group()
|
| H A D | ec_local.h | 670 int (*set_group)(EC_KEY *key, const EC_GROUP *grp); member
|
| /freebsd/usr.bin/posixmqcontrol/ |
| H A D | posixmqcontrol.c | 58 bool set_group; member 95 .set_group = false, 201 parse_unsigned(text, &creation.set_group, in parse_group() 204 creation.set_group = true; in parse_group() 488 if (q_creation.set_group || q_creation.set_user) { in create() 492 q_creation.set_group ? q_creation.group : status.st_gid; in create()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 1478 int (*set_group)(EC_KEY *key, const EC_GROUP *grp),
|