Home
last modified time | relevance | path

Searched refs:aes_const (Results 1 – 1 of 1) sorted by relevance

/system/keymaster/key_blob_utils/
Docb.c439 #define EXPAND_ASSIST(v1, v2, v3, v4, shuff_const, aes_const) \ argument
440 v2 = _mm_aeskeygenassist_si128(v4, aes_const); \
448 #define EXPAND192_STEP(idx, aes_const) \ argument
449 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \
455 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \