Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/bcm/
H A Dutil.h111 void format_value_ccm(unsigned int val, u8 *buf, u8 len);
H A Dutil.c517 void format_value_ccm(unsigned int val, u8 *buf, u8 len) in format_value_ccm() function
H A Dspu.c1201 format_value_ccm(chunksize, &cipher_parms->iv_buf[15 - L + 1], L); in spum_ccm_update_iv()