Searched defs:authsize (Results 1 - 25 of 65) sorted by path

123

/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c416 static int gcm_aes_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
584 int authsize = crypto_aead_authsize(aead); local
688 static int rfc4106_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c55 static int ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
249 unsigned int authsize = crypto_aead_authsize(aead); local
H A Dghash-ce-glue.c264 static int gcm_aes_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
402 unsigned int authsize = crypto_aead_authsize(aead); local
495 static int rfc4106_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
[all...]
H A Dsm4-ce-ccm-glue.c46 static int ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
243 unsigned int authsize = crypto_aead_authsize(aead); local
H A Dsm4-ce-gcm-glue.c61 static int gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
220 unsigned int authsize = crypto_aead_authsize(aead); local
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c169 static int set_authsize(struct crypto_aead *tfm, unsigned int authsize) argument
/linux-master/arch/s390/crypto/
H A Daes_s390.c655 static int gcm_aes_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c197 unsigned int authsize = crypto_aead_authsize(tfm); local
219 unsigned int authsize = crypto_aead_authsize(tfm); local
155 crypto_aegis128_aesni_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Daesni-intel_glue.c634 common_rfc4106_set_authsize(struct crypto_aead *aead, unsigned int authsize) argument
649 generic_gcmaes_set_authsize(struct crypto_aead *tfm, unsigned int authsize) argument
/linux-master/crypto/
H A Daead.c74 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Daegis128-core.c392 unsigned int authsize = crypto_aead_authsize(tfm); local
415 unsigned int authsize = crypto_aead_authsize(tfm); local
453 unsigned int authsize local
378 crypto_aegis128_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
478 unsigned int authsize = crypto_aead_authsize(tfm); local
[all...]
H A Daegis128-neon-inner.c317 crypto_aegis128_final_neon(void *state, void *tag_xor, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize) argument
H A Daegis128-neon.c55 crypto_aegis128_final_simd(struct aegis_state *state, union aegis_block *tag_xor, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize) argument
H A Dalgif_aead.c493 static int aead_setauthsize(void *private, unsigned int authsize) argument
H A Dauthenc.c236 unsigned int authsize = crypto_aead_authsize(authenc); local
276 unsigned int authsize = crypto_aead_authsize(authenc); local
H A Dauthencesn.c92 unsigned int authsize = crypto_aead_authsize(authenc_esn); local
124 unsigned int authsize = crypto_aead_authsize(authenc_esn); local
217 unsigned int authsize = crypto_aead_authsize(authenc_esn); local
49 crypto_authenc_esn_setauthsize(struct crypto_aead *authenc_esn, unsigned int authsize) argument
268 unsigned int authsize = crypto_aead_authsize(authenc_esn); local
[all...]
H A Dccm.c329 unsigned int authsize = crypto_aead_authsize(aead); local
352 unsigned int authsize = crypto_aead_authsize(aead); local
109 crypto_ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
585 crypto_rfc4309_setauthsize(struct crypto_aead *parent, unsigned int authsize) argument
[all...]
H A Dchacha20poly1305.c491 chachapoly_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Dcryptd.c728 cryptd_aead_setauthsize(struct crypto_aead *parent, unsigned int authsize) argument
H A Dessiv.c126 essiv_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Dgcm.c469 unsigned int authsize = crypto_aead_authsize(aead); local
504 unsigned int authsize = crypto_aead_authsize(aead); local
146 crypto_gcm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
705 crypto_rfc4106_setauthsize(struct crypto_aead *parent, unsigned int authsize) argument
913 crypto_rfc4543_setauthsize(struct crypto_aead *parent, unsigned int authsize) argument
930 unsigned int authsize = crypto_aead_authsize(aead); local
959 unsigned int authsize = crypto_aead_authsize(aead); local
[all...]
H A Dgeniv.c27 aead_geniv_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Dpcrypt.c50 pcrypt_aead_setauthsize(struct crypto_aead *parent, unsigned int authsize) argument
H A Dsimd.c302 static int simd_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) argument
H A Dtcrypt.c243 test_mb_aead_speed(const char *algo, int enc, int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize, u32 num_mb) argument
518 test_aead_speed(const char *algo, int enc, unsigned int secs, struct aead_speed_template *template, unsigned int tcount, u8 authsize, unsigned int aad_size, u8 *keysize) argument
[all...]

Completed in 485 milliseconds

123