Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dsha256.c171 static jmp_buf return_from_sigill; variable
179 longjmp(return_from_sigill, 1); in sigill_handler()
199 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()