Lines Matching defs:null
15 #include <crypto/null.h>
34 struct crypto_sync_skcipher *null;
171 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null);
173 skcipher_request_set_sync_tfm(skreq, ctx->null);
329 struct crypto_sync_skcipher *null;
341 null = crypto_get_default_null_skcipher();
342 err = PTR_ERR(null);
343 if (IS_ERR(null))
348 ctx->null = null;