privacy-sensitive-symbols.mspec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # private key in 'struct GNUNET_CRYPTO_EccPrivateKey' (FIXME: rename from 'd' to something longer...)
  2. ::^d$
  3. # private key in 'struct GNUNET_CRYPTO_AesSessionKey'
  4. ::^key$
  5. # private key in 'struct GNUNET_CRYPTO_AesSessionKey'
  6. ::^key$
  7. # buf in adjust in crypto_ecc.c
  8. crypto_ecc\.c:^adjust$:^buf$
  9. # buf in mpi_print in crypto_ecc.c
  10. crypto_ecc\.c:^mpi_print$:^buf$
  11. # data in mpi_scan in crypto_ecc.c
  12. crypto_ecc\.c:^mpi_scan$:^data$
  13. # xbuf in GNUNET_CRYPTO_ecc_ecdh in crypto_ecc.c
  14. crypto_ecc\.c:^GNUNET_CRYPTO_ecc_edch$:^xbuf$
  15. # key_material in GNUNET_CRYPTO_ecc_ecdh in crypto_ecc.c
  16. crypto_ecc\.c:^GNUNET_CRYPTO_ecc_edch$:^key_material$
  17. # label in key derivation in crypto_ecc.c
  18. crypto_ecc\.c:^derive_h$:^label$
  19. crypto_ecc\.c:^GNUNET_CRYPTO_ecc_key_derive$:^label$
  20. crypto_ecc\.c:^GNUNET_CRYPTO_ecc_public_key_derive$:^label$
  21. # random numbers in crypto_random.c
  22. crypto_ecc\.c:^GNUNET_CRYPTO_random_u32$:^ret$
  23. crypto_ecc\.c:^GNUNET_CRYPTO_random_u64$:^ret$
  24. crypto_ecc\.c:^GNUNET_CRYPTO_random_permute$:^x$
  25. # keys in gnunet-service-core_kx.c
  26. gnunet-service-core_kx\.c:GSC_KX_handle_ephemeral_key:^key_material$
  27. gnunet-service-core_kx\.c::^encrypt_key$
  28. gnunet-service-core_kx\.c::^decrypt_key$
  29. gnunet-service-core_kx\.c:derive_aes_key:^key_material$
  30. gnunet-service-core_kx\.c:derive_aes_key:^skey$
  31. gnunet-service-core_kx\.c:derive_auth_key:^akey$
  32. gnunet-service-core_kx\.c:derive_auth_key:^skey$
  33. # keywords in file-sharing
  34. fs_.*::keyword
  35. gnunet-service-fs.*::keyword
  36. gnunet-search\.c.*::keyword
  37. gnunet-search\.c.*:^run$:^args$
  38. # download URI for downloading
  39. gnunet-service-fs.*::chk
  40. gnunet-search\.c.*::chk
  41. fs_uri\.c:uri_chk_parse:^h1$
  42. fs_uri\.c:uri_chk_parse:^h2$
  43. fs_uri\.c:GNUNET_FS_uri_parse:^uri$
  44. gnunet-download\.c.*:^run$:^args$
  45. # filename for downloading
  46. gnunet-download\.c::^filename$
  47. # filename for publishing
  48. gnunet-publish\.c:run:^uri_string$
  49. gnunet-publish\.c:run:^args$
  50. gnunet-publish\.c:identity_continuation:^args0$