Home
last modified time | relevance | path

Searched refs:templen (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_fcs_lport.c1883 u16 templen, count; in bfa_fcs_lport_fdmi_build_rhba_pyld() local
1913 templen = sizeof(wwn_t); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1914 memcpy(attr->value, &bfa_fcs_lport_get_nwwn(port), templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1915 curr_ptr += sizeof(attr->type) + sizeof(templen) + templen; in bfa_fcs_lport_fdmi_build_rhba_pyld()
1916 len += templen; in bfa_fcs_lport_fdmi_build_rhba_pyld()
1918 attr->len = cpu_to_be16(templen + sizeof(attr->type) + in bfa_fcs_lport_fdmi_build_rhba_pyld()
1919 sizeof(templen)); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1926 templen = (u16) strlen(fcs_hba_attr->manufacturer); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1927 memcpy(attr->value, fcs_hba_attr->manufacturer, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()
1928 templen = fc_roundup(templen, sizeof(u32)); in bfa_fcs_lport_fdmi_build_rhba_pyld()
[all …]
/linux-6.12.1/crypto/
Ddrbg.c399 unsigned int templen = 0; in drbg_ctr_df() local
453 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df()
461 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df()
466 templen += drbg_blocklen(drbg); in drbg_ctr_df()