Home
last modified time | relevance | path

Searched refs:null (Results 1 – 3 of 3) sorted by relevance

/crypto/
Dauthenc.c31 struct crypto_sync_skcipher *null; member
191 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() local
336 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()
Dauthencesn.c34 struct crypto_sync_skcipher *null; member
181 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() local
351 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()
Dgcm.c50 struct crypto_sync_skcipher *null; member
1026 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() local
1062 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()