Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/test/fixtures/
Daead-vectors.js2 { algo: 'aes-128-gcm', property
7 { algo: 'aes-128-gcm', property
12 { algo: 'aes-128-gcm', property
17 { algo: 'aes-256-gcm', property
22 { algo: 'aes-256-gcm', property
27 { algo: 'aes-192-gcm', property
38 { algo: 'aes-128-gcm', property
47 { algo: 'aes-128-gcm', property
56 { algo: 'aes-128-gcm', property
71 { algo: 'aes-128-gcm', property
[all …]
/third_party/node/benchmark/crypto/
Dhash-stream-throughput.js9 algo: ['sha1', 'sha256', 'sha512'], property
15 function main({ api, type, len, algo, writes }) { property
46 function legacyWrite(algo, message, encoding, writes, len) { argument
60 function streamWrite(algo, message, encoding, writes, len) { argument
Dhash-stream-creation.js9 algo: [ 'sha256', 'md5' ], property
16 function main({ api, type, len, out, writes, algo }) { field
47 function legacyWrite(algo, message, encoding, writes, len, outEnc) { argument
65 function streamWrite(algo, message, encoding, writes, len, outEnc) { argument
Drsa-sign-verify-throughput.js21 algo: ['SHA1', 'SHA224', 'SHA256', 'SHA384', 'SHA512'], property
26 function main({ len, algo, keylen, writes }) { property
32 function StreamWrite(algo, keylen, message, writes, len) { argument
Drsa-encrypt-decrypt-throughput.js25 function main({ len, algo, keylen, n }) { property
31 function StreamWrite(algo, keylen, message, n, len) { argument
/third_party/ffmpeg/libavcodec/tests/
Ddct.c53 struct algo { struct
61 static const struct algo fdct_tab[] = { argument
/third_party/node/test/common/
Dtls.js147 function PRF12(algo, secret, label, seed, size) { argument
152 function P_hash(algo, secret, seed, size) { argument
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dkey.js101 Key.prototype.hash = function (algo) { argument
115 Key.prototype.fingerprint = function (algo) { argument
Dcertificate.js76 Certificate.prototype.fingerprint = function (algo) { argument
88 Certificate.prototype.hash = function (algo) { argument
Dprivate-key.js63 PrivateKey.prototype.hash = function (algo) { argument
/third_party/nghttp2/src/
Dtest.example.com.csr.json4 "algo": "rsa", string
Dca.nghttp2.org.csr.json4 "algo": "rsa", string
Dtest.nghttp2.org.csr.json9 "algo": "rsa", string
/third_party/lwip/src/apps/snmp/
Dsnmpv3_mbedtls.c53 const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) in snmpv3_auth()
110 const u32_t engine_time, snmpv3_priv_algo_t algo, snmpv3_priv_mode_t mode) in snmpv3_crypt()
Dsnmp_snmpv2_usm.c60 static const struct snmp_obj_id *snmp_auth_algo_to_oid(snmpv3_auth_algo_t algo) in snmp_auth_algo_to_oid()
71 static const struct snmp_obj_id *snmp_priv_algo_to_oid(snmpv3_priv_algo_t algo) in snmp_priv_algo_to_oid()
Dsnmp_msg.c1787 snmpv3_priv_algo_t algo; in snmp_complete_outbound_frame() local
1805 snmpv3_auth_algo_t algo; in snmp_complete_outbound_frame() local
/third_party/node/benchmark/policy/
Dpolicy-startup.js17 const hash = (str, algo) => { argument
/third_party/openssl/crypto/
Dcore_algorithm.c143 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all()
180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
Dcore_fetch.c103 const OSSL_ALGORITHM *algo, in ossl_method_construct_this()
/third_party/node/test/node-api/test_policy/
Dtest_policy.js16 function hash(algo, body) { argument
/third_party/openssl/crypto/cmp/
Dcmp_protect.c228 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
/third_party/toybox/lib/
Dpassword.c12 int get_salt(char *salt, char *algo) in get_salt()
/third_party/node/test/parallel/
Dtest-policy-parse-integrity.js17 function hash(algo, body) { argument
/third_party/ffmpeg/tools/
Dcrypto_bench.c302 #define DEFINE_GCRYPT_WRAPPER(suffix, algo) \ argument
378 #define DEFINE_MBEDCRYPTO_CYPHER_WRAPPER(suffix, cypher, algo) \ argument
457 #define DEFINE_TOMCRYPT_WRAPPER(suffix, namespace, algo) \ argument
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dopenssh-cert.js58 function fromBuffer(data, algo, partial) { argument

12