Searched refs:null (Results 1 – 3 of 3) sorted by relevance
31 struct crypto_sync_skcipher *null; member191 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_copy_assoc()193 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_copy_assoc()324 struct crypto_sync_skcipher *null; in crypto_authenc_init_tfm() local336 null = crypto_get_default_null_skcipher(); in crypto_authenc_init_tfm()337 err = PTR_ERR(null); in crypto_authenc_init_tfm()338 if (IS_ERR(null)) in crypto_authenc_init_tfm()343 ctx->null = null; in crypto_authenc_init_tfm()
34 struct crypto_sync_skcipher *null; member181 SYNC_SKCIPHER_REQUEST_ON_STACK(skreq, ctx->null); in crypto_authenc_esn_copy()183 skcipher_request_set_sync_tfm(skreq, ctx->null); in crypto_authenc_esn_copy()339 struct crypto_sync_skcipher *null; in crypto_authenc_esn_init_tfm() local351 null = crypto_get_default_null_skcipher(); in crypto_authenc_esn_init_tfm()352 err = PTR_ERR(null); in crypto_authenc_esn_init_tfm()353 if (IS_ERR(null)) in crypto_authenc_esn_init_tfm()358 ctx->null = null; in crypto_authenc_esn_init_tfm()
50 struct crypto_sync_skcipher *null; member1026 SYNC_SKCIPHER_REQUEST_ON_STACK(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()1028 skcipher_request_set_sync_tfm(nreq, ctx->null); in crypto_rfc4543_copy_src_to_dst()1054 struct crypto_sync_skcipher *null; in crypto_rfc4543_init_tfm() local1062 null = crypto_get_default_null_skcipher(); in crypto_rfc4543_init_tfm()1063 err = PTR_ERR(null); in crypto_rfc4543_init_tfm()1064 if (IS_ERR(null)) in crypto_rfc4543_init_tfm()1068 ctx->null = null; in crypto_rfc4543_init_tfm()