| /src/crypto/external/apache2/openssl/dist/test/ |
| x509aux.c | 37 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); local 38 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; 39 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_X509; 47 if (!trusted 123 if (trusted) {
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| x509aux.c | 38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); local 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; 40 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_X509; 48 if (!trusted 124 if (trusted) {
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| x509aux.c | 38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); local 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; 40 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_X509; 48 if (!trusted 124 if (trusted) {
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| mtype.h | 541 trusted = 2, // @trusted member in class:TRUST
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_local.h | 71 X509_STORE *trusted; /* trust store maybe w CRLs and cert verify callback */ member in struct:ossl_cmp_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_local.h | 67 X509_STORE *trusted; /* trust store maybe w CRLs and cert verify callback */ member in struct:ossl_cmp_ctx_st
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 4402 * valid (i.e., the add holddown timer has expired) become trusted keys. 4410 int trusted = 0, revoked = 0, pending = 0; local 4445 * trusted yet. 4456 trusted++; 4460 if (trusted == 0 && pending != 0) { 4725 dns_zone_log(zone, ISC_LOG_DEBUG(1), "synchronizing trusted keys"); 10460 * over again; trusted keys might have changed. 10553 * trusted keys then all we can do is look at any revoked keys. 10740 * Key wasn't trusted yet, and now 10769 "Trusted key %d for [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 4306 * valid (i.e., the add holddown timer has expired) become trusted keys. 4314 int trusted = 0, revoked = 0, pending = 0; local 4351 * trusted yet. 4362 trusted++; 4366 if (trusted == 0 && pending != 0) { 4632 dns_zone_log(zone, ISC_LOG_DEBUG(1), "synchronizing trusted keys"); 10497 * over again; trusted keys might have changed. 10590 * trusted keys then all we can do is look at any revoked keys. 10775 * Key wasn't trusted yet, and now 10804 "Trusted key %d for [all...] |