Searched refs:ghash_h (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_hw.c | 257 unsigned char ghash_h[AEAD_H_SIZE]; in chtls_key_info() local 307 memset(ghash_h, 0, AEAD_H_SIZE); in chtls_key_info() 308 aes_encrypt(&aes, ghash_h, ghash_h); in chtls_key_info() 329 memcpy(kctx->key + keylen, ghash_h, AEAD_H_SIZE); in chtls_key_info()
|
| /OK3568_Linux_fs/buildroot/package/ibrcommon/ |
| H A D | 0003-ibrcommon-ssl-gcm-fix-static-build-with-openssl.patch | 34 -#define gf_mul_hh(a, ctx, scr) gf_mul(a, ui8_ptr(ctx->ghash_h)) 35 +#define gf_mul_hh(a, ctx, scr) ibrdtn_gf_mul(a, ui8_ptr(ctx->ghash_h)) 40 memcpy(tbuf, ctx->ghash_h, BLOCK_SIZE);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
| H A D | chcr_ipsec.c | 174 unsigned char ghash_h[AEAD_H_SIZE]; in ch_ipsec_setkey() local 214 memset(ghash_h, 0, AEAD_H_SIZE); in ch_ipsec_setkey() 215 aes_encrypt(&aes, ghash_h, ghash_h); in ch_ipsec_setkey() 219 16), ghash_h, AEAD_H_SIZE); in ch_ipsec_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_crypto.h | 215 u8 ghash_h[AEAD_H_SIZE]; member
|
| H A D | chcr_algo.c | 3221 GCM_CTX(aeadctx)->ghash_h, AEAD_H_SIZE); in create_gcm_wr() 3542 memset(gctx->ghash_h, 0, AEAD_H_SIZE); in chcr_gcm_setkey() 3543 aes_encrypt(&aes, gctx->ghash_h, gctx->ghash_h); in chcr_gcm_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 76 unsigned char ghash_h[TLS_CIPHER_AES_GCM_256_TAG_SIZE]; in chcr_ktls_save_keys() local 145 memset(ghash_h, 0, ghash_size); in chcr_ktls_save_keys() 146 aes_encrypt(&aes_ctx, ghash_h, ghash_h); in chcr_ktls_save_keys() 161 memcpy(kctx->key + keylen, ghash_h, ghash_size); in chcr_ktls_save_keys()
|