OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NX509_SIG
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/des/
read_pwd.c
198
#ifndef
NX509_SIG
199
#define
NX509_SIG
32
210
static struct sigaction savsig[
NX509_SIG
];
212
static void (*savsig[
NX509_SIG
])(int );
426
for (i=1; i<
NX509_SIG
; i++)
452
for (i=1; i<
NX509_SIG
; i++)
/external/openssl/crypto/ui/
ui_openssl.c
280
#ifndef
NX509_SIG
281
# define
NX509_SIG
32
287
static struct sigaction savsig[
NX509_SIG
];
289
static void (*savsig[
NX509_SIG
])(int );
610
for (i=1; i<
NX509_SIG
; i++)
648
for (i=1; i<
NX509_SIG
; i++)
Completed in 162 milliseconds