Lines Matching defs:null
12 #include <crypto/null.h>
31 struct crypto_sync_skcipher *null;
180 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null);
182 skcipher_request_set_sync_tfm(skreq, ctx->null);
312 struct crypto_sync_skcipher *null;
324 null = crypto_get_default_null_skcipher();
325 err = PTR_ERR(null);
326 if (IS_ERR(null))
331 ctx->null = null;