Home
last modified time | relevance | path

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

/crypto/
A Dcrypto_engine.c217 static int crypto_transfer_request_to_engine(struct crypto_engine *engine, in crypto_transfer_request_to_engine() function
232 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_aead_request_to_engine()
245 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_akcipher_request_to_engine()
258 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_hash_request_to_engine()
271 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_kpp_request_to_engine()
284 return crypto_transfer_request_to_engine(engine, &req->base); in crypto_transfer_skcipher_request_to_engine()

Completed in 3 milliseconds