/external/kernel-headers/original/linux/netfilter/ |
xt_string.h | 11 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/bionic/libc/kernel/common/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/ |
xt_string.h | 22 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
|
/external/dropbear/ |
svr-authpubkey.c | 35 #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); [all...] |
Android.mk | 13 common-session.c packet.c common-algo.c common-kex.c \ 19 cli-algo.c cli-main.c cli-auth.c cli-authpasswd.c cli-kex.c \
|
common-algo.c | 26 #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[]) { 201 && (strncmp(algos[i].name, algo, algolen) == 0)) {
|
common-kex.c | 28 #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 = ses.buf_match_algo(ses.payload, sshhostkey, &goodguess) [all...] |
svr-algo.c | 27 #include "algo.h" 89 /* set the algo to return */
|
Makefile.in | 25 SVROBJS=svr-kex.o svr-algo.o svr-auth.o sshpty.o \ 30 CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ 34 CLISVROBJS=common-session.o packet.o common-algo.o common-kex.o \ 45 HEADERS=options.h dbutil.h session.h packet.h algo.h ssh.h buffer.h kex.h \
|
algo.h | 66 int have_algo(char* algo, size_t algolen, algo_type algos[]);
|
kex.h | 29 #include "algo.h"
|
cli-kex.c | 29 #include "algo.h" 261 TRACE(("algo doesn't match")) 267 TRACE(("missing space after algo"))
|
/external/iptables/extensions/ |
libipt_string.c | 41 "--algo Algorithm\n" 50 { "algo", 1, 0, '3' }, 80 strncpy(info->algo, s, IPT_STRING_MAX_ALGO_NAME_SIZE); 83 exit_error(PARAMETER_PROBLEM, "ALGO too long `%s'", s); 165 #define ALGO 0x2 195 if (*flags & ALGO) 197 "Can't specify multiple --algo"); 199 *flags |= ALGO; 240 if (!(flags & ALGO)) 242 "STRING match: You must specify `--algo'"); [all...] |
libipt_string.man | 3 .BI "--algo " "bm|kmp"
|
/external/iproute2/ip/ |
ipxfrm.c | 505 static void __xfrm_algo_print(struct xfrm_algo *algo, int type, int len, 516 if (len < sizeof(*algo)) { 520 len -= sizeof(*algo); 522 fprintf(fp, "%s ", algo->alg_name); 524 keylen = algo->alg_key_len / 8; 532 fprintf(fp, "%.2x", (unsigned char)algo->alg_key[i]); 535 fprintf(fp, " (%d bits)", algo->alg_key_len); 542 static inline void xfrm_algo_print(struct xfrm_algo *algo, int type, int len, 545 return __xfrm_algo_print(algo, type, len, fp, prefix, 1); 548 static void xfrm_aead_print(struct xfrm_algo_aead *algo, int len 552 struct xfrm_algo algo; member in struct:__anon2613 [all...] |
/external/stlport/test/eh/ |
test_algobase.cpp | 24 #include <algo.h>
|
test_construct.h | 25 # include <algo.h>
|
/external/wpa_supplicant/ |
driver_broadcom.c | 177 wkt.algo = CRYPTO_ALGO_OFF; 180 wkt.algo = CRYPTO_ALGO_WEP128; /* CRYPTO_ALGO_WEP1? */ 183 wkt.algo = 0; /* CRYPTO_ALGO_TKIP? */ 186 wkt.algo = 0; /* CRYPTO_ALGO_AES_CCM; 190 wkt.algo = CRYPTO_ALGO_NALG; 210 /* wkt.algo = CRYPTO_ALGO_...; */
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_broadcom.c | 182 wkt.algo = CRYPTO_ALGO_OFF; 185 wkt.algo = CRYPTO_ALGO_WEP128; /* CRYPTO_ALGO_WEP1? */ 188 wkt.algo = 0; /* CRYPTO_ALGO_TKIP? */ 191 wkt.algo = 0; /* CRYPTO_ALGO_AES_CCM; 195 wkt.algo = CRYPTO_ALGO_NALG; 215 /* wkt.algo = CRYPTO_ALGO_...; */
|
/external/dropbear/libtomcrypt/src/mac/hmac/ |
hmac_test.c | 47 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); */
|