OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEC_CHAR
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h
49
typedef CHAR
SEC_CHAR
;
69
typedef
SEC_CHAR
*SECURITY_PSTR;
70
typedef CONST
SEC_CHAR
*SECURITY_PCSTR;
137
SEC_CHAR
*Name;
138
SEC_CHAR
*Comment;
330
SEC_CHAR
*sUserName;
343
SEC_CHAR
*sProviderName;
394
SEC_CHAR
*sUserName;
411
SEC_CHAR
*sSignatureAlgorithmName;
412
SEC_CHAR
*sEncryptAlgorithmName
[
all
...]
/external/openssh/openbsd-compat/
port-aix.c
135
if (getuserattr((char *)user, S_AUTHSYSTEM, &sys,
SEC_CHAR
) != 0) {
341
if (getuserattr((char *)user, S_REGISTRY, ®istry,
SEC_CHAR
) == 0) {
386
if (getuserattr(pw_name, S_AUTHDOMAIN, &authdomain,
SEC_CHAR
) != 0)
388
if (getuserattr(pw_name, S_AUTHNAME, &authname,
SEC_CHAR
) != 0)
Completed in 43 milliseconds