Searched refs:a_type (Results 1 – 12 of 12) sorted by relevance
/external/ipsec-tools/src/libipsec/ |
D | pfkey.c | 1257 if (sa_parms->a_type == SADB_AALG_NONE) { 1267 if (sa_parms->a_type != SADB_AALG_NONE) { 1278 if (sa_parms->a_type != SADB_X_AALG_TCP_MD5) { 1304 if (sa_parms->a_type != SADB_AALG_NONE) 1352 sa_parms->a_type, sa_parms->e_type, 1385 if (sa_parms->a_type != SADB_AALG_NONE) { 2481 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update() argument 2488 u_int e_type, e_keylen, a_type, a_keylen, flags; 2508 psaa.a_type = a_type; 2522 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update_nat() argument [all …]
|
D | libpfkey.h | 79 u_int a_type, a_keylen; /* Authentication alg and key */ member
|
/external/openssl/include/openssl/ |
D | lhash.h | 129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 134 a_type *b = arg2; \
|
/external/openssl/crypto/lhash/ |
D | lhash.h | 129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 134 a_type *b = arg2; \
|
/external/elfutils/libebl/ |
D | eblcorenote.c | 58 atype = auxv->a_type; 65 atype = auxv->a_type;
|
/external/ipsec-tools/src/racoon/ |
D | backupsa.c | 154 sa_args->e_keylen, sa_args->a_type, sa_args->a_keylen, 275 GETNEXTNUM(sa_args.a_type, strtoul); in backupsa_from_file()
|
D | pfkey.c | 722 e_type, e_keylen, a_type, a_keylen, flags) in pfkey_convertfromipsecdoi() argument 728 u_int *a_type; 741 if ((*a_type = ipsecdoi2pfkey_aalg(hashtype)) == ~0) 754 if ((*a_type = ipsecdoi2pfkey_aalg(hashtype)) == ~0) 763 *a_type = SADB_X_AALG_MD5; 768 if (*a_type == SADB_AALG_NONE) { 781 *a_type = SADB_AALG_NONE; 1090 &sa_args.a_type, &sa_args.a_keylen, 1378 &sa_args.a_type, &sa_args.a_keylen,
|
/external/webkit/JavaScriptCore/assembler/ |
D | MacroAssemblerARM.cpp | 51 if (aux.a_type == AT_HWCAP) { in isVFPPresent()
|
/external/elfutils/libelf/ |
D | elf.h | 900 int a_type; /* Entry type */ member 911 long int a_type; /* Entry type */ member
|
/external/openssl/crypto/ |
D | Android.mk | 51 asn1/a_type.c \
|
/external/openssl/patches/ |
D | crypto_Android.mk | 51 asn1/a_type.c \
|
/external/clearsilver/python/examples/base/ |
D | odb.py | 663 col_name,a_type,options = a_col
|