Lines Matching defs:skcipher
31 #include <crypto/skcipher.h>
115 * receive a SPU response message for an skcipher request. Includes buffers to
179 * send a SPU request message for an skcipher request. Includes SPU message
1699 * skcipher_enqueue() - Handle skcipher encrypt or decrypt request.
3517 .alg.skcipher = {
3536 .alg.skcipher = {
3555 .alg.skcipher = {
3574 .alg.skcipher = {
3593 .alg.skcipher = {
3612 .alg.skcipher = {
3631 .alg.skcipher = {
3650 .alg.skcipher = {
4112 static int skcipher_init_tfm(struct crypto_skcipher *skcipher)
4114 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher);
4115 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher);
4120 crypto_skcipher_set_reqsize(skcipher, sizeof(struct iproc_reqctx_s));
4122 cipher_alg = container_of(alg, struct iproc_alg_s, alg.skcipher);
4369 struct skcipher_alg *crypto = &driver_alg->alg.skcipher;
4390 pr_debug(" registered skcipher %s\n", crypto->base.cra_driver_name);
4518 crypto_unregister_skcipher(&driver_algs[j].alg.skcipher);
4674 crypto_unregister_skcipher(&driver_algs[i].alg.skcipher);
4676 driver_algs[i].alg.skcipher.base.cra_driver_name);