Home
last modified time | relevance | path

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

123

/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
61 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/lzma/CPP/7zip/Crypto/
DMyAes.cpp107 bool CAesCoder::SetFunctions(UInt32 in SetFunctions()
185 UInt32 algo = 0; in SetCoderProperties() local
/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/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()
/third_party/node/benchmark/policy/
Dpolicy-startup.js17 const hash = (str, algo) => { argument
/third_party/node/deps/openssl/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/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()
/third_party/lzma/CPP/Common/
DSha256Reg.cpp52 unsigned algo = 0; in SetCoderProperties() local
/third_party/node/test/node-api/test_policy/
Dtest_policy.js16 function hash(algo, body) { argument
/third_party/node/test/parallel/
Dtest-crypto-authenticated.js628 algo: 'chacha20-poly1305', property
670 const algo = 'aes-128-ccm'; constant
755 const rfcTestCases = TEST_CASES.filter(({ algo, tampered }) => { property
792 const rfcTestCases = TEST_CASES.filter(({ algo, tampered }) => { property
/third_party/lzma/C/
DLzmaEnc.h22 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
/third_party/gstreamer/gstplugins_bad/gst/drmdec/
Dgstdrmdec.c389 gst_drm_get_algo (const gchar *mode, guint *algo) in gst_drm_get_algo()
419 gst_drm_decrypt_get_algo (const GstProtectionMeta *prot_meta, guint *algo) in gst_drm_decrypt_get_algo()
605 guint algo = 0; in gst_drm_decrypt_transform_ip() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_protect.c229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
/third_party/openssl/crypto/cmp/
Dcmp_protect.c229 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()

123