Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dspu.h230 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode,
Dspu.c464 u32 spum_gcm_ccm_pad_len(enum spu_cipher_mode cipher_mode, in spum_gcm_ccm_pad_len() function
499 pad = spum_gcm_ccm_pad_len(cipher_mode, buflen); in spum_assoc_resp_len()
507 pad = spum_gcm_ccm_pad_len(cipher_mode, buflen + 2); in spum_assoc_resp_len()
Dcipher.c4329 spu->spu_gcm_ccm_pad_len = spum_gcm_ccm_pad_len; in spu_functions_register()