Home
last modified time | relevance | path

Searched defs:RoundKey (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dtls_aes.c128 static int KeyExpansion(uint32_t *RoundKey, const void *key, unsigned key_len) in KeyExpansion()
332 const uint32_t *RoundKey = aes->key; in aes_encrypt_1() local
397 const uint32_t *RoundKey = aes->key; in aes_decrypt_1() local