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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_addr.c 259 case IPAddressChoice_inherit:
553 if (f->ipAddressChoice->type == IPAddressChoice_inherit && f->ipAddressChoice->u.inherit != NULL)
557 f->ipAddressChoice->type = IPAddressChoice_inherit;
571 if (f == NULL || f->ipAddressChoice == NULL || (f->ipAddressChoice->type == IPAddressChoice_inherit && f->ipAddressChoice->u.inherit != NULL))
740 case IPAddressChoice_inherit:
1113 if (f->ipAddressChoice->type == IPAddressChoice_inherit)
1268 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1295 if (fc->ipAddressChoice->type == IPAddressChoice_inherit
1316 if (fp->ipAddressChoice->type == IPAddressChoice_inherit
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_addr.c 253 case IPAddressChoice_inherit:
551 if (f->ipAddressChoice->type == IPAddressChoice_inherit &&
557 f->ipAddressChoice->type = IPAddressChoice_inherit;
573 (f->ipAddressChoice->type == IPAddressChoice_inherit &&
746 case IPAddressChoice_inherit:
1117 if (f->ipAddressChoice->type == IPAddressChoice_inherit)
1268 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1297 if (fc->ipAddressChoice->type == IPAddressChoice_inherit
1318 if (fp->ipAddressChoice->type == IPAddressChoice_inherit
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_addr.c 252 case IPAddressChoice_inherit:
550 if (f->ipAddressChoice->type == IPAddressChoice_inherit &&
556 f->ipAddressChoice->type = IPAddressChoice_inherit;
572 (f->ipAddressChoice->type == IPAddressChoice_inherit &&
733 case IPAddressChoice_inherit:
1100 if (f->ipAddressChoice->type == IPAddressChoice_inherit)
1247 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1271 if (fc->ipAddressChoice->type == IPAddressChoice_inherit
1289 if (fp->ipAddressChoice->type == IPAddressChoice_inherit
  /src/crypto/external/apache2/openssl/dist/test/
v3ext.c 298 f1->ipAddressChoice->type = IPAddressChoice_inherit;
  /src/crypto/external/bsd/openssl/dist/test/
v3ext.c 302 f1->ipAddressChoice->type = IPAddressChoice_inherit;
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 781 # define IPAddressChoice_inherit 0
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in 895 #define IPAddressChoice_inherit 0
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in 852 # define IPAddressChoice_inherit 0

Completed in 58 milliseconds