Lines Matching defs:null
12 #include <crypto/null.h>
31 struct crypto_sync_skcipher *null;
181 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null);
183 skcipher_request_set_sync_tfm(skreq, ctx->null);
314 struct crypto_sync_skcipher *null;
326 null = crypto_get_default_null_skcipher();
327 err = PTR_ERR(null);
328 if (IS_ERR(null))
333 ctx->null = null;