Files
tfm_ainventory/graphify-out/cache/61938d989eee3d5433c61e26cde41c5ba0a5e637fe57896809e76be7bb2e4de4.json

1 line
15 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "label": "concatkdf.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L1"}, {"id": "concatkdf_int_to_u32be", "label": "_int_to_u32be()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L16"}, {"id": "concatkdf_common_args_checks", "label": "_common_args_checks()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L20"}, {"id": "concatkdf_concatkdf_derive", "label": "_concatkdf_derive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L32"}, {"id": "concatkdf_concatkdfhash", "label": "ConcatKDFHash", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L55"}, {"id": "keyderivationfunction", "label": "KeyDerivationFunction", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "concatkdf_concatkdfhash_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L56"}, {"id": "concatkdf_concatkdfhash_hash", "label": "._hash()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L70"}, {"id": "concatkdf_concatkdfhash_derive", "label": ".derive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L73"}, {"id": "concatkdf_concatkdfhash_verify", "label": ".verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L81"}, {"id": "concatkdf_concatkdfhmac", "label": "ConcatKDFHMAC", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L86"}, {"id": "concatkdf_concatkdfhmac_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L87"}, {"id": "concatkdf_concatkdfhmac_hmac", "label": "._hmac()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L112"}, {"id": "concatkdf_concatkdfhmac_derive", "label": ".derive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L115"}, {"id": "concatkdf_concatkdfhmac_verify", "label": ".verify()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L123"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "cryptography", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "cryptography_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "cryptography_hazmat_primitives", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "cryptography_hazmat_primitives_kdf", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "concatkdf_int_to_u32be", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "concatkdf_common_args_checks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "concatkdf_concatkdf_derive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "concatkdf_concatkdfhash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L55", "weight": 1.0}, {"source": "concatkdf_concatkdfhash", "target": "keyderivationfunction", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L55", "weight": 1.0}, {"source": "concatkdf_concatkdfhash", "target": "concatkdf_concatkdfhash_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L56", "weight": 1.0}, {"source": "concatkdf_concatkdfhash", "target": "concatkdf_concatkdfhash_hash", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L70", "weight": 1.0}, {"source": "concatkdf_concatkdfhash", "target": "concatkdf_concatkdfhash_derive", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L73", "weight": 1.0}, {"source": "concatkdf_concatkdfhash", "target": "concatkdf_concatkdfhash_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L81", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_cryptography_hazmat_primitives_kdf_concatkdf_py", "target": "concatkdf_concatkdfhmac", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L86", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac", "target": "keyderivationfunction", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L86", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac", "target": "concatkdf_concatkdfhmac_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L87", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac", "target": "concatkdf_concatkdfhmac_hmac", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L112", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac", "target": "concatkdf_concatkdfhmac_derive", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L115", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac", "target": "concatkdf_concatkdfhmac_verify", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L123", "weight": 1.0}, {"source": "concatkdf_concatkdf_derive", "target": "concatkdf_int_to_u32be", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L45", "weight": 1.0}, {"source": "concatkdf_concatkdfhash_init", "target": "concatkdf_common_args_checks", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L63", "weight": 1.0}, {"source": "concatkdf_concatkdfhash_derive", "target": "concatkdf_concatkdf_derive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L77", "weight": 1.0}, {"source": "concatkdf_concatkdfhash_verify", "target": "concatkdf_concatkdfhmac_derive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L82", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac_init", "target": "concatkdf_common_args_checks", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L95", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac_derive", "target": "concatkdf_concatkdf_derive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L119", "weight": 1.0}, {"source": "concatkdf_concatkdfhmac_verify", "target": "concatkdf_concatkdfhmac_derive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L124", "weight": 1.0}], "raw_calls": [{"caller_nid": "concatkdf_int_to_u32be", "callee": "to_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L17"}, {"caller_nid": "concatkdf_common_args_checks", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L27"}, {"caller_nid": "concatkdf_common_args_checks", "callee": "_check_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L29"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "_check_byteslike", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L38"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "auxfn", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L44"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L45"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L46"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L47"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L48"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "finalize", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L48"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L49"}, {"caller_nid": "concatkdf_concatkdf_derive", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L52"}, {"caller_nid": "concatkdf_concatkdfhash_hash", "callee": "Hash", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L71"}, {"caller_nid": "concatkdf_concatkdfhash_verify", "callee": "bytes_eq", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L82"}, {"caller_nid": "concatkdf_concatkdfhmac_init", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L101"}, {"caller_nid": "concatkdf_concatkdfhmac_init", "callee": "_check_bytes", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L106"}, {"caller_nid": "concatkdf_concatkdfhmac_hmac", "callee": "HMAC", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L113"}, {"caller_nid": "concatkdf_concatkdfhmac_verify", "callee": "bytes_eq", "source_file": "backend/venv/lib/python3.12/site-packages/cryptography/hazmat/primitives/kdf/concatkdf.py", "source_location": "L124"}]}