Searched refs:cached_ret (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_trust.c163 int cached_ret = -ENOKEY; local
175 if (cached_ret == -ENOKEY)
176 cached_ret = -ENOPKG;
179 cached_ret = 0;
186 return cached_ret;

Completed in 138 milliseconds