Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/net/data/ssl/scripts/
Dgenerate-weak-test-chains.sh76 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 …]
Dca.cnf16 algo = $ENV::ALGO
18 type = $key_size-$algo-$cert_type
Dpolicy.cnf11 algo = sha256
Daia-test.cnf12 algo = sha256
/external/iproute2/ip/
Dipxfrm.c515 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/
Dvideo_encoder_vpx.cc71 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/
Dtc_em_text.h10 char algo[TC_EM_TEXT_ALGOSIZ]; member
/external/iproute2/include/linux/tc_ematch/
Dtc_em_text.h10 char algo[TC_EM_TEXT_ALGOSIZ]; member
/external/iptables/extensions/
Dlibxt_string.c62 .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()
Dlibxt_string.man3 \fB\-\-algo\fP {\fBbm\fP|\fBkmp\fP}
/external/iptables/include/linux/netfilter/
Dxt_string.h17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_string.h17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member
/external/lzma/
DMethods.txt121 F0 - Misc Ciphers (Real Ciphers without hashing algo)
125 01 - Main Zip crypto algo
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp211 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/
DLzmaAlone.cpp383 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/
DLzmaEnc.h24 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
/external/chromium_org/third_party/lzma_sdk/
DLzmaEnc.h24 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaEnc.h25 int algo; /* 0 - fast, 1 - normal, default = 1 */ member
/external/iptables/tests/
Doptions-most.rules12 …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/
DDNSDigest.c1441 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/
DLzmaEncoder.cpp91 case NCoderPropID::kAlgorithm: ep.algo = v; break; in SetLzmaProp()
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java274 private static final String algo = "testPublicKeyAlgorithm"; field in TestCertUtils.TestPublicKey
282 return algo; in getAlgorithm()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp222 unsigned long long algo; member
240 unsigned long long algo; member
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvparser.hpp197 unsigned long long algo; member
215 unsigned long long algo; member
/external/libvpx/libwebm/
Dmkvparser.hpp197 unsigned long long algo; member
215 unsigned long long algo; member

12