Home
last modified time | relevance | path

Searched refs:RunTrampoline (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/test/
Dabi_test.h207 crypto_word_t RunTrampoline(Result *out, crypto_word_t func,
291 return RunTrampoline(out, reinterpret_cast<crypto_word_t>(func), argv, in CheckImpl()
Dabi_test.cc90 crypto_word_t RunTrampoline(Result *out, crypto_word_t func, in RunTrampoline() function