Searched refs:AUTHTAG_LEN (Results 1 – 2 of 2) sorted by relevance
1550 if (aesgcm_expandkey(ctx, key, keylen, AUTHTAG_LEN)) { in snp_init_crypto()1958 tsc_resp = kzalloc(sizeof(*tsc_resp) + AUTHTAG_LEN, GFP_KERNEL); in snp_get_tsc_info()1976 req.resp_sz = sizeof(*tsc_resp) + AUTHTAG_LEN; in snp_get_tsc_info()1997 memzero_explicit(tsc_resp, sizeof(*tsc_resp) + AUTHTAG_LEN); in snp_get_tsc_info()
155 #define AUTHTAG_LEN 16 macro