Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dspu.c462 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spum_gcm_ccm_pad_len() function
497 pad = spum_gcm_ccm_pad_len(cipher_mode, buflen); in spum_assoc_resp_len()
505 pad = spum_gcm_ccm_pad_len(cipher_mode, buflen + 2); in spum_assoc_resp_len()
H A Dspu.h231 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode,
H A Dcipher.c4240 spu->spu_gcm_ccm_pad_len = spum_gcm_ccm_pad_len; in spu_functions_register()