Home
last modified time | relevance | path

Searched refs:looks_like_tf_psa_crypto_root (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbuild_tree.py12 def looks_like_tf_psa_crypto_root(path: str) -> bool: function
23 return looks_like_tf_psa_crypto_root(path) or looks_like_mbedtls_root(path)
35 if looks_like_tf_psa_crypto_root(root):
50 if looks_like_tf_psa_crypto_root(root):
117 if looks_like_tf_psa_crypto_root(root):
H A Dpsa_storage.py45 if build_tree.looks_like_tf_psa_crypto_root('.'):
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_compliance.py39 in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir)

Completed in 2 milliseconds