Lines Matching refs:pad_buffer
269 void *pad_buffer; /* cache-aligned block padding buffer */ member
294 char pad_buffer[SHA256_BLOCK_SIZE + 32]; member
1386 error = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_hash()
1484 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1487 req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1773 ret = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_crypto()
1803 ac->pad_buffer, in artpec6_crypto_prepare_crypto()
1809 ac->pad_buffer, pad, in artpec6_crypto_prepare_crypto()
1899 ret = artpec6_crypto_setup_in_descr(common, ac->pad_buffer, 4, false); in artpec6_crypto_prepare_aead()
1990 ac->pad_buffer, in artpec6_crypto_prepare_aead()
2021 ac->pad_buffer, in artpec6_crypto_prepare_aead()
2906 ac->pad_buffer = devm_kzalloc(&pdev->dev, 2 * ARTPEC_CACHE_LINE_MAX, in artpec6_crypto_probe()
2908 if (!ac->pad_buffer) in artpec6_crypto_probe()
2910 ac->pad_buffer = PTR_ALIGN(ac->pad_buffer, ARTPEC_CACHE_LINE_MAX); in artpec6_crypto_probe()