HomeSort by relevance Sort by last modified time
    Searched refs:libtomcrypt (Results 1 - 10 of 10) sorted by null

  /external/dropbear/
Android.mk 24 LOCAL_STATIC_LIBRARIES := libtommath libtomcrypt
30 LOCAL_C_INCLUDES += $(LOCAL_PATH)/libtomcrypt/src/headers
40 LOCAL_STATIC_LIBRARIES := libtommath libtomcrypt
48 LOCAL_C_INCLUDES += $(LOCAL_PATH)/libtomcrypt/src/headers
configure     [all...]
  /external/wpa_supplicant/
Android.mk 376 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
421 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
472 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
494 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
Makefile 456 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
501 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
552 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
574 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
  /external/dropbear/libtommath/
booker.pl 85 last if ($_ =~ /math\.libtomcrypt\.com/);
  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 685 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
731 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
786 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
808 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
1078 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
Makefile 662 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
708 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
763 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
785 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
1055 ifeq ($(CONFIG_CRYPTO), libtomcrypt)
  /build/core/
user_tags.mk 335 libtomcrypt \
  /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...]

Completed in 100 milliseconds