Home
last modified time | relevance | path

Searched refs:rsa_size (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/tls/
H A Dtls_signer.c186 int rsa_padding, rsa_size, signature_len; in tls_sign_rsa() local
208 if ((rsa_size = RSA_size(skey->rsa)) <= 0) { in tls_sign_rsa()
210 rsa_size); in tls_sign_rsa()
213 if ((signature = calloc(1, rsa_size)) == NULL) { in tls_sign_rsa()
/dragonfly/sys/dev/drm/i915/
H A Dintel_uc_fw.c115 uc_fw->rsa_size = css->key_size_dw * sizeof(u32); in intel_uc_fw_fetch()
118 size = uc_fw->header_size + uc_fw->ucode_size + uc_fw->rsa_size; in intel_uc_fw_fetch()
317 uc_fw->rsa_offset, uc_fw->rsa_size); in intel_uc_fw_dump()
H A Dintel_uc_fw.h71 u32 rsa_size; member