align_ptr          40 crypto/hmac.c  	return align_ptr(crypto_hash_ctx_aligned(tfm) +
align_ptr          53 crypto/hmac.c  	struct hmac_ctx *ctx = align_ptr(digest + ds, sizeof(void *));
align_ptr         114 crypto/hmac.c  	struct hmac_ctx *ctx = align_ptr(ipad + bs * 2 + ds, sizeof(void *));
align_ptr         149 crypto/hmac.c  	struct hmac_ctx *ctx = align_ptr(digest + ds, sizeof(void *));
align_ptr         174 crypto/hmac.c  	struct hmac_ctx *ctx = align_ptr(digest + ds, sizeof(void *));