OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoringSSL
(Results
1 - 8
of
8
) sorted by null
/external/boringssl/
flavor.mk
2
# they can detect whether
BoringSSL
or OpenSSL is being used.
4
OPENSSL_FLAVOR=
BoringSSL
rules.mk
42
# Some files in
BoringSSL
use OS functions that aren't supported by Trusty. The
59
#
BoringSSL
detects Trusty based on this define and does things like switch to
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngine.java
37
*
BoringSSL
doesn't really use ENGINE objects, so we just keep this single
40
private static class
BoringSSL
{
46
return
BoringSSL
.INSTANCE;
67
* Used for
BoringSSL
. It doesn't use ENGINEs so there is no native pointer
/system/security/keystore-engine/
Android.mk
20
ifneq (,$(wildcard $(TOP)/external/
boringssl
/flavor.mk))
21
include $(TOP)/external/
boringssl
/flavor.mk
25
ifeq ($(OPENSSL_FLAVOR),
BoringSSL
)
/external/conscrypt/
Android.mk
123
ifneq (,$(wildcard $(TOP)/external/
boringssl
/flavor.mk))
124
include $(TOP)/external/
boringssl
/flavor.mk
139
ifeq ($(OPENSSL_FLAVOR),
BoringSSL
)
183
# NO_KEYSTORE_ENGINE instructs the
BoringSSL
build of Conscrypt not to support
281
# NO_KEYSTORE_ENGINE instructs the
BoringSSL
build of Conscrypt not to support
307
# NO_KEYSTORE_ENGINE instructs the
BoringSSL
build of Conscrypt not to
336
# NO_KEYSTORE_ENGINE instructs the
BoringSSL
build of Conscrypt not to
/external/ipsec-tools/
Android.mk
64
ifneq (,$(wildcard $(TOP)/external/
boringssl
/flavor.mk))
65
include $(TOP)/external/
boringssl
/flavor.mk
69
ifeq ($(OPENSSL_FLAVOR),
BoringSSL
)
/external/curl/tests/
runtests.pl
239
my $has_boringssl; # built with
BoringSSL
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 443 milliseconds