Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c2650 static int ablkcipher_encrypt(struct ablkcipher_request *req) in ablkcipher_encrypt() function
2890 .encrypt = ablkcipher_encrypt,
2907 .encrypt = ablkcipher_encrypt,
2924 .encrypt = ablkcipher_encrypt,
2941 .encrypt = ablkcipher_encrypt,
2957 .encrypt = ablkcipher_encrypt,
2976 .encrypt = ablkcipher_encrypt,
/linux-4.4.14/drivers/crypto/
Dtalitos.c1618 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt() function
2748 alg->cra_ablkcipher.encrypt = ablkcipher_encrypt; in talitos_alg_alloc()