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

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 45 crypto_int16 crypto_int16_load(const unsigned char *crypto_int16_s) {
47 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 0;
48 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 8;
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;
147 crypto_int16 crypto_int16_bitinrangepublicpos_mask(crypto_int16 crypto_int16_x,crypto_int16 crypto_int16_s) {
149 __asm__ ("sarw %%cl,%0" : "+r"(crypto_int16_x) : "c"(crypto_int16_s) : "cc");
151 __asm__ ("sxth %w0,%w0\n asr %w0,%w0,%w1" : "+&r"(crypto_int16_x) : "r"(crypto_int16_s) : );
153 crypto_int16_x >>= crypto_int16_s ^ crypto_int16_optblocker
432 crypto_int16 crypto_int16_r, crypto_int16_s; local
    [all...]
sntrup761.c 45 crypto_int16 crypto_int16_load(const unsigned char *crypto_int16_s) {
47 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 0;
48 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 8;
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;
147 crypto_int16 crypto_int16_bitinrangepublicpos_mask(crypto_int16 crypto_int16_x,crypto_int16 crypto_int16_s) {
149 __asm__ ("sarw %%cl,%0" : "+r"(crypto_int16_x) : "c"(crypto_int16_s) : "cc");
151 __asm__ ("sxth %w0,%w0\n asr %w0,%w0,%w1" : "+&r"(crypto_int16_x) : "r"(crypto_int16_s) : );
153 crypto_int16_x >>= crypto_int16_s ^ crypto_int16_optblocker
432 crypto_int16 crypto_int16_r, crypto_int16_s; local
    [all...]

Completed in 109 milliseconds