OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txt_db
(Results
1 - 8
of
8
) sorted by null
/external/openssl/crypto/txt_db/
Makefile
2
# OpenSSL/crypto/
txt_db
/Makefile
5
DIR=
txt_db
20
LIBSRC=
txt_db
.c
21
LIBOBJ=
txt_db
.o
25
EXHEADER=
txt_db
.h
77
txt_db
.o: ../../e_os.h ../../include/openssl/bio.h
78
txt_db
.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
79
txt_db
.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
80
txt_db
.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
81
txt_db
.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.
[
all
...]
txt_db.c
1
/* crypto/
txt_db
/
txt_db
.c */
64
#include <openssl/
txt_db
.h>
69
const char TXT_DB_version[]="
TXT_DB
" OPENSSL_VERSION_PTEXT;
71
TXT_DB
*TXT_DB_read(BIO *in, int num)
73
TXT_DB
*ret=NULL;
86
if ((ret=(
TXT_DB
*)OPENSSL_malloc(sizeof(
TXT_DB
))) == NULL)
195
char **TXT_DB_get_by_index(
TXT_DB
*db, int idx, char **value)
216
int TXT_DB_create_index(
TXT_DB
*db, int field, int (*qual)(char **)
[
all
...]
/external/openssl/apps/
Makefile
188
app_rand.o: ../include/openssl/symhacks.h ../include/openssl/
txt_db
.h
206
apps.o: ../include/openssl/
txt_db
.h ../include/openssl/ui.h
222
asn1pars.o: ../include/openssl/symhacks.h ../include/openssl/
txt_db
.h
239
ca.o: ../include/openssl/
txt_db
.h ../include/openssl/x509.h
260
ciphers.o: ../include/openssl/tls1.h ../include/openssl/
txt_db
.h
275
cms.o: ../include/openssl/
txt_db
.h ../include/openssl/x509.h
290
crl.o: ../include/openssl/symhacks.h ../include/openssl/
txt_db
.h
306
crl2p7.o: ../include/openssl/symhacks.h ../include/openssl/
txt_db
.h
323
dgst.o: ../include/openssl/
txt_db
.h ../include/openssl/x509.h
339
dh.o: ../include/openssl/symhacks.h ../include/openssl/
txt_db
.
[
all
...]
apps.h
121
#include <openssl/
txt_db
.h>
322
TXT_DB
*db;
ca.c
71
#include <openssl/
txt_db
.h>
[
all
...]
/external/openssl/crypto/
Android.mk
354
txt_db
/
txt_db
.c \
install.com
49
EVP,ASN1,PEM,X509,X509V3,CONF,
TXT_DB
,PKCS7,PKCS12,COMP,OCSP,-
93
$ EXHEADER_TXT_DB :=
txt_db
.h
/external/openssl/patches/
crypto_Android.mk
354
txt_db
/
txt_db
.c \
Completed in 1174 milliseconds