Searched refs:token_enc (Results 1 – 1 of 1) sorted by relevance
186 struct crypto_aead *token_enc = NULL; in rxgk_extract_token() local225 ret = rxgk_set_up_token_cipher(server_secret, &token_enc, enctype, &krb5, GFP_NOFS); in rxgk_extract_token()235 ret = rxgk_decrypt_skb(krb5, token_enc, skb, in rxgk_extract_token()237 crypto_free_aead(token_enc); in rxgk_extract_token()238 token_enc = NULL; in rxgk_extract_token()
Completed in 4 milliseconds