Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcrypto_engine.c215 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine() function
231 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_ablkcipher_request_to_engine()
244 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_aead_request_to_engine()
257 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_akcipher_request_to_engine()
270 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_hash_request_to_engine()
283 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_skcipher_request_to_engine()