Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcrypto.h517 struct crypto_async_request *crypto_request_clone(
/linux/crypto/
H A Dapi.c725 struct crypto_async_request *crypto_request_clone( in crypto_request_clone() function
740 EXPORT_SYMBOL_GPL(crypto_request_clone);
/linux/include/crypto/
H A Dhash.h1051 return container_of(crypto_request_clone(&req->base, total, gfp), in ahash_request_clone()