Searched refs:gcm_setauthsize (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-glue.c | 61 static int gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in gcm_setauthsize() function 255 .setauthsize = gcm_setauthsize,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 261 static int gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in gcm_setauthsize() function 576 .setauthsize = gcm_setauthsize,
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 343 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() function 1622 .setauthsize = gcm_setauthsize,
|
H A D | caamalg.c | 373 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() function 2063 .setauthsize = gcm_setauthsize,
|
H A D | caamalg_qi2.c | 703 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() function 1840 .setauthsize = gcm_setauthsize,
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 348 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() function 1638 .setauthsize = gcm_setauthsize,
|
H A D | caamalg.c | 382 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() function 2122 .setauthsize = gcm_setauthsize,
|
H A D | caamalg_qi2.c | 708 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() function 1847 .setauthsize = gcm_setauthsize,
|
Completed in 27 milliseconds