Searched refs:ablkcipher_encrypt (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg_qi.c | 1507 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt() function 1566 .encrypt = ablkcipher_encrypt, 1583 .encrypt = ablkcipher_encrypt, 1600 .encrypt = ablkcipher_encrypt, 1617 .encrypt = ablkcipher_encrypt, 1633 .encrypt = ablkcipher_encrypt, 1652 .encrypt = ablkcipher_encrypt,
|
D | caamalg.c | 1602 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt() function 1864 .encrypt = ablkcipher_encrypt, 1881 .encrypt = ablkcipher_encrypt, 1898 .encrypt = ablkcipher_encrypt, 1915 .encrypt = ablkcipher_encrypt, 1931 .encrypt = ablkcipher_encrypt, 1950 .encrypt = ablkcipher_encrypt,
|
/Linux-v4.19/drivers/crypto/ |
D | talitos.c | 1676 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt() function 3156 alg->cra_ablkcipher.encrypt = ablkcipher_encrypt; in talitos_alg_alloc()
|
/Linux-v4.19/drivers/crypto/bcm/ |
D | cipher.c | 1988 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt() function 4617 crypto->cra_ablkcipher.encrypt = ablkcipher_encrypt; in spu_register_ablkcipher()
|