Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg.c758 /* skcipher_encrypt shared descriptor */ in skcipher_setkey()
1877 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
1896 .encrypt = skcipher_encrypt,
1915 .encrypt = skcipher_encrypt,
1934 .encrypt = skcipher_encrypt,
1953 .encrypt = skcipher_encrypt,
1974 .encrypt = skcipher_encrypt,
2001 .encrypt = skcipher_encrypt,
2020 .encrypt = skcipher_encrypt,
2038 .encrypt = skcipher_encrypt,
[all...]
H A Dcaamalg_qi.c1471 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
1490 .encrypt = skcipher_encrypt,
1506 .encrypt = skcipher_encrypt,
1522 .encrypt = skcipher_encrypt,
1538 .encrypt = skcipher_encrypt,
1556 .encrypt = skcipher_encrypt,
1580 .encrypt = skcipher_encrypt,
/linux/drivers/crypto/
H A Dtalitos.c1651 static int skcipher_encrypt(struct skcipher_request *areq) in skcipher_encrypt() function
3198 t_alg->algt.alg.skcipher.encrypt = skcipher_encrypt; in talitos_alg_alloc()
/linux/drivers/crypto/bcm/
H A Dcipher.c1890 static int skcipher_encrypt(struct skcipher_request *req) in skcipher_encrypt() function
1892 flow_log("skcipher_encrypt() nbytes:%u\n", req->cryptlen); in skcipher_encrypt()
4389 crypto->encrypt = skcipher_encrypt; in spu_register_skcipher()