Home
last modified time | relevance | path

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

/crypto/
Dapi.c288 int ok; in crypto_probing_notify() local
290 ok = blocking_notifier_call_chain(&crypto_chain, val, v); in crypto_probing_notify()
291 if (ok == NOTIFY_DONE) { in crypto_probing_notify()
293 ok = blocking_notifier_call_chain(&crypto_chain, val, v); in crypto_probing_notify()
296 return ok; in crypto_probing_notify()
304 int ok; in crypto_alg_mod_lookup() local
320 ok = crypto_probing_notify(CRYPTO_MSG_ALG_REQUEST, larval); in crypto_alg_mod_lookup()
322 if (ok == NOTIFY_STOP) in crypto_alg_mod_lookup()
Dfips140-module.c461 bool ok = false; in check_fips140_module_hmac() local
530 ok = true; in check_fips140_module_hmac()
541 return ok; in check_fips140_module_hmac()
Dskcipher.c240 goto ok; in skcipher_next_slow()
273 ok: in skcipher_next_slow()