Lines Matching defs:of
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
18 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE.
190 of = VQ_N_U8(0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,
218 *lo = of & x;
219 *hi = of & vshrq_n_u8(x, 4);
223 * t is a pair of maps respectively from low and high nybbles to bytes.
387 uint8x16_t prkhi; /* high half of previous round key */
446 panic("invalid number of AES rounds: %u", nrounds);
485 uint8x16_t prkhi; /* high half of previous round key */
544 panic("invalid number of AES rounds: %u", nrounds);
552 * GCC does a lousy job of compiling NEON intrinsics for arm32, so we