Home
last modified time | relevance | path

Searched refs:INST_SZ (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h73 #define INST_SZ 40 macro
83 char instance[INST_SZ]; /* Instance */
91 char pinst[INST_SZ]; /* Principal's instance */
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_kerb.c66 #define INST_SZ 40 in test_524_conv_principal() macro
68 char aname[ANAME_SZ+1], inst[INST_SZ+1], realm[REALM_SZ+1]; in test_524_conv_principal()
70 aname[ANAME_SZ] = inst[INST_SZ] = realm[REALM_SZ] = 0; in test_524_conv_principal()
H A Dconv_princ.c47 #define INST_SZ 40 macro
182 if (!c || (c - compo->data) >= INST_SZ - 1) in krb5_524_conv_principal()
195 if (compo->length >= INST_SZ - 1) in krb5_524_conv_principal()
/freebsd/crypto/krb5/src/windows/include/
H A Dleashwin.h9 #define INST_SZ 40 macro
11 #define MAX_K_NAME_SZ (ANAME_SZ + INST_SZ + REALM_SZ + 2)
/freebsd/include/rpc/
H A Dauth_kerb.h69 char pinst[INST_SZ]; /* His Instance */
/freebsd/contrib/telnet/libtelnet/
H A Dkerberos.c147 char instance[INST_SZ]; in kerberos4_send()
237 char instance[INST_SZ]; in kerberos4_is()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshfunc.c461 char inst[INST_SZ]; in Leash_int_kinit_ex()