Searched refs:PTR_ALIGN (Results 1 – 7 of 7) sorted by relevance
11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma()
43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma()
80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
203 return PTR_ALIGN(ahash_request_ctx(req), align); in ahash_request_ctx_dma()
252 return PTR_ALIGN(skcipher_request_ctx(req), align); in skcipher_request_ctx_dma()
192 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()