Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/
Dsa2ul.c478 u8 enc, u8 *sc_buf) in sa_set_sc_enc() argument
483 sc_buf[0] = SA_CRYPTO_PROCESSING; in sa_set_sc_enc()
491 memcpy(&sc_buf[1], mci, MODE_CONTROL_BYTES); in sa_set_sc_enc()
495 if (sa_aes_inv_key(&sc_buf[SC_ENC_KEY_OFFSET], key, key_sz)) in sa_set_sc_enc()
499 memcpy(&sc_buf[SC_ENC_KEY_OFFSET], key, key_sz); in sa_set_sc_enc()
507 u8 *sc_buf) in sa_set_sc_auth() argument
512 sc_buf[0] = SA_HASH_PROCESSING; in sa_set_sc_auth()
514 sc_buf[1] = SA_UPLOAD_HASH_TO_TLR; in sa_set_sc_auth()
515 sc_buf[1] |= ad->auth_ctrl; in sa_set_sc_auth()
522 memcpy(&sc_buf[32], ipad, ad->hash_size); in sa_set_sc_auth()
[all …]
/Linux-v5.10/Documentation/scsi/
DChangeLog.lpfc1782 * Removed unused types: struct buf, struct sc_buf, T_SCSIBUF