Home
last modified time | relevance | path

Searched refs:DECODER (Results 1 – 25 of 31) sorted by relevance

12

/third_party/openssl/crypto/encode_decode/
Ddecoder_lib.c298 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 …]
Ddecoder_pkey.c250 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/
Ddecoder_lib.c298 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 …]
Ddecoder_pkey.c254 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/
Dindex.js20 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/
Dindex.js20 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/
Dindex.js20 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/
Dindex.js20 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/
Dindex.js20 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/
Dindex.js20 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/
Ddecoders.inc28 #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/
Ddecoders.inc28 #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/
Dindex.js24 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()
Dindex.mjs24 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/
Dtranslators.js84 let DECODER = null; variable
118 DECODER = DECODER === null ? new TextDecoder() : DECODER;
119 return DECODER.decode(body);
/third_party/python/Modules/cjkcodecs/
D_codecs_cn.c96 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.c45 DECODER(big5) in DECODER() function
104 DECODER(cp950) in DECODER() function
D_codecs_jp.c84 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.c107 DECODER(euc_kr) in DECODER() function
204 DECODER(cp949) in DECODER() function
361 DECODER(johab) in DECODER() function
D_codecs_hk.c110 DECODER(big5hkscs) in DECODER() function
/third_party/node/deps/npm/node_modules/minipass/dist/esm/
Dindex.js47 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/
Dindex.js56 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/
Dtrace_api_test.c45 CASE(DECODER); in test_trace_categories()
/third_party/openssl/doc/man7/
Dprovider-decoder.pod48 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/
Dtrace.c138 TRACE_CATEGORY_(DECODER),

12