Home
last modified time | relevance | path

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

/net/rxrpc/
A Drxgk.c920 size_t len, auth_len, authx_len, offset, auth_offset, authx_offset; in rxgk_construct_response() local
929 authx_len = crypto_krb5_how_much_buffer(gk->krb5, KRB5_ENCRYPT_MODE, in rxgk_construct_response()
932 8 + (4 + xdr_round_up(gk->key->ticket.len)) + (4 + authx_len); in rxgk_construct_response()
963 authx_offset, authx_len, in rxgk_construct_response()
967 authx_len = ret; in rxgk_construct_response()
969 tmp = htonl(authx_len); in rxgk_construct_response()
974 ret = rxgk_pad_out(response, authx_len, authx_offset + authx_len); in rxgk_construct_response()
977 len = authx_offset + authx_len + ret; in rxgk_construct_response()

Completed in 7 milliseconds