Lines Matching defs:null
12 #include <crypto/null.h>
49 struct crypto_sync_skcipher *null;
964 SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null);
966 skcipher_request_set_sync_tfm(nreq, ctx->null);
992 struct crypto_sync_skcipher *null;
1000 null = crypto_get_default_null_skcipher();
1001 err = PTR_ERR(null);
1002 if (IS_ERR(null))
1006 ctx->null = null;