Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c3154 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt() function
4046 .encrypt = ablkcipher_encrypt,
4063 .encrypt = ablkcipher_encrypt,
4080 .encrypt = ablkcipher_encrypt,
4097 .encrypt = ablkcipher_encrypt,
4113 .encrypt = ablkcipher_encrypt,
/linux-4.1.27/drivers/crypto/
Dtalitos.c1473 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt() function
2522 alg->cra_ablkcipher.encrypt = ablkcipher_encrypt; in talitos_alg_alloc()