/third_party/openssl/crypto/encode_decode/ |
D | decoder_lib.c | 298 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_add_decoder_inst() 305 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_add_decoder_inst() 377 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 384 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() 397 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 400 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() 419 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 422 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() 431 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 434 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() [all …]
|
D | decoder_pkey.c | 250 OSSL_TRACE_BEGIN(DECODER) { in collect_decoder() 257 } OSSL_TRACE_END(DECODER); in collect_decoder() 277 OSSL_TRACE_BEGIN(DECODER) { in collect_decoder() 284 } OSSL_TRACE_END(DECODER); in collect_decoder() 320 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_setup_for_pkey() 330 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_setup_for_pkey() 371 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_setup_for_pkey() 381 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_setup_for_pkey() 400 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_setup_for_pkey() 404 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_setup_for_pkey() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
D | decoder_lib.c | 298 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_add_decoder_inst() 305 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_add_decoder_inst() 377 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 384 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() 397 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 400 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() 419 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 422 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() 431 OSSL_TRACE_BEGIN(DECODER) { in collect_extra_decoder() 434 } OSSL_TRACE_END(DECODER); in collect_extra_decoder() [all …]
|
D | decoder_pkey.c | 254 OSSL_TRACE_BEGIN(DECODER) { in collect_decoder() 261 } OSSL_TRACE_END(DECODER); in collect_decoder() 281 OSSL_TRACE_BEGIN(DECODER) { in collect_decoder() 288 } OSSL_TRACE_END(DECODER); in collect_decoder() 324 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_setup_for_pkey() 334 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_setup_for_pkey() 375 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_setup_for_pkey() 385 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_setup_for_pkey() 404 OSSL_TRACE_BEGIN(DECODER) { in ossl_decoder_ctx_setup_for_pkey() 408 } OSSL_TRACE_END(DECODER); in ossl_decoder_ctx_setup_for_pkey() [all …]
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | index.js | 20 const DECODER = Symbol('decoder') constant 107 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 127 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 131 this[DECODER] = enc ? new SD(enc) : null 133 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 218 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 223 chunk = this[DECODER].write(chunk) 511 if (this[DECODER]) { 512 const data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/ |
D | index.js | 20 const DECODER = Symbol('decoder') constant 107 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 127 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 131 this[DECODER] = enc ? new SD(enc) : null 133 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 218 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 223 chunk = this[DECODER].write(chunk) 511 if (this[DECODER]) { 512 const data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/minipass-flush/node_modules/minipass/ |
D | index.js | 20 const DECODER = Symbol('decoder') constant 107 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 127 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 131 this[DECODER] = enc ? new SD(enc) : null 133 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 218 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 223 chunk = this[DECODER].write(chunk) 511 if (this[DECODER]) { 512 const data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/minipass-json-stream/node_modules/minipass/ |
D | index.js | 20 const DECODER = Symbol('decoder') constant 107 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 127 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 131 this[DECODER] = enc ? new SD(enc) : null 133 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 218 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 223 chunk = this[DECODER].write(chunk) 511 if (this[DECODER]) { 512 const data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/minipass-sized/node_modules/minipass/ |
D | index.js | 20 const DECODER = Symbol('decoder') constant 107 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 127 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 131 this[DECODER] = enc ? new SD(enc) : null 133 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 218 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 223 chunk = this[DECODER].write(chunk) 511 if (this[DECODER]) { 512 const data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/minipass-pipeline/node_modules/minipass/ |
D | index.js | 20 const DECODER = Symbol('decoder') constant 107 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 127 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 131 this[DECODER] = enc ? new SD(enc) : null 133 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 218 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 223 chunk = this[DECODER].write(chunk) 511 if (this[DECODER]) { 512 const data = this[DECODER].end()
|
/third_party/openssl/providers/ |
D | decoders.inc | 28 #define DECODER(_name, _input, _output, _fips) \ 53 DECODER("DSA", msblob, dsa, yes), 54 DECODER("DSA", pvk, dsa, yes), 80 DECODER("RSA", msblob, rsa, yes), 81 DECODER("RSA", pvk, rsa, yes), 88 DECODER("DER", pem, der, yes),
|
/third_party/node/deps/openssl/openssl/providers/ |
D | decoders.inc | 28 #define DECODER(_name, _input, _output, _fips) \ 53 DECODER("DSA", msblob, dsa, yes), 54 DECODER("DSA", pvk, dsa, yes), 80 DECODER("RSA", msblob, rsa, yes), 81 DECODER("RSA", pvk, rsa, yes), 88 DECODER("DER", pem, der, yes),
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | index.js | 24 const DECODER = Symbol('decoder') constant 113 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 152 ((this[DECODER] && this[DECODER].lastNeed) || this[BUFFERLENGTH]) 157 this[DECODER] = enc ? new SD(enc) : null 159 this[BUFFER] = this[BUFFER].map(chunk => this[DECODER].write(chunk)) 258 !(encoding === this[ENCODING] && !this[DECODER].lastNeed) 264 chunk = this[DECODER].write(chunk) 522 if (this[DECODER]) { 523 const data = this[DECODER].end()
|
D | index.mjs | 24 const DECODER = Symbol('decoder') constant 113 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 152 ((this[DECODER] && this[DECODER].lastNeed) || this[BUFFERLENGTH]) 157 this[DECODER] = enc ? new SD(enc) : null 159 this[BUFFER] = this[BUFFER].map(chunk => this[DECODER].write(chunk)) 258 !(encoding === this[ENCODING] && !this[DECODER].lastNeed) 264 chunk = this[DECODER].write(chunk) 522 if (this[DECODER]) { 523 const data = this[DECODER].end()
|
/third_party/node/lib/internal/modules/esm/ |
D | translators.js | 84 let DECODER = null; variable 118 DECODER = DECODER === null ? new TextDecoder() : DECODER; 119 return DECODER.decode(body);
|
/third_party/python/Modules/cjkcodecs/ |
D | _codecs_cn.c | 96 DECODER(gb2312) in DECODER() function 157 DECODER(gbk) in DECODER() function 265 DECODER(gb18030) in DECODER() function 410 DECODER(hz) in DECODER() function
|
D | _codecs_tw.c | 45 DECODER(big5) in DECODER() function 104 DECODER(cp950) in DECODER() function
|
D | _codecs_jp.c | 84 DECODER(cp932) in DECODER() function 241 DECODER(euc_jis_2004) in DECODER() function 382 DECODER(euc_jp) in DECODER() function 508 DECODER(shift_jis) in DECODER() function 667 DECODER(shift_jis_2004) in DECODER() function
|
D | _codecs_kr.c | 107 DECODER(euc_kr) in DECODER() function 204 DECODER(cp949) in DECODER() function 361 DECODER(johab) in DECODER() function
|
D | _codecs_hk.c | 110 DECODER(big5hkscs) in DECODER() function
|
/third_party/node/deps/npm/node_modules/minipass/dist/esm/ |
D | index.js | 47 const DECODER = Symbol('decoder'); constant 148 [DECODER]; 194 this[DECODER] = this[ENCODING] 355 !(encoding === this[ENCODING] && !this[DECODER]?.lastNeed)) { 361 chunk = this[DECODER].write(chunk); 807 if (this[DECODER]) { 808 const data = this[DECODER].end();
|
/third_party/node/deps/npm/node_modules/minipass/dist/commonjs/ |
D | index.js | 56 const DECODER = Symbol('decoder'); constant 157 [DECODER]; 203 this[DECODER] = this[ENCODING] 364 !(encoding === this[ENCODING] && !this[DECODER]?.lastNeed)) { 370 chunk = this[DECODER].write(chunk); 816 if (this[DECODER]) { 817 const data = this[DECODER].end();
|
/third_party/openssl/test/ |
D | trace_api_test.c | 45 CASE(DECODER); in test_trace_categories()
|
/third_party/openssl/doc/man7/ |
D | provider-decoder.pod | 48 The DECODER operation is a generic method to create a provider-native 59 The DECODER implementation may be part of a chain, where data is 301 The DECODER interface was introduced in OpenSSL 3.0.
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | trace.c | 138 TRACE_CATEGORY_(DECODER),
|