/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/npm/node_modules/pacote/node_modules/minipass/ |
D | index.js | 15 const DECODER = Symbol('decoder') constant 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 92 this[DECODER] = enc ? new SD(enc) : null 94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 159 chunk = this[DECODER].write(chunk) 383 if (this[DECODER]) { 384 data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | index.js | 15 const DECODER = Symbol('decoder') constant 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 92 this[DECODER] = enc ? new SD(enc) : null 94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 159 chunk = this[DECODER].write(chunk) 383 if (this[DECODER]) { 384 data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | index.js | 15 const DECODER = Symbol('decoder') constant 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 92 this[DECODER] = enc ? new SD(enc) : null 94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 159 chunk = this[DECODER].write(chunk) 383 if (this[DECODER]) { 384 data = this[DECODER].end()
|
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/ |
D | index.js | 15 const DECODER = Symbol('decoder') constant 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 88 (this[DECODER] && this[DECODER].lastNeed || this[BUFFERLENGTH])) 92 this[DECODER] = enc ? new SD(enc) : null 94 this.buffer = this.buffer.map(chunk => this[DECODER].write(chunk)) 154 !(encoding === this[ENCODING] && !this[DECODER].lastNeed)) { 159 chunk = this[DECODER].write(chunk) 383 if (this[DECODER]) { 384 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/lib/internal/modules/esm/ |
D | translators.js | 85 let DECODER = null; variable 105 DECODER = DECODER === null ? new TextDecoder() : DECODER; 106 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
|
D | cjkcodecs.h | 86 #define DECODER(encoding) \ macro
|
D | _codecs_iso2022.c | 422 DECODER(iso2022) in DECODER() function
|
/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/openssl/crypto/ |
D | trace.c | 139 TRACE_CATEGORY_(DECODER),
|
/third_party/ffmpeg/doc/ |
D | decoders.texi | 14 with the options @code{--enable-decoder=@var{DECODER}} / 15 @code{--disable-decoder=@var{DECODER}}.
|
/third_party/openssl/doc/man1/ |
D | openssl.pod | 742 =item B<DECODER>
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 69055 [MOVED FROM BAD 029/134] vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 182395 vp8: move #ifdef HAVE_VP8_ENCODER/DECODER
|