Searched refs:templen (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_fcs_lport.c | 1909 u16 templen; in bfa_fcs_lport_fdmi_build_rhba_pyld() local 1935 templen = sizeof(wwn_t); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1936 memcpy(attr->value, &bfa_fcs_lport_get_nwwn(port), templen); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1937 curr_ptr += sizeof(attr->type) + sizeof(templen) + templen; in bfa_fcs_lport_fdmi_build_rhba_pyld() 1938 len += templen; in bfa_fcs_lport_fdmi_build_rhba_pyld() 1940 attr->len = cpu_to_be16(templen + sizeof(attr->type) + in bfa_fcs_lport_fdmi_build_rhba_pyld() 1941 sizeof(templen)); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1948 templen = (u16) strlen(fcs_hba_attr->manufacturer); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1949 memcpy(attr->value, fcs_hba_attr->manufacturer, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld() 2245 u16 templen; bfa_fcs_lport_fdmi_build_portattr_block() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_fcs_lport.c | 1910 u16 templen, count; in bfa_fcs_lport_fdmi_build_rhba_pyld() local 1940 templen = sizeof(wwn_t); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1941 memcpy(attr->value, &bfa_fcs_lport_get_nwwn(port), templen); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1942 curr_ptr += sizeof(attr->type) + sizeof(templen) + templen; in bfa_fcs_lport_fdmi_build_rhba_pyld() 1943 len += templen; in bfa_fcs_lport_fdmi_build_rhba_pyld() 1945 attr->len = cpu_to_be16(templen + sizeof(attr->type) + in bfa_fcs_lport_fdmi_build_rhba_pyld() 1946 sizeof(templen)); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1953 templen = (u16) strlen(fcs_hba_attr->manufacturer); in bfa_fcs_lport_fdmi_build_rhba_pyld() 1954 memcpy(attr->value, fcs_hba_attr->manufacturer, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld() 2253 u16 templen; bfa_fcs_lport_fdmi_build_portattr_block() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | drbg.c | 409 unsigned int templen = 0; in drbg_ctr_df() local 463 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df() 471 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df() 476 templen += drbg_blocklen(drbg); in drbg_ctr_df()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | drbg.c | 411 unsigned int templen = 0; in drbg_ctr_df() local 465 while (templen < (drbg_keylen(drbg) + (drbg_blocklen(drbg)))) { in drbg_ctr_df() 473 ret = drbg_ctr_bcc(drbg, temp + templen, K, &bcc_list); in drbg_ctr_df() 478 templen += drbg_blocklen(drbg); in drbg_ctr_df()
|
Completed in 14 milliseconds