|
nfs-ganesha 1.4
|
#include <gssapi/gssapi.h>#include <string.h>Go to the source code of this file.
Classes | |
| struct | mech2file |
Defines | |
| #define | g_OID_equal(o1, o2) |
Functions | |
| char * | mech2file (gss_OID mech) |
Variables | |
| struct mech2file | m2f [] |
| #define g_OID_equal | ( | o1, | |
| o2 | |||
| ) |
(((o1)->length == (o2)->length) && \
(memcmp((o1)->elements,(o2)->elements,(int) (o1)->length) == 0))
Definition at line 45 of file svcgssd_mech2file.c.
| char* mech2file | ( | gss_OID | mech | ) |
Definition at line 65 of file svcgssd_mech2file.c.
{
{{9, "\052\206\110\206\367\022\001\002\002"}, "krb5"},
{{7, "\053\006\001\005\005\001\003"}, "spkm3"},
{{7, "\053\006\001\005\005\001\009"}, "lipkey"},
{{0,0},""},
}
Definition at line 54 of file svcgssd_mech2file.c.
1.7.3