]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/u-boot/rsa-checksum.h
core: ofnode: add ofnode_get_parent function
[people/ms/u-boot.git] / include / u-boot / rsa-checksum.h
index 3c69d85ecbac7956a525b2e188943b46193259a3..c240720249623c39f102261381891c267e62d915 100644 (file)
 #include <u-boot/sha1.h>
 #include <u-boot/sha256.h>
 
-extern const uint8_t padding_sha256_rsa4096[];
-extern const uint8_t padding_sha256_rsa2048[];
-extern const uint8_t padding_sha1_rsa2048[];
-
 /**
  * hash_calculate() - Calculate hash over the data
  *