rsa_size
.pkey_size = rsa_size,
.pkey_size = rsa_size,
int rsa_padding, rsa_size, signature_len;
if ((rsa_size = RSA_size(skey->rsa)) <= 0) {
"invalid RSA size: %d", rsa_size);
if ((signature = calloc(1, rsa_size)) == NULL) {
return uc_fw->type == INTEL_UC_FW_TYPE_HUC || uc_fw->rsa_size > 256;
GEM_BUG_ON(uc_fw->rsa_size > PAGE_SIZE);
if (copied < uc_fw->rsa_size) {
u32 size = min_t(u32, uc_fw->rsa_size, max_len);
drm_printf(p, "\tRSA: %u bytes\n", uc_fw->rsa_size);
uc_fw->rsa_size = css->key_size_dw * sizeof(u32);
size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size;
u32 rsa_size;