Home
last modified time | relevance | path

Searched refs:sigbuf (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/none/tests/
Dasync-sigs.c51 char sigbuf[20]; in do_kill() local
53 sprintf(sigbuf, "-%d", sig); in do_kill()
55 execl("/bin/kill", "kill", sigbuf, pidbuf, (char *) NULL); in do_kill()
/external/boringssl/src/include/openssl/
Drsa.h495 const uint8_t *sigbuf, unsigned int siglen, const RSA *rsa);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp1812 const unsigned char* sigbuf = reinterpret_cast<const unsigned char*>(signatureBytes.get()); local
1814 return d2i_ECDSA_SIG(NULL, &sigbuf, siglen);