OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libtomcrypt
(Results
1 - 8
of
8
) sorted by null
/external/dropbear/
Android.mk
22
LOCAL_STATIC_LIBRARIES := libtommath
libtomcrypt
28
LOCAL_C_INCLUDES += $(LOCAL_PATH)/
libtomcrypt
/src/headers
39
LOCAL_STATIC_LIBRARIES := libtommath
libtomcrypt
47
LOCAL_C_INCLUDES += $(LOCAL_PATH)/
libtomcrypt
/src/headers
configure
[
all
...]
/external/dropbear/libtommath/
booker.pl
85
last if ($_ =~ /math\.
libtomcrypt
\.com/);
/external/dropbear/libtomcrypt/
Android.mk
4
LOCAL_MODULE :=
libtomcrypt
crypt.tex
74
\begin{Huge}
LibTomCrypt
\end{Huge}
92
This document is part of the
LibTomCrypt
package and is hereby released into the public domain.
118
\mysection{What is the
LibTomCrypt
?}
119
LibTomCrypt
is a portable ISO C cryptographic library meant to be a tool set for cryptographers who are
130
The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box
LibTomCrypt
132
provide all of the tools required to build such functionality.
LibTomCrypt
was designed to be a flexible library that
159
robustness and efficiency.
LibTomCrypt
traps and returns a series of errors ranging from invalid
165
The
LibTomCrypt
package has also been written to be very modular. The block ciphers, one--way hashes,
181
you have to update the associated support code as well. In
LibTomCrypt
the associated code (\textit{chaining modes in this case})
257
To include the prototypes for \textit{
LibTomCrypt
.a} into your own program simply include \textit{tomcrypt.h} like so
[
all
...]
/external/wpa_supplicant_8/hostapd/
Android.mk
608
ifeq ($(CONFIG_CRYPTO),
libtomcrypt
)
Makefile
560
ifeq ($(CONFIG_CRYPTO),
libtomcrypt
)
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
997
ifeq ($(CONFIG_CRYPTO),
libtomcrypt
)
1475
ifeq ($(CONFIG_CRYPTO),
libtomcrypt
)
[
all
...]
Completed in 118 milliseconds