Home
last modified time | relevance | path

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

/openssl/crypto/aes/
H A Daes_core.c527 static void AddRoundKey(u64 *state, const u64 *w) in AddRoundKey() function
541 AddRoundKey(state, w); in Cipher()
548 AddRoundKey(state, w + i*2); in Cipher()
554 AddRoundKey(state, w + nr*2); in Cipher()
568 AddRoundKey(state, w + nr*2); in InvCipher()
574 AddRoundKey(state, w + i*2); in InvCipher()
581 AddRoundKey(state, w); in InvCipher()

Completed in 7 milliseconds