Searched refs:hwaes_encN (Results 1 - 1 of 1) sorted by relevance

/src/sys/arch/evbppc/nintendo/dev/
H A Dhwaes.c311 hwaes_encN(const struct aesenc *enc, const uint8_t in[static 16], function in typeref:typename:void
527 hwaes_encN(enc, block, block, 1);
624 hwaes_encN(enc, auth0, auth0, 1);
662 hwaes_encN(enc, authctr0, authctr0, 2);
701 hwaes_encN(enc, authctr0 + 16, authctr0 + 16, 1);
720 hwaes_encN(enc, authctr0, authctr0, 2);
722 hwaes_encN(enc, authctr0, authctr0, 1);

Completed in 3 milliseconds