/src/sys/crypto/aes/ |
aes_impl.c | 253 aes_dec(const struct aesdec *dec, const uint8_t in[static 16], function in typeref:typename:void
|
aes_impl.c | 253 aes_dec(const struct aesdec *dec, const uint8_t in[static 16], function in typeref:typename:void
|
/src/sys/crypto/adiantum/ |
adiantum.c | 79 #define aes_dec(D, C, P, NR) AES_decrypt(C, P, &(D)->deckey) macro 1924 aes_dec(&A->kk_dec, buf, buf, AES_256_NROUNDS); /* buf := P_M */
|
adiantum.c | 79 #define aes_dec(D, C, P, NR) AES_decrypt(C, P, &(D)->deckey) macro 1924 aes_dec(&A->kk_dec, buf, buf, AES_256_NROUNDS); /* buf := P_M */
|