Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 25 of 70) sorted by relevance

123

/third_party/node/doc/api/
Desm.md1011 ### 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/
Dtest-crypto-aes-wrap.js11 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/
Dsig.js33 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
Dhash.js37 function Hash(algorithm, options) { argument
/third_party/node/benchmark/zlib/
Dpipe.js10 algorithm: ['gzip', 'brotli'] property
18 function main({ inputLen, duration, type, algorithm }) { field
/third_party/node/test/fixtures/0-dns/
Dcreate-cert.js36 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/
Dauth.js81 var ha1Compute = function (algorithm, user, realm, pass, nonce, cnonce) { argument
107 algorithm: challenge.algorithm, property
Dhawk.js12 function calculatePayloadHash (payload, algorithm, contentType) { argument
/third_party/node/test/fixtures/x509-escaping/
Dcreate-certs.js284 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/
Dchecksum.go36 algorithm = flag.String("algorithm", "adler32", "checksum algorithm") var
/third_party/ffmpeg/libavfilter/x86/
Dvf_atadenoise_init.c38 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/
Dcrypto_user02.c54 static const char* algorithm = NULL; variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspdefs.c623 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/
Dcrypto.js113 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/
Dutils.js33 function validateAlgorithm(algorithm) { argument
/third_party/node/lib/internal/policy/
Dsri.js55 algorithm: match[2], property
/third_party/openssl/crypto/evp/
Dexchange.c175 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()
Dkem.c404 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()
Dasymcipher.c469 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()
Dsignature.c308 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/
Dhttpauth.h37 char algorithm[10]; /**< Server specified digest algorithm */ member
/third_party/openssl/providers/common/
Dcapabilities.c97 #define TLS_GROUP_ENTRY(tlsname, realname, algorithm, idx) \ argument
/third_party/node/deps/npm/node_modules/ssri/
Dindex.js184 function fromHex (hexDigest, algorithm, opts) { argument
251 const newSri = parse({algorithm, digest}) property
/third_party/node/deps/npm/node_modules/http-signature/
Dhttp_signing.md71 #### algorithm subsubsection
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dfingerprint.js127 algorithm: alg, property

123