Home
last modified time | relevance | path

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

/system/keymaster/
Docb.c372 int rounds; member
374 #define ROUNDS(ctx) ((ctx)->rounds)
378 (z)->rounds = y / 32 + 6; \
383 (z)->rounds = y / 32 + 6; \
419 int rounds; member
421 #define ROUNDS(ctx) ((ctx)->rounds)
529 key->rounds = 6 + bits / 32; in AES_set_encrypt_key()
538 dkey->rounds = i; in AES_set_decrypt_key_fast()