Searched refs:aes_gmac_ctx (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/opencrypto/
H A Dgmac.h42 struct aes_gmac_ctx { struct
50 void AES_GMAC_Init(struct aes_gmac_ctx *);
51 void AES_GMAC_Setkey(struct aes_gmac_ctx *, const uint8_t *, uint16_t);
52 void AES_GMAC_Reinit(struct aes_gmac_ctx *, const uint8_t *, uint16_t);
53 int AES_GMAC_Update(struct aes_gmac_ctx *, const uint8_t *, uint16_t);
54 void AES_GMAC_Final(uint8_t [GMAC_DIGEST_LEN], struct aes_gmac_ctx *);
H A Dxform_gmac.c70 AES_128_GMAC_KEY_LEN, AES_GMAC_HASH_LEN, sizeof(struct aes_gmac_ctx),
81 AES_192_GMAC_KEY_LEN, AES_GMAC_HASH_LEN, sizeof(struct aes_gmac_ctx),
92 AES_256_GMAC_KEY_LEN, AES_GMAC_HASH_LEN, sizeof(struct aes_gmac_ctx),
H A Dgmac.c39 AES_GMAC_Init(struct aes_gmac_ctx *agc)
46 AES_GMAC_Setkey(struct aes_gmac_ctx *agc, const uint8_t *key, uint16_t klen)
64 AES_GMAC_Reinit(struct aes_gmac_ctx *agc, const uint8_t *iv, uint16_t ivlen)
72 AES_GMAC_Update(struct aes_gmac_ctx *agc, const uint8_t *data, uint16_t len)
106 AES_GMAC_Final(uint8_t digest[GMAC_DIGEST_LEN], struct aes_gmac_ctx *agc)
H A Dxform_auth.h86 struct aes_gmac_ctx aes_gmac_ctx; member in union:authctx

Completed in 53 milliseconds