Home
last modified time | relevance | path

Searched refs:prots (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A Dprotocol_version.pm345 my @prots = @$protocols;
363 && $prots[$orig_c_max] eq "TLSv1.3"
375 if ($prots[$c_max] eq "TLSv1.3") {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c1043 prots = NULL; in ScopeDsymbol()
1053 prots = NULL; in ScopeDsymbol()
1103 if ((flags & IgnorePrivateImports) && prots[i] == PROTprivate) in search()
1290 if (protection.kind > prots[i]) in importScope()
1291 prots[i] = protection.kind; // upgrade access in importScope()
1297 prots = (PROTKIND *)mem.xrealloc(prots, importedScopes->dim * sizeof(prots[0])); in importScope()
1298 prots[importedScopes->dim - 1] = protection.kind; in importScope()
1353 if (protection.kind <= prots[i] && in isPackageAccessible()
H A Ddsymbol.h299 PROTKIND *prots; // array of PROTKIND, one for each import variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A Dprotocol_version.pm361 my @prots = @$protocols;
362 if ($prots[$c_max] eq "TLSv1.3") {
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_clnt.c872 PACKET prots, alpnpkt; in tls_construct_ctos_early_data() local
875 if (!PACKET_buf_init(&prots, s->ext.alpn, s->ext.alpn_len)) { in tls_construct_ctos_early_data()
880 while (PACKET_get_length_prefixed_1(&prots, &alpnpkt)) { in tls_construct_ctos_early_data()