Searched refs:algo (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-weak-test-chains.sh74 algo=$(echo "$key_type" | sed -E 's/.+-//')
76 if [ ecdsa = $algo ]
81 try openssl $(generate_key_command $algo) \
88 algo=$(echo "$key_type" | sed -E 's/.+-//')
90 if [ ecdsa = $algo ]
97 try openssl $(generate_key_command $algo) \
106 algo=$(echo "$key_type" | sed -E 's/.+-//')
108 CA_COMMON_NAME="$key_size $algo Test intermediate CA" \
112 ALGO=$algo \
143 algo
[all...]
/external/iproute2/include/linux/tc_ematch/
H A Dtc_em_text.h10 char algo[TC_EM_TEXT_ALGOSIZ]; member in struct:tcf_em_text
/external/kernel-headers/original/linux/netfilter/
H A Dxt_string.h11 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
/external/dropbear/
H A Dsvr-authpubkey.c35 #include "algo.h"
42 static int checkpubkey(unsigned char* algo, unsigned int algolen,
45 static void send_msg_userauth_pk_ok(unsigned char* algo, unsigned int algolen,
54 unsigned char* algo = NULL; /* pubkey algo */ local
69 algo = buf_getstring(ses.payload, &algolen);
74 if (checkpubkey(algo, algolen, keyblob, keybloblen) == DROPBEAR_FAILURE) {
81 send_msg_userauth_pk_ok(algo, algolen, keyblob, keybloblen);
123 if (algo) {
124 m_free(algo);
136 send_msg_userauth_pk_ok(unsigned char* algo, unsigned int algolen, unsigned char* keyblob, unsigned int keybloblen) argument
154 checkpubkey(unsigned char* algo, unsigned int algolen, unsigned char* keyblob, unsigned int keybloblen) argument
[all...]
H A DAndroid.mk11 common-session.c packet.c common-algo.c common-kex.c \
17 cli-algo.c cli-main.c cli-auth.c cli-authpasswd.c cli-kex.c \
H A Dalgo.h66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
H A Dcommon-algo.c26 #include "algo.h"
29 /* This file (algo.c) organises the ciphers which can be used, and is used to
191 /* algolen specifies the length of algo, algos is our local list to match
193 * Returns DROPBEAR_SUCCESS if we have a match for algo, DROPBEAR_FAILURE
195 int have_algo(char* algo, size_t algolen, algo_type algos[]) { argument
201 && (strncmp(algos[i].name, algo, algolen) == 0)) {
H A Dcommon-kex.c28 #include "algo.h"
580 /* read the other side's algo list. buf_match_algo is a callback to match
592 algo_type * algo = NULL; local
594 /* which algo couldn't match */
606 algo = ses.buf_match_algo(ses.payload, sshkex, &goodguess);
608 if (algo == NULL) {
612 TRACE(("kex algo %s", algo->name))
613 ses.newkeys->algo_kex = algo->val;
616 algo
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_string.h17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
/external/iproute2/ip/
H A Dipxfrm.c515 static void __xfrm_algo_print(struct xfrm_algo *algo, int type, int len, argument
526 if (len < sizeof(*algo)) {
530 len -= sizeof(*algo);
532 fprintf(fp, "%s ", algo->alg_name);
534 keylen = algo->alg_key_len / 8;
542 fprintf(fp, "%.2x", (unsigned char)algo->alg_key[i]);
545 fprintf(fp, " (%d bits)", algo->alg_key_len);
552 static inline void xfrm_algo_print(struct xfrm_algo *algo, int type, int len, argument
555 return __xfrm_algo_print(algo, type, len, fp, prefix, 1);
558 static void xfrm_aead_print(struct xfrm_algo_aead *algo, in argument
562 struct xfrm_algo algo; member in struct:__anon18768
577 xfrm_auth_trunc_print(struct xfrm_algo_auth *algo, int len, FILE *fp, const char *prefix) argument
581 struct xfrm_algo algo; member in struct:__anon18769
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
H A DPEMDecoder.java235 String algo = ps.dekInfo[0];
240 if (algo.equals("DES-EDE3-CBC"))
246 else if (algo.equals("DES-CBC"))
252 else if (algo.equals("AES-128-CBC"))
258 else if (algo.equals("AES-192-CBC"))
264 else if (algo.equals("AES-256-CBC"))
272 throw new IOException("Cannot decrypt PEM structure, unknown cipher " + algo);
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.h24 int algo; /* 0 - fast, 1 - normal, default = 1 */ member in struct:_CLzmaEncProps
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.h25 int algo; /* 0 - fast, 1 - normal, default = 1 */ member in struct:_CLzmaEncProps
/external/lzma/C/
H A DLzmaEnc.h24 int algo; /* 0 - fast, 1 - normal, default = 1 */ member in struct:_CLzmaEncProps
/external/stlport/test/eh/
H A Dtest_algobase.cpp24 #include <algo.h>
H A Dtest_construct.h25 # include <algo.h>
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vp8.cc105 const vpx_codec_iface_t* algo = vpx_codec_vp8_cx(); local
106 CHECK(algo);
107 vpx_codec_err_t ret = vpx_codec_enc_config_default(algo, &config, 0);
132 if (vpx_codec_enc_init(codec_.get(), algo, &config, 0))
/external/iptables/extensions/
H A Dlibxt_string.c48 "--algo Algorithm\n"
60 {.name = "algo", .id = O_ALGO, .type = XTTYPE_STRING,
61 .flags = XTOPT_MAND | XTOPT_PUT, XTOPT_POINTER(s, algo)},
272 printf(" ALGO name %s", info->algo);
296 printf(" --algo %s", info->algo);
/external/dropbear/libtomcrypt/src/mac/hmac/
H A Dhmac_test.c47 char *algo;
269 int hash = find_hash(cases[i].algo);
275 printf("HMAC-%s test #%d, %s\n", cases[i].algo, cases[i].num, error_to_string(err));
284 printf("\nHMAC-%s test #%d:\n", cases[i].algo, cases[i].num);
297 /* printf("HMAC-%s test #%d: Passed\n", cases[i].algo, cases[i].num); */
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp383 UInt32 algo = 1; local
390 ParseUInt32(parser, NKey::kAlgo, algo);
424 props[4].ulVal = (UInt32)algo;
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp211 UInt32 algo = local
224 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo);
243 UInt32 algo = local
247 SetMethodProp(oneMethodInfo, NCoderPropID::kAlgorithm, algo);
/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp91 case NCoderPropID::kAlgorithm: ep.algo = v; break;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java277 private static final String algo = "testPublicKeyAlgorithm"; field in class:TestCertUtils.TestPublicKey
285 return algo;
/external/kernel-headers/original/linux/
H A Di2c.h223 struct i2c_algorithm *algo;/* the algorithm to access the bus */ member in struct:i2c_adapter
346 return adap->algo->functionality(adap);
/external/libvpx/libwebm/
H A Dmkvparser.hpp214 unsigned long long algo; member in struct:mkvparser::ContentEncoding::ContentCompression
223 unsigned long long algo; member in struct:mkvparser::ContentEncoding::ContentEncryption

Completed in 566 milliseconds

12