Lines Matching full:for
4 * \brief AES-NI for hardware AES acceleration on some Intel processors
6 * \warning These functions are only for internal use by other library
27 * (Only implemented with certain compilers, only for certain targets.)
32 * VS 2013 and up for other reasons anyway, so no need to check the version. */
41 /* For 32-bit, we only support intrinsics */
48 * Favor the intrinsics-based implementation if it's available, for better
57 * (Only implemented with gas syntax, only for 64-bit.)
73 * \note This function is only for internal use by other library
79 * \return 1 if CPU has support for the feature, 0 otherwise
90 * \note This function is only for internal use by other library
108 * \note This function is only for internal use by other library
127 * \note This function is only for internal use by other library
130 * \param invkey Round keys for the equivalent inverse cipher
131 * \param fwdkey Original round keys (for encryption)
140 * \brief Internal key expansion for encryption
142 * \note This function is only for internal use by other library