HomeSort by: relevance | last modified time | path
    Searched defs:crypto_int16_x (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 54 void crypto_int16_store(unsigned char *crypto_int16_s,crypto_int16 crypto_int16_x) {
55 *crypto_int16_s++ = crypto_int16_x >> 0;
56 *crypto_int16_s++ = crypto_int16_x >> 8;
61 crypto_int16 crypto_int16_negative_mask(crypto_int16 crypto_int16_x) {
63 __asm__ ("sarw $15,%0" : "+r"(crypto_int16_x) : : "cc");
64 return crypto_int16_x;
67 __asm__ ("sbfx %w0,%w1,15,1" : "=r"(crypto_int16_y) : "r"(crypto_int16_x) : );
70 crypto_int16_x >>= 16-6;
71 crypto_int16_x ^= crypto_int16_optblocker;
72 crypto_int16_x >>= 5
424 crypto_int16 crypto_int16_x = *crypto_int16_p; local
    [all...]
sntrup761.c 54 void crypto_int16_store(unsigned char *crypto_int16_s,crypto_int16 crypto_int16_x) {
55 *crypto_int16_s++ = crypto_int16_x >> 0;
56 *crypto_int16_s++ = crypto_int16_x >> 8;
61 crypto_int16 crypto_int16_negative_mask(crypto_int16 crypto_int16_x) {
63 __asm__ ("sarw $15,%0" : "+r"(crypto_int16_x) : : "cc");
64 return crypto_int16_x;
67 __asm__ ("sbfx %w0,%w1,15,1" : "=r"(crypto_int16_y) : "r"(crypto_int16_x) : );
70 crypto_int16_x >>= 16-6;
71 crypto_int16_x ^= crypto_int16_optblocker;
72 crypto_int16_x >>= 5
424 crypto_int16 crypto_int16_x = *crypto_int16_p; local
    [all...]

Completed in 38 milliseconds