/third_party/openssl/test/certs/ |
D | mkcert.sh | 100 local cn=$1; shift 113 csr=$(req "$key" "CN = $cn") || return 1 133 local cn=$1; shift 154 csr=$(req "$key" "CN = $cn") || return 1 161 local cn=$1; shift 175 csr=$(req "$key" "CN = $cn") || return 1 252 local cn=$1; shift 263 "subjectAltName = @alts" "DNS=${cn}") 264 csr=$(req "$key" "CN = $cn") || return 1 284 local cn=$1; shift [all …]
|
/third_party/selinux/libsepol/src/ |
D | conditional.c | 193 cond_node_t * cn) in cond_node_search() argument 196 cond_node_t *result = cond_node_find(p, cn, list, &was_created); in cond_node_search() 344 int cond_normalize_expr(policydb_t * p, cond_node_t * cn) in cond_normalize_expr() argument 353 cn->nbools = 0; in cond_normalize_expr() 355 memset(cn->bool_ids, 0, sizeof(cn->bool_ids)); in cond_normalize_expr() 356 cn->expr_pre_comp = 0x0; in cond_normalize_expr() 360 e = cn->expr; in cond_normalize_expr() 375 tmp = cn->true_list; in cond_normalize_expr() 376 cn->true_list = cn->false_list; in cond_normalize_expr() 377 cn->false_list = tmp; in cond_normalize_expr() [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_metrics.md | 51 "report": "n.cn.*, n.http.*, n.ss.*, vh.*" 64 "cpu.srv" or "n.cn.dns", and can set a prefix for all metrics names created in a 85 example the metric `n.cn.failures` maintains separate result counts for all 89 [2021/03/01 06:34:05:6570] U: my_metric_report: ssproxy.n.cn.failures{ss="badcert_selfsigned",hostn… 90 [2021/03/01 06:34:05:6573] U: my_metric_report: ssproxy.n.cn.failures{hostname="invalidca.badcert.w… 91 [2021/03/01 06:34:05:6576] U: my_metric_report: ssproxy.n.cn.failures{ss="badcert_expired",hostname… 92 [2021/03/01 06:34:05:6578] U: my_metric_report: ssproxy.n.cn.failures{hostname="warmcat.com",peer="… 93 [2021/03/01 06:34:05:6580] U: my_metric_report: ssproxy.n.cn.failures{ss="badcert_hostname",hostnam… 94 [2021/03/01 06:34:05:6583] U: my_metric_report: ssproxy.n.cn.failures{hostname="hostname.badcert.wa… 95 [2021/03/01 06:34:05:6585] U: my_metric_report: ssproxy.n.cn.failures{dns="nores -2"} 8 [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | auth-cookie.c | 43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() argument 50 t = pa_sprintf_malloc("auth-cookie%s%s", cn ? "@" : "", cn ? cn : ""); in pa_auth_cookie_get() 70 if (pa_authkey_load(cn, create, (uint8_t*) c + PA_ALIGN(sizeof(pa_auth_cookie)), size) < 0) { in pa_auth_cookie_get()
|
/third_party/node/deps/v8/ |
D | LOONG_OWNERS | 1 liuyu@loongson.cn 2 yuyin-hf@loongson.cn 3 zhaojiazhong-hf@loongson.cn
|
D | MIPS_OWNERS | 2 zhaojiazhong-hf@loongson.cn 3 liuyu@loongson.cn
|
D | RISCV_OWNERS | 3 qiuji@iscas.ac.cn 4 yahan@iscas.ac.cn
|
/third_party/node/lib/ |
D | tls.js | 322 const cn = subject.CN; 324 if (ArrayIsArray(cn)) 325 valid = ArrayPrototypeSome(cn, wildcard); 326 else if (cn) 327 valid = wildcard(cn); 330 reason = `Host: ${hostname}. is not cert's CN: ${cn}`;
|
/third_party/libcoap/build-env/ |
D | Dockerfile.develop | 14 RUN git clone --depth 1 https://github.com/cabo/cn-cbor.git && cd cn-cbor && ./build.sh all doc ins… 27 COPY --from=0 /usr/local/include/cn-cbor /usr/local/include/cn-cbor
|
/third_party/mesa3d/src/mesa/math/ |
D | m_eval.c | 118 _math_horner_bezier_surf(GLfloat * cn, GLfloat * out, GLfloat u, GLfloat v, in _math_horner_bezier_surf() argument 121 GLfloat *cp = cn + uorder * vorder * dim; in _math_horner_bezier_surf() 131 GLfloat *ucp = &cn[j * dim]; in _math_horner_bezier_surf() 156 _math_horner_bezier_curve(cn, out, v, dim, vorder); in _math_horner_bezier_surf() 164 for (i = 0; i < uorder; i++, cn += uinc) { in _math_horner_bezier_surf() 169 _math_horner_bezier_curve(cn, &cp[i * dim], v, dim, vorder); in _math_horner_bezier_surf() 176 _math_horner_bezier_curve(cn, out, u, dim, uorder); in _math_horner_bezier_surf() 195 _math_de_casteljau_surf(GLfloat * cn, GLfloat * out, GLfloat * du, in _math_de_casteljau_surf() argument 199 GLfloat *dcn = cn + uorder * vorder * dim; in _math_de_casteljau_surf() 212 #define CN(I,J,K) cn[(I)*uinc+(J)*dim+(K)] in _math_de_casteljau_surf()
|
D | m_eval.h | 79 _math_horner_bezier_surf(GLfloat *cn, GLfloat *out, GLfloat u, GLfloat v, 98 _math_de_casteljau_surf(GLfloat *cn, GLfloat *out, GLfloat *du, GLfloat *dv,
|
/third_party/pulseaudio/src/modules/raop/ |
D | module-raop-discover.c | 168 char *tp = NULL, *et = NULL, *cn = NULL; in resolver_cb() local 233 pa_xfree(cn); in resolver_cb() 235 cn = pa_xstrdup("ALAC"); in resolver_cb() 237 cn = pa_xstrdup("PCM"); in resolver_cb() 278 pa_xfree(cn); in resolver_cb() 321 if (cn != NULL) { in resolver_cb() 323 args = pa_sprintf_malloc("%s codec=%s", args, cn); in resolver_cb() 324 pa_xfree(cn); in resolver_cb()
|
/third_party/mbedtls/library/ |
D | x509_crt.c | 283 static int x509_check_wildcard(const char *cn, const mbedtls_x509_buf *name) in x509_check_wildcard() argument 286 size_t cn_idx = 0, cn_len = strlen(cn); in x509_check_wildcard() 294 if (cn[i] == '.') { in x509_check_wildcard() 305 x509_memcasecmp(name->p + 1, cn + cn_idx, name->len - 1) == 0) { in x509_check_wildcard() 2531 const char *cn, size_t cn_len) in x509_crt_check_cn() argument 2535 x509_memcasecmp(cn, name->p, cn_len) == 0) { in x509_crt_check_cn() 2540 if (x509_check_wildcard(cn, name) == 0) { in x509_crt_check_cn() 2551 const char *cn, size_t cn_len) in x509_crt_check_san() argument 2558 return x509_crt_check_cn(name, cn, cn_len); in x509_crt_check_san() 2571 const char *cn, in x509_crt_verify_name() argument [all …]
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_cts.c | 137 aligned_16bytes mid_iv, ct_mid, cn, pt_last; in cts128_cs1_decrypt() local 158 memcpy(cn.c, in + residue, CTS_BLOCK_SIZE); in cts128_cs1_decrypt() 192 memcpy(ctx->iv, cn.c, CTS_BLOCK_SIZE); in cts128_cs1_decrypt() 239 aligned_16bytes mid_iv, ct_mid, cn, pt_last; in cts128_cs3_decrypt() local 264 memcpy(cn.c, in, CTS_BLOCK_SIZE); in cts128_cs3_decrypt() 298 memcpy(ctx->iv, cn.c, CTS_BLOCK_SIZE); in cts128_cs3_decrypt()
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_cts.c | 137 aligned_16bytes mid_iv, ct_mid, cn, pt_last; in cts128_cs1_decrypt() local 158 memcpy(cn.c, in + residue, CTS_BLOCK_SIZE); in cts128_cs1_decrypt() 192 memcpy(ctx->iv, cn.c, CTS_BLOCK_SIZE); in cts128_cs1_decrypt() 239 aligned_16bytes mid_iv, ct_mid, cn, pt_last; in cts128_cs3_decrypt() local 264 memcpy(cn.c, in, CTS_BLOCK_SIZE); in cts128_cs3_decrypt() 298 memcpy(ctx->iv, cn.c, CTS_BLOCK_SIZE); in cts128_cs3_decrypt()
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-x86.pl | 74 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 93 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn)); 99 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_-$j++)&3),($an,$bn,$cn,$dn)); 108 &mov ($c_,&DWP(4*$cn,"esp")) if ($ai>0 && $ai<3); 382 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 401 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn)); 407 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_-$j++)&3),($an,$bn,$cn,$dn)); 416 &movdqa($xc_,&QWP(16*$cn-128,"ebx")) if ($ai>0 && $ai<3); 796 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 815 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn)); [all …]
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
D | chacha-x86.pl | 74 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 93 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn)); 99 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_-$j++)&3),($an,$bn,$cn,$dn)); 108 &mov ($c_,&DWP(4*$cn,"esp")) if ($ai>0 && $ai<3); 382 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 401 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn)); 407 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_-$j++)&3),($an,$bn,$cn,$dn)); 416 &movdqa($xc_,&QWP(16*$cn-128,"ebx")) if ($ai>0 && $ai<3); 796 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next 815 ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+$j++)&3),($an,$bn,$cn,$dn)); [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_chromanr.c | 138 int cn = 1; \ 159 cn++; \ 164 out_uptr[x] = (su + (cn >> 1)) / cn; \ 165 out_vptr[x] = (sv + (cn >> 1)) / cn; \
|
/third_party/nghttp2/src/ |
D | shrpx_tls.cc | 1863 auto cn = get_common_name(cert); in verify_numeric_hostname() local 1864 if (cn.empty()) { in verify_numeric_hostname() 1869 auto rv = util::streq(hostname, cn); in verify_numeric_hostname() 1870 OPENSSL_free(const_cast<char *>(cn.c_str())); in verify_numeric_hostname() 1928 auto cn = get_common_name(cert); in verify_dns_hostname() local 1929 if (cn.empty()) { in verify_dns_hostname() 1933 if (cn[cn.size() - 1] == '.') { in verify_dns_hostname() 1934 if (cn.size() == 1) { in verify_dns_hostname() 1935 OPENSSL_free(const_cast<char *>(cn.c_str())); in verify_dns_hostname() 1939 cn = StringRef{cn.c_str(), cn.size() - 1}; in verify_dns_hostname() [all …]
|
/third_party/libcoap/src/ |
D | coap_mbedtls.c | 365 char *cn = NULL; in cert_verify_callback_mbedtls() local 370 cn = get_san_or_cn_from_cert(crt); in cert_verify_callback_mbedtls() 377 "The certificate has expired", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 385 "The certificate has a future date", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 393 "The certificate has a bad MD hash", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 401 "The certificate has a short RSA length", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 416 cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 423 "The certificate's CA does not match", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 432 "The certificate's CRL has expired", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() 442 "The certificate's CRL has a future date", cn ? cn : "?", depth); in cert_verify_callback_mbedtls() [all …]
|
/third_party/toybox/toys/pending/ |
D | tcpsvd.c | 46 long cn; 185 if (TT.cn > 1) xprintf("%s: status %d/%d\n",toys.which->name, TT.count_all, TT.cn); in handle_exit() 307 if (TT.count_all < TT.cn) { in tcpsvd_main() 381 if (TT.cn > 1) in tcpsvd_main() 382 xprintf("%s: status %d/%d\n",toys.which->name, TT.count_all, TT.cn); in tcpsvd_main()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | tests.rs | 97 let cn = subject.entries_by_nid(Nid::COMMONNAME).next().unwrap(); in test_subject_read_cn() localVariable 98 assert_eq!(cn.data().as_slice(), b"foobar.com") in test_subject_read_cn() 107 let cn = subject.entries_by_nid(Nid::COMMONNAME).next().unwrap(); in test_nid_values() localVariable 108 assert_eq!(cn.data().as_slice(), b"example.com"); in test_nid_values() 134 let cn = all_entries.next().unwrap(); in test_nameref_iterator() localVariable 135 assert_eq!(cn.object().nid().as_raw(), Nid::COMMONNAME.as_raw()); in test_nameref_iterator() 136 assert_eq!(cn.data().as_slice(), b"example.com"); in test_nameref_iterator() 153 let cn = subject.entries_by_nid(Nid::USERID).next().unwrap(); in test_nid_uid_value() localVariable 154 assert_eq!(cn.data().as_slice(), b"this is the userId"); in test_nid_uid_value() 228 let mut cn = dn.entries_by_nid(Nid::COMMONNAME); in test_authority_issuer_and_serial() localVariable [all …]
|
/third_party/mindspore/ |
D | README_CN.md | 44 欲了解更多详情,请查看我们的[总体架构](https://www.mindspore.cn/tutorials/zh-CN/master/beginner/introduction.html)。 89 1. 请从[MindSpore下载页面](https://www.mindspore.cn/versions)下载并安装whl包。 92 …pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.0-rc1/MindSpore/cpu/ubuntu_x86… 147 …vel` | 提供开发环境从源头构建MindSpore(`CPU`后端)。安装详情请参考<https://www.mindspore.cn/install> 。 | 150 … | 提供开发环境从源头构建MindSpore(`GPU CUDA10.1`后端)。安装详情请参考<https://www.mindspore.cn/install> 。 | 238 参考[快速入门](https://www.mindspore.cn/tutorials/zh-CN/master/beginner/quick_start.html)实现图片分类。 255 - 邮件列表:<https://mailweb.mindspore.cn/postorius/lists>
|
/third_party/mbedtls/include/mbedtls/ |
D | x509_crt.h | 664 const char *cn, uint32_t *flags, 706 const char *cn, uint32_t *flags, 740 const char *cn, uint32_t *flags, 806 const char *cn, uint32_t *flags,
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | fwrite.c | 104 int cn = read(fds[pipeRead], buf, sizeof(buf)); in fwrite_0400() local 105 EXPECT_MT("fwrite_0400", cn, 0); in fwrite_0400()
|