Home
last modified time | relevance | path

Searched refs:GSMERR_OK (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c137 return GSMERR_OK; in goodbye()
146 return GSMERR_OK; in get_targetname()
255 return GSMERR_OK; in get_version_capa()
264 return GSMERR_OK; in get_moniker()
341 case GSMERR_OK: in build_context()
364 case GSMERR_OK: in build_context()
378 val = GSMERR_OK; in build_context()
381 if (iContext == NULL || val != GSMERR_OK) { in build_context()
389 if (aContext == NULL || val != GSMERR_OK) { in build_context()
397 if (hDelegCred == NULL || val != GSMERR_OK) { in build_context()
[all …]
H A Dprotocol.h52 GSMERR_OK = 0, enumerator
H A Dgssmask.c172 return GSMERR_OK; in convert_gss_to_gsm()
189 return GSMERR_OK; in convert_krb5_to_gsm()
511 put32(c, GSMERR_OK); in HandleOP()