Lines Matching defs:null
12 #include <crypto/null.h>
49 struct crypto_sync_skcipher *null;
966 SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null);
968 skcipher_request_set_sync_tfm(nreq, ctx->null);
994 struct crypto_sync_skcipher *null;
1002 null = crypto_get_default_null_skcipher();
1003 err = PTR_ERR(null);
1004 if (IS_ERR(null))
1008 ctx->null = null;