| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/record/ |
| H A D | record_local.h | 56 #define SSL3_BUFFER_get_buf(b) ((b)->buf) argument 57 #define SSL3_BUFFER_set_buf(b, n) ((b)->buf = (n)) argument 58 #define SSL3_BUFFER_get_len(b) ((b)->len) argument 59 #define SSL3_BUFFER_set_len(b, l) ((b)->len = (l)) argument 60 #define SSL3_BUFFER_get_left(b) ((b)->left) argument 61 #define SSL3_BUFFER_set_left(b, l) ((b)->left = (l)) argument 62 #define SSL3_BUFFER_sub_left(b, l) ((b)->left -= (l)) argument 63 #define SSL3_BUFFER_get_offset(b) ((b)->offset) argument 64 #define SSL3_BUFFER_set_offset(b, o) ((b)->offset = (o)) argument 65 #define SSL3_BUFFER_add_offset(b, o) ((b)->offset += (o)) argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| H A D | record_local.h | 56 #define SSL3_BUFFER_get_buf(b) ((b)->buf) argument 57 #define SSL3_BUFFER_set_buf(b, n) ((b)->buf = (n)) argument 58 #define SSL3_BUFFER_get_len(b) ((b)->len) argument 59 #define SSL3_BUFFER_set_len(b, l) ((b)->len = (l)) argument 60 #define SSL3_BUFFER_get_left(b) ((b)->left) argument 61 #define SSL3_BUFFER_set_left(b, l) ((b)->left = (l)) argument 62 #define SSL3_BUFFER_sub_left(b, l) ((b)->left -= (l)) argument 63 #define SSL3_BUFFER_get_offset(b) ((b)->offset) argument 64 #define SSL3_BUFFER_set_offset(b, o) ((b)->offset = (o)) argument 65 #define SSL3_BUFFER_add_offset(b, o) ((b)->offset += (o)) argument [all …]
|
| /netbsd-src/sys/crypto/chacha/arch/arm/ |
| H A D | chacha_neon_64.S | 33 #define ROUND(a0,b0,c0,d0,a1,b1,c1,d1,a2,b2,c2,d2,a3,b3,c3,d3,t0,t1,t2,t3, r) \ argument 56 #define STEP(f,a0,a1,a2,a3,b0,b1,b2,b3,c0,c1,c2,c3,d0,d1,d2,d3,t0,t1,t2,t3,r) \ argument 83 #define STEP0(a,b,c,d, t, r) add a##.4s, a##.4s, b##.4s argument 84 #define STEP1(a,b,c,d, t, r) eor d##.16b, d##.16b, a##.16b argument 90 #define STEP2(a,b,c,d, t, r) rev32 d##.8h, d##.8h argument 91 #define STEP3(a,b,c,d, t, r) /* nothing */ argument 92 #define STEP4(a,b,c,d, t, r) /* nothing */ argument 95 #define STEP5(a,b,c,d, t, r) add c##.4s, c##.4s, d##.4s argument 102 #define STEP6(a,b,c,d, t, r) eor t##.16b, b##.16b, c##.16b argument 103 #define STEP7(a,b,c,d, t, r) shl b##.4s, t##.4s, #12 argument [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
| H A D | t-rand.cc | 32 gmp_randclass r(gmp_randinit_default); in check_randinit() local 38 gmp_randclass r(gmp_randinit_lc_2exp, a, c, m2exp); in check_randinit() local 43 gmp_randclass r(gmp_randinit_lc_2exp_size, m2exp); in check_randinit() local 50 gmp_randclass r(gmp_randinit_lc_2exp_size, m2exp); in check_randinit() local 57 gmp_randclass r(gmp_randinit_mt); in check_randinit() local 64 gmp_randclass r(alg, m2exp); in check_randinit() local 69 gmp_randclass r(alg, m2exp); in check_randinit() local 74 gmp_randclass r(alg, m2exp); in check_randinit() local 82 gmp_randclass r(gmp_randinit_default); in check_mpz() local 84 unsigned int b = 256; in check_mpz() local [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | intprops.h | 109 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument 169 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument 176 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument 192 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument 207 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument 215 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument 225 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument 272 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument 274 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument 276 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| H A D | bn_mod.c | 13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() 28 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 48 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_fixed_top() 95 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_add_quick() 106 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 128 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_sub_fixed_top() 182 int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_sub_quick() 193 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() 222 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 230 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1() [all …]
|
| H A D | bn_mul.c | 27 BN_ULONG bn_sub_part_words(BN_ULONG *r, in bn_sub_part_words() 28 const BN_ULONG *a, const BN_ULONG *b, in bn_sub_part_words() 175 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive() 322 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n, in bn_mul_part_recursive() 477 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive() 497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul() 507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top() 622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal() 664 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_mul_low_normal()
|
| H A D | bn_blind.c | 67 void BN_BLINDING_free(BN_BLINDING *r) in BN_BLINDING_free() 79 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_update() 115 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_convert() 120 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_convert_ex() 148 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_invert() 153 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, in BN_BLINDING_invert_ex() 189 int BN_BLINDING_is_current_thread(BN_BLINDING *b) in BN_BLINDING_is_current_thread() 194 void BN_BLINDING_set_current_thread(BN_BLINDING *b) in BN_BLINDING_set_current_thread() 199 int BN_BLINDING_lock(BN_BLINDING *b) in BN_BLINDING_lock() 204 int BN_BLINDING_unlock(BN_BLINDING *b) in BN_BLINDING_unlock() [all …]
|
| H A D | bn_add.c | 14 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_add() 45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_sub() 76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_uadd() 125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | bn_mod.c | 13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() 33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 53 int bn_mod_add_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_add_fixed_top() 104 int BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_add_quick() 115 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 137 int bn_mod_sub_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in bn_mod_sub_fixed_top() 191 int BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_mod_sub_quick() 207 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() 236 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 244 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1() [all …]
|
| H A D | bn_mul.c | 27 BN_ULONG bn_sub_part_words(BN_ULONG *r, in bn_sub_part_words() 28 const BN_ULONG *a, const BN_ULONG *b, in bn_sub_part_words() 175 void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_recursive() 322 void bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n, in bn_mul_part_recursive() 477 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive() 497 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_mul() 507 int bn_mul_fixed_top(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in bn_mul_fixed_top() 622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal() 664 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_mul_low_normal()
|
| H A D | bn_add.c | 14 int BN_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_add() 45 int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_sub() 76 int BN_uadd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_uadd() 125 int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) in BN_usub()
|
| H A D | bn_blind.c | 81 void BN_BLINDING_free(BN_BLINDING *r) in BN_BLINDING_free() 93 int BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_update() 129 int BN_BLINDING_convert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_convert() 134 int BN_BLINDING_convert_ex(BIGNUM *n, BIGNUM *r, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_convert_ex() 162 int BN_BLINDING_invert(BIGNUM *n, BN_BLINDING *b, BN_CTX *ctx) in BN_BLINDING_invert() 167 int BN_BLINDING_invert_ex(BIGNUM *n, const BIGNUM *r, BN_BLINDING *b, in BN_BLINDING_invert_ex() 204 int BN_BLINDING_is_current_thread(BN_BLINDING *b) in BN_BLINDING_is_current_thread() 209 void BN_BLINDING_set_current_thread(BN_BLINDING *b) in BN_BLINDING_set_current_thread() 214 int BN_BLINDING_lock(BN_BLINDING *b) in BN_BLINDING_lock() 219 int BN_BLINDING_unlock(BN_BLINDING *b) in BN_BLINDING_unlock() [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
| H A D | buffer.c | 30 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) { in isc__buffer_init() 39 isc__buffer_initnull(isc_buffer_t *b) { in isc__buffer_initnull() 48 isc_buffer_reinit(isc_buffer_t *b, void *base, unsigned int length) { in isc_buffer_reinit() 71 isc__buffer_invalidate(isc_buffer_t *b) { in isc__buffer_invalidate() 79 isc_buffer_setautorealloc(isc_buffer_t *b, bool enable) { in isc_buffer_setautorealloc() 86 isc__buffer_region(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_region() 94 isc__buffer_usedregion(const isc_buffer_t *b, isc_region_t *r) { in isc__buffer_usedregion() 102 isc__buffer_availableregion(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_availableregion() 110 isc__buffer_add(isc_buffer_t *b, unsigned int n) { in isc__buffer_add() 118 isc__buffer_subtract(isc_buffer_t *b, unsigned int n) { in isc__buffer_subtract() [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | buffer.h | 148 #define isc_buffer_base(b) ((void *)(b) argument 124 ISC_BUFFER_VALID(b) global() argument 145 isc_buffer_base(b) global() argument 146 isc_buffer_current(b) global() argument 150 isc_buffer_used(b) global() argument 152 isc_buffer_length(b) global() argument 159 isc_buffer_usedlength(b) global() argument 160 isc_buffer_consumedlength(b) global() argument 161 isc_buffer_remaininglength(b) global() argument 162 isc_buffer_activelength(b) global() argument 163 isc_buffer_availablelength(b) global() argument 490 isc_buffer_init(isc_buffer_t * b,void * base,unsigned int length) isc_buffer_init() argument 504 isc_buffer_initnull(isc_buffer_t * b) isc_buffer_initnull() argument 539 isc_buffer_invalidate(isc_buffer_t * b) isc_buffer_invalidate() argument 562 isc_buffer_region(isc_buffer_t * b,isc_region_t * r) isc_buffer_region() argument 580 isc_buffer_usedregion(const isc_buffer_t * b,isc_region_t * r) isc_buffer_usedregion() argument 598 isc_buffer_availableregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_availableregion() argument 616 isc_buffer_add(isc_buffer_t * b,unsigned int n) isc_buffer_add() argument 633 isc_buffer_subtract(isc_buffer_t * b,unsigned int n) isc_buffer_subtract() argument 658 isc_buffer_clear(isc_buffer_t * b) isc_buffer_clear() argument 676 isc_buffer_consumedregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_consumedregion() argument 694 isc_buffer_remainingregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_remainingregion() argument 712 isc_buffer_activeregion(isc_buffer_t * b,isc_region_t * r) isc_buffer_activeregion() argument 735 isc_buffer_setactive(isc_buffer_t * b,unsigned int n) isc_buffer_setactive() argument 754 isc_buffer_first(isc_buffer_t * b) isc_buffer_first() argument 770 isc_buffer_forward(isc_buffer_t * b,unsigned int n) isc_buffer_forward() argument 787 isc_buffer_back(isc_buffer_t * b,unsigned int n) isc_buffer_back() argument 807 isc_buffer_putuint8(isc_buffer_t * b,uint8_t val) isc_buffer_putuint8() argument 838 isc_buffer_putuint16(isc_buffer_t * b,uint16_t val) isc_buffer_putuint16() argument 870 isc_buffer_putuint24(isc_buffer_t * b,uint32_t val) isc_buffer_putuint24() argument 903 isc_buffer_putuint32(isc_buffer_t * b,uint32_t val) isc_buffer_putuint32() argument 937 isc_buffer_putuint48(isc_buffer_t * b,uint64_t val) isc_buffer_putuint48() argument 974 isc_buffer_putmem(isc_buffer_t * b,const unsigned char * base,unsigned int length) isc_buffer_putmem() argument 1006 isc_buffer_putstr(isc_buffer_t * b,const char * source) isc_buffer_putstr() argument [all...] |
| /netbsd-src/external/mit/isl/dist/imath/ |
| H A D | imrat.c | 52 mp_result mp_rat_init(mp_rat r) { in mp_rat_init() 77 mp_result mp_rat_reduce(mp_rat r) { return s_rat_reduce(r); } in mp_rat_reduce() 79 mp_result mp_rat_init_size(mp_rat r, mp_size n_prec, mp_size d_prec) { in mp_rat_init_size() 93 mp_result mp_rat_init_copy(mp_rat r, mp_rat old) { in mp_rat_init_copy() 105 mp_result mp_rat_set_value(mp_rat r, mp_small numer, mp_small denom) { in mp_rat_set_value() 120 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom) { in mp_rat_set_uvalue() 135 void mp_rat_clear(mp_rat r) { in mp_rat_clear() 140 void mp_rat_free(mp_rat r) { in mp_rat_free() 148 mp_result mp_rat_numer(mp_rat r, mp_int z) { in mp_rat_numer() 152 mp_int mp_rat_numer_ref(mp_rat r) { return MP_NUMER_P(r); } in mp_rat_numer_ref() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32_intrinsic.h | 519 #define __nds32__scw(a, b) \ argument 521 #define __nds32__swup(a, b) \ argument 523 #define __nds32__sbup(a, b) \ argument 551 #define __nds32__cctlidx_write(subtype, b, idxw) \ argument 600 #define __nds32__svs(a, b) \ argument 602 #define __nds32__sva(a, b) \ argument 604 #define __nds32__dpref_qw(a, b, subtype) \ argument 606 #define __nds32__dpref_hw(a, b, subtype) \ argument 608 #define __nds32__dpref_w(a, b, subtype) \ argument 610 #define __nds32__dpref_dw(a, b, subtype) \ argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32_intrinsic.h | 519 #define __nds32__scw(a, b) \ argument 521 #define __nds32__swup(a, b) \ argument 523 #define __nds32__sbup(a, b) \ argument 551 #define __nds32__cctlidx_write(subtype, b, idxw) \ argument 600 #define __nds32__svs(a, b) \ argument 602 #define __nds32__sva(a, b) \ argument 604 #define __nds32__dpref_qw(a, b, subtype) \ argument 606 #define __nds32__dpref_hw(a, b, subtype) \ argument 608 #define __nds32__dpref_w(a, b, subtype) \ argument 610 #define __nds32__dpref_dw(a, b, subtype) \ argument [all …]
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ssh-ed25519-sk.c | 50 ssh_ed25519_sk_equal(const struct sshkey *a, const struct sshkey *b) in ssh_ed25519_sk_equal() 60 ssh_ed25519_sk_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_sk_serialize_public() 63 int r; in ssh_ed25519_sk_serialize_public() local 74 ssh_ed25519_sk_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_sk_serialize_private() 77 int r; in ssh_ed25519_sk_serialize_private() local 90 int r; in ssh_ed25519_sk_copy_public() local 100 ssh_ed25519_sk_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ed25519_sk_deserialize_public() 103 int r; in ssh_ed25519_sk_deserialize_public() local 113 ssh_ed25519_sk_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ed25519_sk_deserialize_private() 116 int r; in ssh_ed25519_sk_deserialize_private() local [all …]
|
| H A D | ssh-ed25519.c | 45 ssh_ed25519_equal(const struct sshkey *a, const struct sshkey *b) in ssh_ed25519_equal() 55 ssh_ed25519_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_serialize_public() 58 int r; in ssh_ed25519_serialize_public() local 69 ssh_ed25519_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_ed25519_serialize_private() 72 int r; in ssh_ed25519_serialize_private() local 103 ssh_ed25519_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_ed25519_deserialize_public() 108 int r; in ssh_ed25519_deserialize_public() local 121 ssh_ed25519_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_ed25519_deserialize_private() 124 int r; in ssh_ed25519_deserialize_private() local 154 int r, ret; in ssh_ed25519_sign() local [all …]
|
| H A D | ssh-xmss.c | 55 ssh_xmss_equal(const struct sshkey *a, const struct sshkey *b) in ssh_xmss_equal() 67 ssh_xmss_serialize_public(const struct sshkey *key, struct sshbuf *b, in ssh_xmss_serialize_public() 70 int r; in ssh_xmss_serialize_public() local 85 ssh_xmss_serialize_private(const struct sshkey *key, struct sshbuf *b, in ssh_xmss_serialize_private() 88 int r; in ssh_xmss_serialize_private() local 107 int r = SSH_ERR_INTERNAL_ERROR; in ssh_xmss_copy_public() local 130 ssh_xmss_deserialize_public(const char *ktype, struct sshbuf *b, in ssh_xmss_deserialize_public() 162 ssh_xmss_deserialize_private(const char *ktype, struct sshbuf *b, in ssh_xmss_deserialize_private() 165 int r; in ssh_xmss_deserialize_private() local 207 int r, ret; in ssh_xmss_sign() local [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
| H A D | powm.c | 142 mp_limb_t r; in getbits() local 366 #define MPN_MUL_N(r,a,b,n) umul_ppmm((r)[1], *(r), *(a), *(b)) in mpn_powm() argument 367 #define MPN_SQR(r,a,n) umul_ppmm((r)[1], *(r), *(a), *(a)) in mpn_powm() argument 383 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument 384 #define MPN_SQR(r,a,n) mpn_mul_basecase (r,a,n,a,n) in mpn_powm() argument 393 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument 394 #define MPN_SQR(r,a,n) mpn_sqr_basecase (r,a,n) in mpn_powm() argument 407 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument 408 #define MPN_SQR(r,a,n) mpn_mul_basecase (r,a,n,a,n) in mpn_powm() argument 417 #define MPN_MUL_N(r,a,b,n) mpn_mul_basecase (r,a,n,b,n) in mpn_powm() argument [all …]
|
| /netbsd-src/external/lgpl3/gmp/dist/mini-gmp/ |
| H A D | mini-mpq.c | 49 #define GMP_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 108 mpq_canonical_sign (mpq_t r) in mpq_canonical_sign() 121 mpq_helper_canonicalize (mpq_t r, const mpz_t num, const mpz_t den, mpz_t g) in mpq_helper_canonicalize() 135 mpq_canonicalize (mpq_t r) in mpq_canonicalize() 145 mpq_swap (mpq_t a, mpq_t b) in mpq_swap() 154 mpz_set_q (mpz_t r, const mpq_t q) in mpz_set_q() 160 mpq_set (mpq_t r, const mpq_t q) in mpq_set() 167 mpq_set_ui (mpq_t r, unsigned long n, unsigned long d) in mpq_set_ui() 174 mpq_set_si (mpq_t r, signed long n, unsigned long d) in mpq_set_si() 181 mpq_set_z (mpq_t r, const mpz_t n) in mpq_set_z() [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-compress-avx2.h | 6 #define STORE128(p, r) _mm_store_si128((__m128i *) (p), r) argument 9 #define STOREU128(p, r) _mm_storeu_si128((__m128i *) (p), r) argument 12 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) argument 15 #define STOREU(p, r) _mm256_storeu_si256((__m256i *) (p), r) argument 33 #define ADD(a, b) _mm256_add_epi64(a, b) argument 34 #define SUB(a, b) _mm256_sub_epi64(a, b) argument 36 #define XOR(a, b) _mm256_xor_si256(a, b) argument 37 #define AND(a, b) _mm256_and_si256(a, b) argument 38 #define OR(a, b) _mm256_or_si256(a, b) argument 45 #define BLAKE2B_G1_V1(a, b, c, d, m) \ argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
| H A D | slist.d | 43 auto r = sl[]; variable 340 alias r = rhs; variable 342 auto r = only(rhs); variable 354 alias r = lhs; variable 356 auto r = only(lhs); variable 576 Range linearRemove(Range r) in linearRemove() 653 auto b = e.linearRemoveElement(2); variable 685 auto b = a; variable 686 auto r = a[]; variable 721 auto b = SList!int(); variable [all …]
|