Searched defs:aes_dec (Results 1 – 2 of 2) sorted by relevance
253 aes_dec(const struct aesdec *dec, const uint8_t in[static 16], in aes_dec() function
79 #define aes_dec(D, C, P, NR) AES_decrypt(C, P, &(D)->deckey) macro