Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dkpp.h178 static inline struct kpp_request *kpp_request_alloc(struct crypto_kpp *tfm, in kpp_request_alloc() function
/linux-4.19.296/crypto/
Dtestmgr.c2069 req = kpp_request_alloc(tfm, GFP_KERNEL); in do_test_kpp()