Home
last modified time | relevance | path

Searched refs:PTR_ALIGN (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dalign.h11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/include/crypto/internal/
Dkpp.h60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma()
Dakcipher.h43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma()
Daead.h80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
Dhash.h203 return PTR_ALIGN(ahash_request_ctx(req), align); in ahash_request_ctx_dma()
Dskcipher.h252 return PTR_ALIGN(skcipher_request_ctx(req), align); in skcipher_request_ctx_dma()
/include/crypto/
Dalgapi.h192 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()