Home
last modified time | relevance | path

Searched refs:md_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt_impl.c119 uint32_t *md_len) in lanplus_HMAC() argument
132 return HMAC(evp_md, key, key_len, d, n, md, (unsigned int *)md_len); in lanplus_HMAC()
H A Dlanplus_crypt_impl.h46 uint32_t *md_len);
/openbmc/linux/arch/arm64/crypto/
H A Dsha3-ce-glue.c32 int md_len);
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c2497 int pf, sp, ps, md_len, bd_len, off, spf, pg_len; in resp_mode_select() local
2518 md_len = mselect6 ? (arr[0] + 1) : (get_unaligned_be16(arr + 0) + 2); in resp_mode_select()
2521 if (md_len > 2 || off >= res) { in resp_mode_select()