Searched refs:skcipher_encrypt (Results 1 – 5 of 5) sorted by relevance
/drivers/crypto/caam/ |
D | caamalg.c | 1857 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1876 .encrypt = skcipher_encrypt, 1892 .encrypt = skcipher_encrypt, 1908 .encrypt = skcipher_encrypt, 1924 .encrypt = skcipher_encrypt, 1942 .encrypt = skcipher_encrypt, 1966 .encrypt = skcipher_encrypt, 1982 .encrypt = skcipher_encrypt, 1997 .encrypt = skcipher_encrypt, 2012 .encrypt = skcipher_encrypt,
|
D | caamalg_qi.c | 1455 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1474 .encrypt = skcipher_encrypt, 1490 .encrypt = skcipher_encrypt, 1506 .encrypt = skcipher_encrypt, 1522 .encrypt = skcipher_encrypt, 1540 .encrypt = skcipher_encrypt, 1564 .encrypt = skcipher_encrypt,
|
D | caamalg_qi2.c | 1474 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 1679 .encrypt = skcipher_encrypt, 1695 .encrypt = skcipher_encrypt, 1711 .encrypt = skcipher_encrypt, 1727 .encrypt = skcipher_encrypt, 1745 .encrypt = skcipher_encrypt, 1769 .encrypt = skcipher_encrypt, 1785 .encrypt = skcipher_encrypt,
|
/drivers/crypto/ |
D | talitos.c | 1651 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt() function 3199 t_alg->algt.alg.skcipher.encrypt = skcipher_encrypt; in talitos_alg_alloc()
|
/drivers/crypto/bcm/ |
D | cipher.c | 1890 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function 4472 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()
|