Home
last modified time | relevance | path

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

/linux/crypto/
H A Dapi.c182 if (!crypto_is_test_larval(larval)) in crypto_start_test()
218 if (crypto_is_test_larval(larval)) in crypto_larval_wait()
232 else if (crypto_is_test_larval(larval) && in crypto_larval_wait()
H A Dinternal.h192 static inline int crypto_is_test_larval(struct crypto_larval *larval) in crypto_is_test_larval() function