/third_party/node/doc/api/ |
D | esm.md | 1011 ### Features 1022 ### Resolver algorithm 1055 ### Resolver Algorithm Specification 1336 ### Customizing ESM specifier resolution algorithm 1367 [Node.js Module Resolution Algorithm]: #esm_resolver_algorithm_specification 1368 [Terminology]: #esm_terminology 1379 [`import()`]: #esm_import_expressions 1380 [`import.meta.resolve`]: #esm_import_meta_resolve_specifier_parent 1381 [`import.meta.url`]: #esm_import_meta_url 1388 [`transformSource` hook]: #esm_transformsource_source_context_defaulttransformsource [all …]
|
/third_party/node/test/parallel/ |
D | test-crypto-aes-wrap.js | 11 algorithm: 'aes128-wrap', property 17 algorithm: 'id-aes128-wrap-pad', property 23 algorithm: 'aes192-wrap', property 29 algorithm: 'id-aes192-wrap-pad', property 35 algorithm: 'aes256-wrap', property 41 algorithm: 'id-aes256-wrap-pad', property
|
/third_party/node/lib/internal/crypto/ |
D | sig.js | 33 function Sign(algorithm, options) { argument 120 function signOneShot(algorithm, data, key) { argument 153 function Verify(algorithm, options) { argument 192 function verifyOneShot(algorithm, data, key, signature) { argument
|
D | hash.js | 37 function Hash(algorithm, options) { argument
|
/third_party/node/benchmark/zlib/ |
D | pipe.js | 10 algorithm: ['gzip', 'brotli'] property 18 function main({ inputLen, duration, type, algorithm }) { field
|
/third_party/node/test/fixtures/0-dns/ |
D | create-cert.js | 36 signature: { algorithm: sha256WithRSAEncryption, parameters: null_}, property 45 { algorithm: { algorithm: rsaEncryption, parameters: null_}, property 68 signatureAlgorithm: { algorithm: sha256WithRSAEncryption, parameters: null_ }, property
|
/third_party/node/deps/npm/node_modules/request/lib/ |
D | auth.js | 81 var ha1Compute = function (algorithm, user, realm, pass, nonce, cnonce) { argument 107 algorithm: challenge.algorithm, property
|
D | hawk.js | 12 function calculatePayloadHash (payload, algorithm, contentType) { argument
|
/third_party/node/test/fixtures/x509-escaping/ |
D | create-certs.js | 284 algorithm: oid.sha256WithRSAEncryption, property 308 algorithm: { property 309 algorithm: oid.rsaEncryption, property 334 algorithm: oid.sha256WithRSAEncryption, property 438 algorithm: oid.sha256WithRSAEncryption, property 462 algorithm: { property 463 algorithm: oid.rsaEncryption, property 488 algorithm: oid.sha256WithRSAEncryption, property 594 algorithm: oid.sha256WithRSAEncryption, property 610 algorithm: { property [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | checksum.go | 36 algorithm = flag.String("algorithm", "adler32", "checksum algorithm") var
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_atadenoise_init.c | 38 av_cold void ff_atadenoise_init_x86(ATADenoiseDSPContext *dsp, int depth, int algorithm, const floa… in ff_atadenoise_init_x86()
|
/third_party/ltp/testcases/kernel/crypto/ |
D | crypto_user02.c | 54 static const char* algorithm = NULL; variable
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspdefs.c | 623 gst_rtsp_generate_digest_auth_response (const gchar * algorithm, in gst_rtsp_generate_digest_auth_response() 665 gst_rtsp_generate_digest_auth_response_from_md5 (const gchar * algorithm, in gst_rtsp_generate_digest_auth_response_from_md5()
|
/third_party/node/lib/ |
D | crypto.js | 113 function createHash(algorithm, options) { argument 149 function createSign(algorithm, options) { argument 153 function createVerify(algorithm, options) { argument
|
/third_party/node/deps/npm/node_modules/http-signature/lib/ |
D | utils.js | 33 function validateAlgorithm(algorithm) { argument
|
/third_party/node/lib/internal/policy/ |
D | sri.js | 55 algorithm: match[2], property
|
/third_party/openssl/crypto/evp/ |
D | exchange.c | 175 EVP_KEYEXCH *EVP_KEYEXCH_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_KEYEXCH_fetch() 185 const char *algorithm, in evp_keyexch_fetch_from_prov()
|
D | kem.c | 404 EVP_KEM *EVP_KEM_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_KEM_fetch() 413 EVP_KEM *evp_kem_fetch_from_prov(OSSL_PROVIDER *prov, const char *algorithm, in evp_kem_fetch_from_prov()
|
D | asymcipher.c | 469 EVP_ASYM_CIPHER *EVP_ASYM_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_ASYM_CIPHER_fetch() 479 const char *algorithm, in evp_asym_cipher_fetch_from_prov()
|
D | signature.c | 308 EVP_SIGNATURE *EVP_SIGNATURE_fetch(OSSL_LIB_CTX *ctx, const char *algorithm, in EVP_SIGNATURE_fetch() 318 const char *algorithm, in evp_signature_fetch_from_prov()
|
/third_party/ffmpeg/libavformat/ |
D | httpauth.h | 37 char algorithm[10]; /**< Server specified digest algorithm */ member
|
/third_party/openssl/providers/common/ |
D | capabilities.c | 97 #define TLS_GROUP_ENTRY(tlsname, realname, algorithm, idx) \ argument
|
/third_party/node/deps/npm/node_modules/ssri/ |
D | index.js | 184 function fromHex (hexDigest, algorithm, opts) { argument 251 const newSri = parse({algorithm, digest}) property
|
/third_party/node/deps/npm/node_modules/http-signature/ |
D | http_signing.md | 71 #### algorithm subsubsection
|
/third_party/node/deps/npm/node_modules/sshpk/lib/ |
D | fingerprint.js | 127 algorithm: alg, property
|