HomeSort by: relevance | last modified time | path
    Searched refs:named_group (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
db.c 420 if (host -> named_group) {
423 host -> named_group -> name);
429 (!host -> named_group ||
430 host -> group != host -> named_group -> group) &&
omapi.c 976 if (host -> named_group)
977 group_object_dereference (&host -> named_group,
979 group_object_reference (&host -> named_group,
1075 (!host -> named_group ||
1076 host -> group != host -> named_group -> group) &&
1215 if (host -> named_group)
1217 &host -> named_group, file, line);
confpars.c 2038 if (host -> named_group)
2040 (&host -> named_group, MDL);
2041 group_object_reference (&host -> named_group,
2186 if (host -> named_group && host -> named_group -> group) {
2189 host -> named_group -> group -> authoritative)) {
2194 host -> named_group -> group,
2199 host -> named_group -> group,
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ec_lib.c 1547 EC_GROUP *named_group = NULL; local
1722 named_group = ec_group_explicit_to_named(group, libctx, propq, bnctx);
1723 if (named_group == NULL) {
1727 if (named_group == group) {
1745 group = named_group;
ec_asn1.c 791 EC_GROUP *named_group = NULL; local
803 if ((named_group = EC_GROUP_new_by_curve_name(curve_name)) == NULL) {
808 ret = named_group;
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ec_lib.c 1549 EC_GROUP *named_group = NULL; local
1726 named_group = ec_group_explicit_to_named(group, libctx, propq, bnctx);
1727 if (named_group == NULL) {
1731 if (named_group == group) {
1749 group = named_group;
ec_asn1.c 775 EC_GROUP *named_group = NULL; local
787 if ((named_group = EC_GROUP_new_by_curve_name(curve_name)) == NULL) {
792 ret = named_group;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ec_asn1.c 855 EC_GROUP *named_group = NULL; local
867 if ((named_group = EC_GROUP_new_by_curve_name(curve_name)) == NULL) {
872 ret = named_group;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 987 struct group_object *named_group; member in struct:host_decl

Completed in 29 milliseconds