Home
last modified time | relevance | path

Searched defs:K (Results 1 – 25 of 38) sorted by relevance

12

/dflybsd-src/crypto/libressl/crypto/whrlpool/
H A Dwp_block.c124 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument
125 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument
126 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument
127 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) argument
128 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) argument
129 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) argument
130 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) argument
131 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) argument
142 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) argument
143 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) argument
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dfibonacci_heap.h294 fibonacci_node<K,V>::link (fibonacci_node<K,V> *parent) in link()
309 fibonacci_node<K,V>::insert_after (fibonacci_node<K,V> *b) in insert_after()
377 fibonacci_heap<K,V>::replace_key_data (fibonacci_node<K,V> *node, K key, in replace_key_data()
451 fibonacci_heap<K,V>::delete_node (fibonacci_node<K,V> *node, bool release) in delete_node()
471 fibonacci_heap<K,V>::union_with (fibonacci_heap<K,V> *heapb) in union_with()
531 fibonacci_heap<K,V>::cut (fibonacci_node<K,V> *node, in cut()
545 fibonacci_heap<K,V>::cascading_cut (fibonacci_node<K,V> *y) in cascading_cut()
606 fibonacci_heap<K,V>::remove_root (fibonacci_node<K,V> *node) in remove_root()
H A Dhash-map.h261 gt_ggc_mx (hash_map<K, V, H> *h) in gt_ggc_mx()
268 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx()
275 gt_cleare_cache (hash_map<K, V, H> *h) in gt_cleare_cache()
283 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()
H A Dhash-set.h172 gt_ggc_mx (hash_set<K, H> *h) in gt_ggc_mx()
179 gt_pch_nx (hash_set<K, H> *h) in gt_pch_nx()
186 gt_pch_nx (hash_set<K, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()
H A Ddiagnostic-core.h30 #define DEFINE_DIAGNOSTIC_KIND(K, msgid, C) K, argument
/dflybsd-src/lib/libc/db/hash/
H A Dpage.h73 #define PAIRSIZE(K,D) (2*sizeof(uint16_t) + (K)->size + (D)->size) argument
75 #define KEYSIZE(K) (4*sizeof(uint16_t) + (K)->size); argument
79 #define PAIRFITS(P,K,D) \ argument
/dflybsd-src/crypto/libressl/crypto/ripemd/
H A Drmd_locl.h131 #define RIP2(a,b,c,d,e,w,s,K) { \ argument
136 #define RIP3(a,b,c,d,e,w,s,K) { \ argument
141 #define RIP4(a,b,c,d,e,w,s,K) { \ argument
146 #define RIP5(a,b,c,d,e,w,s,K) { \ argument
/dflybsd-src/contrib/gmp/mpn/generic/
H A Dmul_fft.c174 int i, j, K; in mpn_fft_initl() local
349 mpn_fft_fft (mp_ptr *Ap, mp_size_t K, int **ll, in mpn_fft_fft()
421 mpn_fft_mul_modF_K (mp_ptr *ap, mp_ptr *bp, mp_size_t n, int K) in mpn_fft_mul_modF_K()
532 mpn_fft_fftinv (mp_ptr *Ap, int K, mp_size_t omega, mp_size_t n, mp_ptr tp) in mpn_fft_fftinv()
628 mpn_mul_fft_decompose (mp_ptr A, mp_ptr *Ap, int K, int nprime, mp_srcptr n, in mpn_mul_fft_decompose()
715 int K, i, pla, lo, sh, j; in mpn_mul_fft_internal() local
815 int K, maxLK, i; in mpn_mul_fft() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddiagnostic-core.h33 #define DEFINE_DIAGNOSTIC_KIND(K, msgid) K, argument
/dflybsd-src/crypto/libressl/crypto/cast/
H A Dc_skey.c81 CAST_LONG l,*K; in CAST_set_key() local
/dflybsd-src/sys/opencrypto/
H A Dgmac.h35 uint32_t K[4*(RIJNDAEL_MAXNR + 1)]; member
/dflybsd-src/contrib/mpfr/src/
H A Dcos.c133 mpfr_prec_t K0, K, precy, m, k, l; in mpfr_cos() local
H A Dexp_2.c81 unsigned long K, k, l, err; /* FIXME: Which type ? */ in mpfr_exp_2() local
H A Dmulders.c361 #define K 3 in mpfr_divhigh_n() macro
/dflybsd-src/crypto/libressl/crypto/sm4/
H A Dsm4.c176 uint32_t K[4]; in SM4_set_key() local
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dsha512-internal.c48 static const u64 K[80] = { variable
H A Dsha256-internal.c50 static const unsigned long K[64] = { variable
/dflybsd-src/sys/crypto/
H A Dsha1.c55 #define K(t) _K[(t) / 20] macro
/dflybsd-src/crypto/libressl/crypto/gost/
H A Dstreebog.c1214 STREEBOG_LONG64 K[8]; in gN() local
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Dsae.c616 struct crypto_ec_point *K; in sae_derive_k_ecc() local
652 struct crypto_bignum *K; in sae_derive_k_ffc() local
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dsha1.c310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsha1.c310 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dsha1.c311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dsha1.c311 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() argument
/dflybsd-src/lib/libcrypt/
H A Dcrypt-sha256.c33 static const uint32_t K[64] = variable

12