/external/chromium_org/net/data/ssl/scripts/ |
D | generate-weak-test-chains.sh | 76 algo=$(echo "$key_type" | sed -E 's/.+-//') 78 if [ ecdsa = $algo ] 83 try openssl $(generate_key_command $algo) \ 90 algo=$(echo "$key_type" | sed -E 's/.+-//') 92 if [ ecdsa = $algo ] 99 try openssl $(generate_key_command $algo) \ 108 algo=$(echo "$key_type" | sed -E 's/.+-//') 110 CA_COMMON_NAME="$key_size $algo Test intermediate CA" \ 114 ALGO=$algo \ 145 algo=$(echo "$key_type" | sed -E 's/.+-//') [all …]
|
D | ca.cnf | 16 algo = $ENV::ALGO 18 type = $key_size-$algo-$cert_type
|
D | policy.cnf | 11 algo = sha256
|
D | aia-test.cnf | 12 algo = sha256
|
/external/iproute2/ip/ |
D | ipxfrm.c | 515 static void __xfrm_algo_print(struct xfrm_algo *algo, int type, int len, in __xfrm_algo_print() argument 526 if (len < sizeof(*algo)) { in __xfrm_algo_print() 530 len -= sizeof(*algo); in __xfrm_algo_print() 532 fprintf(fp, "%s ", algo->alg_name); in __xfrm_algo_print() 534 keylen = algo->alg_key_len / 8; in __xfrm_algo_print() 542 fprintf(fp, "%.2x", (unsigned char)algo->alg_key[i]); in __xfrm_algo_print() 545 fprintf(fp, " (%d bits)", algo->alg_key_len); in __xfrm_algo_print() 552 static inline void xfrm_algo_print(struct xfrm_algo *algo, int type, int len, in xfrm_algo_print() argument 555 return __xfrm_algo_print(algo, type, len, fp, prefix, 1); in xfrm_algo_print() 558 static void xfrm_aead_print(struct xfrm_algo_aead *algo, int len, in xfrm_aead_print() argument [all …]
|
/external/chromium_org/remoting/codec/ |
D | video_encoder_vpx.cc | 71 const vpx_codec_iface_t* algo = vpx_codec_vp8_cx(); in CreateVP8Codec() local 72 CHECK(algo); in CreateVP8Codec() 73 vpx_codec_err_t ret = vpx_codec_enc_config_default(algo, &config, 0); in CreateVP8Codec() 88 if (vpx_codec_enc_init(codec.get(), algo, &config, 0)) in CreateVP8Codec() 111 const vpx_codec_iface_t* algo = vpx_codec_vp9_cx(); in CreateVP9Codec() local 112 CHECK(algo); in CreateVP9Codec() 113 vpx_codec_err_t ret = vpx_codec_enc_config_default(algo, &config, 0); in CreateVP9Codec() 133 if (vpx_codec_enc_init(codec.get(), algo, &config, 0)) in CreateVP9Codec()
|
/external/kernel-headers/original/uapi/linux/tc_ematch/ |
D | tc_em_text.h | 10 char algo[TC_EM_TEXT_ALGOSIZ]; member
|
/external/iproute2/include/linux/tc_ematch/ |
D | tc_em_text.h | 10 char algo[TC_EM_TEXT_ALGOSIZ]; member
|
/external/iptables/extensions/ |
D | libxt_string.c | 62 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, algo)}, 268 printf(" ALGO name %s", info->algo); in string_print() 292 printf(" --algo %s", info->algo); in string_save()
|
D | libxt_string.man | 3 \fB\-\-algo\fP {\fBbm\fP|\fBkmp\fP}
|
/external/iptables/include/linux/netfilter/ |
D | xt_string.h | 17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_string.h | 17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
|
/external/lzma/ |
D | Methods.txt | 121 F0 - Misc Ciphers (Real Ciphers without hashing algo) 125 01 - Main Zip crypto algo
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.cpp | 211 UInt32 algo = in SetCompressionMethod2() local 224 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo); in SetCompressionMethod2() 243 UInt32 algo = in SetCompressionMethod2() local 247 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo); in SetCompressionMethod2()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 383 UInt32 algo = 1; in main2() local 390 ParseUInt32(parser, NKey::kAlgo, algo); in main2() 424 props[4].ulVal = (UInt32)algo; in main2()
|
/external/lzma/C/ |
D | LzmaEnc.h | 24 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.h | 24 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.h | 25 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
|
/external/iptables/tests/ |
D | options-most.rules | 12 …e DEFAULT --rsource -m socket --transparent -m string --string "foobar" --algo kmp --from 1 --to 2… 39 -A INPUT -p tcp -m string --string "foobar" --algo kmp --from 1 --to 2 --icase 40 -A INPUT -p tcp -m string --hex-string "|00|" --algo kmp --from 1 --to 2 --icase 133 -A matches -m string --hex-string "action=|5C22|http|3A|" --algo bm 135 -A matches -m string --hex-string "action=|5C|http|3A|" --algo bm
|
/external/mdnsresponder/mDNSCore/ |
D | DNSDigest.c | 1441 domainname * algo; in DNSDigest_VerifyMessage() local 1447 algo = (domainname*) ptr; in DNSDigest_VerifyMessage() 1449 if (!SameDomainName(algo, &HMAC_MD5_AlgName)) in DNSDigest_VerifyMessage() 1451 LogMsg("ERROR: DNSDigest_VerifyMessage - TSIG algorithm not supported: %##s", algo->c); in DNSDigest_VerifyMessage() 1458 ptr += DomainNameLength(algo); in DNSDigest_VerifyMessage() 1529 MD5_Update(&c, algo->c, DomainNameLength(algo)); in DNSDigest_VerifyMessage()
|
/external/lzma/CPP/7zip/Compress/ |
D | LzmaEncoder.cpp | 91 case NCoderPropID::kAlgorithm: ep.algo = v; break; in SetLzmaProp()
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 274 private static final String algo = "testPublicKeyAlgorithm"; field in TestCertUtils.TestPublicKey 282 return algo; in getAlgorithm()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 222 unsigned long long algo; member 240 unsigned long long algo; member
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 197 unsigned long long algo; member 215 unsigned long long algo; member
|
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 197 unsigned long long algo; member 215 unsigned long long algo; member
|