Home | History | Annotate | only in /external/vboot_reference/firmware/lib/cryptolib
Up to higher level directory
NameDateSize
include/08-Oct-2015
padding.c08-Oct-201531.4K
README08-Oct-2015175
rsa.c08-Oct-20154.8K
rsa_utility.c08-Oct-20154.5K
sha1.c08-Oct-20156.8K
sha256.c08-Oct-201512.3K
sha512.c08-Oct-201512.7K
sha_utility.c08-Oct-20153.1K

README

      1 This contains the implementation for the crypto library. This includes
      2 implementations for SHA1, SHA256, SHA512, and RSA signature verification
      3 (for PKCS #1 v1.5 signatures).
      4