Home
last modified time | relevance | path

Searched defs:check_signature (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_compile.py146 def check_signature(self, public_fn_name, private_fn_name, private_namespace): member in PublicTorchCompilerTests
/aosp_15_r20/external/coreboot/src/mainboard/prodrive/hermes/
H A Deeprom.c21 int check_signature(const size_t offset, const uint64_t signature) in check_signature() function