Home
last modified time | relevance | path

Searched refs:crypto_tfm_ctx_alignment (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dcmac.c267 ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) in cmac_create()
268 + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
272 ALIGN(sizeof(struct cmac_tfm_ctx), crypto_tfm_ctx_alignment()) in cmac_create()
274 ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
H A Dhmac.c37 crypto_tfm_ctx_alignment()); in hmac_ctx()
49 crypto_tfm_ctx_alignment()); in hmac_setkey()
216 ALIGN(ss * 2, crypto_tfm_ctx_alignment()); in hmac_create()
H A Dxcbc.c228 crypto_tfm_ctx_alignment()) + in xcbc_create()
230 ~(crypto_tfm_ctx_alignment() - 1)) + in xcbc_create()
H A Dcts.c303 crypto_tfm_ctx_alignment()) + in crypto_cts_init_tfm()
304 (align & ~(crypto_tfm_ctx_alignment() - 1)) + bsize; in crypto_cts_init_tfm()
H A Dgcm.c544 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_gcm_init_tfm()
804 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4106_init_tfm()
808 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4106_init_tfm()
1011 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4543_init_tfm()
1015 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4543_init_tfm()
H A Dccm.c416 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_ccm_init_tfm()
683 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4309_init_tfm()
687 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4309_init_tfm()
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dcmac.c267 ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) in cmac_create()
268 + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
272 ALIGN(sizeof(struct cmac_tfm_ctx), crypto_tfm_ctx_alignment()) in cmac_create()
274 ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
H A Dhmac.c37 crypto_tfm_ctx_alignment()); in hmac_ctx()
49 crypto_tfm_ctx_alignment()); in hmac_setkey()
216 ALIGN(ss * 2, crypto_tfm_ctx_alignment()); in hmac_create()
H A Dxcbc.c228 crypto_tfm_ctx_alignment()) + in xcbc_create()
230 ~(crypto_tfm_ctx_alignment() - 1)) + in xcbc_create()
H A Dcts.c303 crypto_tfm_ctx_alignment()) + in crypto_cts_init_tfm()
304 (align & ~(crypto_tfm_ctx_alignment() - 1)) + bsize; in crypto_cts_init_tfm()
H A Dgcm.c544 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_gcm_init_tfm()
804 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4106_init_tfm()
808 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4106_init_tfm()
1011 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4543_init_tfm()
1015 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4543_init_tfm()
H A Dccm.c416 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_ccm_init_tfm()
683 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4309_init_tfm()
687 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4309_init_tfm()
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dcmac.c267 ALIGN(sizeof(struct cmac_desc_ctx), crypto_tfm_ctx_alignment()) in cmac_create()
268 + (alignmask & ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
272 ALIGN(sizeof(struct cmac_tfm_ctx), crypto_tfm_ctx_alignment()) in cmac_create()
274 ~(crypto_tfm_ctx_alignment() - 1)) in cmac_create()
H A Dhmac.c37 crypto_tfm_ctx_alignment()); in hmac_ctx()
49 crypto_tfm_ctx_alignment()); in hmac_setkey()
216 ALIGN(ss * 2, crypto_tfm_ctx_alignment()); in hmac_create()
H A Dxcbc.c228 crypto_tfm_ctx_alignment()) + in xcbc_create()
230 ~(crypto_tfm_ctx_alignment() - 1)) + in xcbc_create()
H A Dcts.c303 crypto_tfm_ctx_alignment()) + in crypto_cts_init_tfm()
304 (align & ~(crypto_tfm_ctx_alignment() - 1)) + bsize; in crypto_cts_init_tfm()
H A Dgcm.c544 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_gcm_init_tfm()
804 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4106_init_tfm()
808 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4106_init_tfm()
1011 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4543_init_tfm()
1015 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4543_init_tfm()
H A Dccm.c416 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_ccm_init_tfm()
683 align &= ~(crypto_tfm_ctx_alignment() - 1); in crypto_rfc4309_init_tfm()
687 ALIGN(crypto_aead_reqsize(aead), crypto_tfm_ctx_alignment()) + in crypto_rfc4309_init_tfm()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dah4.c32 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()
34 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()
61 crypto_tfm_ctx_alignment()); in ah_tmp_req()
H A Desp4.c56 ~(crypto_tfm_ctx_alignment() - 1); in esp_alloc_tmp()
57 len = ALIGN(len, crypto_tfm_ctx_alignment()); in esp_alloc_tmp()
85 crypto_tfm_ctx_alignment()); in esp_tmp_req()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dah4.c32 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()
34 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()
61 crypto_tfm_ctx_alignment()); in ah_tmp_req()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dah4.c32 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()
34 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()
61 crypto_tfm_ctx_alignment()); in ah_tmp_req()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dah6.c56 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()
58 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()
90 crypto_tfm_ctx_alignment()); in ah_tmp_req()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dah6.c56 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()
58 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()
90 crypto_tfm_ctx_alignment()); in ah_tmp_req()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dah6.c56 ~(crypto_tfm_ctx_alignment() - 1)); in ah_alloc_tmp()
58 len = ALIGN(len, crypto_tfm_ctx_alignment()); in ah_alloc_tmp()
90 crypto_tfm_ctx_alignment()); in ah_tmp_req()

123