OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJ_NAME
(Results
1 - 8
of
8
) sorted by null
/external/qemu/android/build/
mkdeps.sh
40
OBJ_NAME
=`basename $OBJECT`
41
#echo
OBJ_NAME
=$
OBJ_NAME
43
# we replace $
OBJ_NAME
with $OBJECT only if $
OBJ_NAME
starts the line
48
cat $2 | sed -e s%^$
OBJ_NAME
%$OBJECT%g > $3 && rm -f $2
/external/openssl/crypto/objects/
o_names.c
25
DECLARE_LHASH_OF(
OBJ_NAME
);
26
static LHASH_OF(
OBJ_NAME
) *names_lh=NULL;
45
/* static unsigned long obj_name_hash(
OBJ_NAME
*a); */
47
/* static int obj_name_cmp(
OBJ_NAME
*a,
OBJ_NAME
*b); */
50
static IMPLEMENT_LHASH_HASH_FN(
obj_name
,
OBJ_NAME
)
51
static IMPLEMENT_LHASH_COMP_FN(
obj_name
,
OBJ_NAME
)
114
/* static int obj_name_cmp(
OBJ_NAME
*a, OBJ_NAME *b) *
[
all
...]
objects.h
923
#define
OBJ_name
OBJ_X509,41L
985
}
OBJ_NAME
;
998
void OBJ_NAME_do_all(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
1000
void OBJ_NAME_do_all_sorted(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
[
all
...]
/external/openssl/crypto/evp/
names.c
147
static void do_all_cipher_fn(const
OBJ_NAME
*nm, void *arg)
181
static void do_all_md_fn(const
OBJ_NAME
*nm, void *arg)
/external/openssl/include/openssl/
objects.h
923
#define
OBJ_name
OBJ_X509,41L
985
}
OBJ_NAME
;
998
void OBJ_NAME_do_all(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
1000
void OBJ_NAME_do_all_sorted(int type,void (*fn)(const
OBJ_NAME
*,void *arg),
[
all
...]
safestack.h
[
all
...]
/external/openssl/crypto/stack/
safestack.h
[
all
...]
/external/openssl/apps/
enc.c
82
static void show_ciphers(const
OBJ_NAME
*name,void *bio_)
Completed in 350 milliseconds