Lines Matching refs:pad_buffer
273 void *pad_buffer; /* cache-aligned block padding buffer */ member
297 char pad_buffer[SHA512_BLOCK_SIZE + 32]; member
1392 error = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_hash()
1491 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1494 req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1794 ret = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_crypto()
1824 ac->pad_buffer, in artpec6_crypto_prepare_crypto()
1830 ac->pad_buffer, pad, in artpec6_crypto_prepare_crypto()
1920 ret = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_aead()
2011 ac->pad_buffer, in artpec6_crypto_prepare_aead()
3079 ac->pad_buffer = devm_kzalloc(&pdev->dev, 2 * ARTPEC_CACHE_LINE_MAX, in artpec6_crypto_probe()
3081 if (!ac->pad_buffer) in artpec6_crypto_probe()
3083 ac->pad_buffer = PTR_ALIGN(ac->pad_buffer, ARTPEC_CACHE_LINE_MAX); in artpec6_crypto_probe()