sample_libcrypto.lds 494 B

1234567891011121314151617181920212223
  1. /***
  2. * See http://sourceware.org/binutils/docs/ld/VERSION.html#VERSION for more info.
  3. * // Comments don't work in this file.
  4. ***/
  5. {
  6. global:
  7. sample_ecc256_close_context;
  8. sample_ecc256_compute_shared_dhkey;
  9. sample_ecc256_create_key_pair;
  10. sample_ecc256_open_context;
  11. sample_ecdsa_sign;
  12. sample_rijndael128GCM_encrypt;
  13. sample_rijndael128_cmac_msg;
  14. sample_sha256_close;
  15. sample_sha256_get_hash;
  16. sample_sha256_init;
  17. sample_sha256_update;
  18. local:
  19. *;
  20. };