Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dskcipher.h420 static inline struct skcipher_request *skcipher_request_alloc( in skcipher_request_alloc() function
/linux-4.4.14/crypto/
Dtestmgr.c963 req = skcipher_request_alloc(tfm, GFP_KERNEL); in __test_skcipher()