Home | History | Annotate | only in /external/vboot_reference/firmware/lib/cryptolib
Up to higher level directory
NameDateSize
include/22-Oct-2020
padding.c22-Oct-202031.4K
README22-Oct-2020175
rsa.c22-Oct-20204.8K
rsa_utility.c22-Oct-20204.5K
sha1.c22-Oct-20206.8K
sha256.c22-Oct-202012.3K
sha512.c22-Oct-202012.7K
sha_utility.c22-Oct-20203.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