Lines Matching defs:null
15 #include <crypto/null.h>
34 struct crypto_sync_skcipher *null;
169 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null);
171 skcipher_request_set_sync_tfm(skreq, ctx->null);
326 struct crypto_sync_skcipher *null;
338 null = crypto_get_default_null_skcipher();
339 err = PTR_ERR(null);
340 if (IS_ERR(null))
345 ctx->null = null;