Searched refs:GHASH_DIGEST_SIZE (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/powerpc/crypto/ |
| A D | ghash.c | 42 u8 buffer[GHASH_DIGEST_SIZE]; 51 memset(dctx->shash, 0, GHASH_DIGEST_SIZE); in p8_ghash_init() 84 dctx->buffer, GHASH_DIGEST_SIZE); in __ghash_block() 125 if (dctx->bytes + srclen < GHASH_DIGEST_SIZE) { in p8_ghash_update() 132 GHASH_DIGEST_SIZE - dctx->bytes); in p8_ghash_update() 136 src += GHASH_DIGEST_SIZE - dctx->bytes; in p8_ghash_update() 137 srclen -= GHASH_DIGEST_SIZE - dctx->bytes; in p8_ghash_update() 140 len = srclen & ~(GHASH_DIGEST_SIZE - 1); in p8_ghash_update() 160 for (i = dctx->bytes; i < GHASH_DIGEST_SIZE; i++) in p8_ghash_final() 165 memcpy(out, dctx->shash, GHASH_DIGEST_SIZE); in p8_ghash_final() [all …]
|
| /linux/arch/s390/crypto/ |
| A D | ghash_s390.c | 17 #define GHASH_DIGEST_SIZE 16 macro 119 .digestsize = GHASH_DIGEST_SIZE,
|
| A D | aes_s390.c | 946 u8 tag[GHASH_DIGEST_SIZE]; in gcm_aes_crypt() 951 u8 t[GHASH_DIGEST_SIZE];/* Tag */ in gcm_aes_crypt() 1051 .maxauthsize = GHASH_DIGEST_SIZE,
|
| /linux/arch/riscv/crypto/ |
| A D | ghash-riscv64-glue.c | 127 memcpy(out, &dctx->accumulator, GHASH_DIGEST_SIZE); in riscv64_ghash_final() 137 .digestsize = GHASH_DIGEST_SIZE,
|
| /linux/include/crypto/ |
| A D | ghash.h | 13 #define GHASH_DIGEST_SIZE 16 macro
|
| /linux/arch/x86/crypto/ |
| A D | ghash-clmulni-intel_glue.c | 25 #define GHASH_DIGEST_SIZE 16 macro 162 .digestsize = GHASH_DIGEST_SIZE, 318 .digestsize = GHASH_DIGEST_SIZE,
|
| /linux/arch/arm/crypto/ |
| A D | ghash-ce-glue.c | 36 #define GHASH_DIGEST_SIZE 16 macro 53 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)]; 201 .digestsize = GHASH_DIGEST_SIZE, 349 .halg.digestsize = GHASH_DIGEST_SIZE,
|
| /linux/arch/arm64/crypto/ |
| A D | ghash-ce-glue.c | 31 #define GHASH_DIGEST_SIZE 16 macro 41 u64 digest[GHASH_DIGEST_SIZE/sizeof(u64)]; 212 .digestsize = GHASH_DIGEST_SIZE,
|
| /linux/crypto/ |
| A D | ghash-generic.c | 151 .digestsize = GHASH_DIGEST_SIZE,
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_crypto.h | 40 #define GHASH_DIGEST_SIZE 16 macro
|
| A D | chcr_algo.c | 4071 .maxauthsize = GHASH_DIGEST_SIZE, 4091 .maxauthsize = GHASH_DIGEST_SIZE, 4110 .maxauthsize = GHASH_DIGEST_SIZE, 4129 .maxauthsize = GHASH_DIGEST_SIZE,
|
| /linux/drivers/crypto/inside-secure/ |
| A D | safexcel_cipher.c | 2588 .maxauthsize = GHASH_DIGEST_SIZE, 3458 .maxauthsize = GHASH_DIGEST_SIZE, 3478 if (authsize != GHASH_DIGEST_SIZE) in safexcel_rfc4543_gcm_setauthsize() 3503 .maxauthsize = GHASH_DIGEST_SIZE,
|
Completed in 31 milliseconds