Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dspu.h228 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dspu.c396 * spum_response_hdr_len() - Given the length of the hash key and encryption
404 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() function
H A Dcipher.c4242 spu->spu_response_hdr_len = spum_response_hdr_len; in spu_functions_register()