Home
last modified time | relevance | path

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

/net/rxrpc/
Drxkad.c56 static struct crypto_blkcipher *rxkad_ci; variable
976 ASSERT(rxkad_ci != NULL); in rxkad_decrypt_response()
979 if (crypto_blkcipher_setkey(rxkad_ci, session_key->x, in rxkad_decrypt_response()
984 desc.tfm = rxkad_ci; in rxkad_decrypt_response()
1144 rxkad_ci = crypto_alloc_blkcipher("pcbc(fcrypt)", 0, CRYPTO_ALG_ASYNC); in rxkad_init()
1145 if (IS_ERR(rxkad_ci)) in rxkad_init()
1146 return PTR_ERR(rxkad_ci); in rxkad_init()
1158 crypto_free_blkcipher(rxkad_ci); in rxkad_exit()