Home
last modified time | relevance | path

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

/external/openssh/
Dumac.c162 typedef AES_KEY aes_int_key[1]; typedef
170 typedef UINT8 aes_int_key[AES_ROUNDS+1][4][4]; /* AES internal */ typedef
184 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) in kdf()
217 aes_int_key prf_key; /* Expanded AES key for PDF */
220 static void pdf_init(pdf_ctx *pc, aes_int_key prf_key) in pdf_init()
598 static void nh_init(nh_ctx *hc, aes_int_key prf_key) in nh_init()
954 static void uhash_init(uhash_ctx_t ahc, aes_int_key prf_key) in uhash_init()
1004 aes_int_key prf_key;
1217 aes_int_key prf_key; in umac_new()