Are AES 128-bit encryption APIs supported in Windows kernel mode driver(KMDF) ?

Hi ,

Do we have AES 128 bit encryption APIs support from microsoft in Windows kernel mode driver? I don’t see any msdn weblink which mentions this clear, But msdn points to crypto APIs which are documented as user space APIs.

Following link points to a document describing AES APIs from Microsoft
http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1328.pdf
can we use these APIs in kernel mode?

Thanks,
Patil

AES? Yes.

https://msdn.microsoft.com/en-us/library/windows/desktop/bb204775(v=vs.85).aspx

Peter
OSR
@OSRDrivers

Thanks Peter
For clarifying that it is supported in kernel mode and
for pointing to the right MSDN page.

Regards,
Patil