Searched refs:old_action (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | sha256.c | 180 struct sigaction old_action, new_action; in mbedtls_a64_crypto_sha256_determine_support() local 191 sigaction(SIGILL, &new_action, &old_action); in mbedtls_a64_crypto_sha256_determine_support() 205 sigaction(SIGILL, &old_action, NULL); in mbedtls_a64_crypto_sha256_determine_support()
|
D | sha512.c | 175 struct sigaction old_action, new_action; in mbedtls_a64_crypto_sha512_determine_support() local 186 sigaction(SIGILL, &new_action, &old_action); in mbedtls_a64_crypto_sha512_determine_support() 196 sigaction(SIGILL, &old_action, NULL); in mbedtls_a64_crypto_sha512_determine_support()
|