RTEMS CPU Kit with SuperCore
4.11.3
|
Go to the source code of this file.
Data Structures | |
union | des_block |
struct | opaque_auth |
struct | __rpc_auth |
struct | __rpc_auth::auth_ops |
struct | netstarg |
Typedefs | |
typedef union des_block | des_block |
typedef __END_DECLS struct __rpc_auth | AUTH |
typedef char | kbuf[HEXKEYBYTES] |
typedef char * | namestr |
Enumerations | |
enum | auth_stat { AUTH_OK =0, AUTH_BADCRED =1, AUTH_REJECTEDCRED =2, AUTH_BADVERF =3, AUTH_REJECTEDVERF =4, AUTH_TOOWEAK =5, AUTH_INVALIDRESP =6, AUTH_FAILED =7, _AUTH_STAT = 0xffffffff } |
Functions | |
__BEGIN_DECLS bool_t | xdr_des_block (XDR *, des_block *) |
__BEGIN_DECLS bool_t | xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) |
AUTH * | authunix_create (char *, int, int, int, int *) |
AUTH * | authunix_create_default (void) |
AUTH * | authnone_create (void) |
__BEGIN_DECLS AUTH * | authdes_create (char *, u_int, struct sockaddr *, des_block *) |
__END_DECLS __BEGIN_DECLS int | netname2user (char *, uid_t *, gid_t *, int *, gid_t *) |
int | netname2host (char *, char *, int) |
int | getnetname (char *) |
int | user2netname (char *, uid_t, char *) |
int | host2netname (char *, char *, char *) |
void | passwd2des (char *, char *) |
__BEGIN_DECLS int | key_decryptsession (const char *, des_block *) |
int | key_decryptsession_pk (char *, netobj *, des_block *) |
int | key_encryptsession (const char *, des_block *) |
int | key_encryptsession_pk (char *, netobj *, des_block *) |
int | key_gendes (des_block *) |
int | key_setsecret (const char *) |
int | key_secretkey_is_set (void) |
int | key_setnet (struct netstarg *) |
int | key_get_conv (char *, des_block *) |
__END_DECLS __BEGIN_DECLS int | getpublickey (char *, char *) |
int | getpublicandprivatekey (char *, char *) |
int | getsecretkey (char *, char *, char *) |
Variables | |
struct opaque_auth | _null_auth |