Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_seal.c83 if (ctx->flags & KRB5_CTX_FLAG_ACCEPTOR_SUBKEY) in setup_token_v2()
H A Dgss_krb5_wrap.c117 if ((kctx->flags & KRB5_CTX_FLAG_ACCEPTOR_SUBKEY) != 0) in gss_krb5_wrap_v2()
H A Dgss_krb5_internal.h58 #define KRB5_CTX_FLAG_ACCEPTOR_SUBKEY 0x00000004 macro