Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dsha256.c167 static jmp_buf return_from_sigill; variable
175 longjmp(return_from_sigill, 1); in sigill_handler()
195 if (setjmp(return_from_sigill) == 0) { /* First return only */ in mbedtls_a64_crypto_sha256_determine_support()
Dsha512.c162 static jmp_buf return_from_sigill; variable
170 longjmp(return_from_sigill, 1); in sigill_handler()
190 if (setjmp(return_from_sigill) == 0) { /* First return only */ in mbedtls_a64_crypto_sha512_determine_support()