Home
last modified time | relevance | path

Searched refs:K_2 (Results 1 – 14 of 14) sorted by relevance

/external/openssh/
DPROTOCOL.chacha20poly130536 keys (K_1 and K_2), used by two separate instances of chacha20.
37 The first 256 bits constitute K_2 and the second 256 bits become
42 keyed by K_2, is used in conjunction with poly1305 to build an AEAD
56 using K_2, an IV consisting of the packet sequence number encoded as an
58 zero. The K_2 ChaCha20 block counter is then set to the little-endian
77 K_2, the packet sequence number as nonce and a starting block counter of
81 K_1. Encrypt the packet payload (using K_2) and append it to the
/external/llvm-project/mlir/test/Dialect/Linalg/
Dfusion-pattern.mlir40 // CHECK: %[[K_2:.+]] = dim %[[ARG1]], %[[C0]]
43 // CHECK-SAME: %[[K_2]], %[[TILE_N]]
58 // CHECK: %[[TILE_K_2:.+]] = affine.min #[[MAP3]](%[[IV2]])[%[[K_2]]]
114 // CHECK: %[[K_2:.+]] = dim %[[ARG1]], %[[C0]]
116 // CHECK-SAME: [%[[K_2]], %[[TILE_N]]]
118 // CHECK-SAME: [%[[K_2]], %[[TILE_N]]]
123 // CHECK-DAG: %[[K_2:.+]] = dim %[[ARG0]], %[[C1]]
126 // CHECK-NEXT: scf.for %[[IV2:.+]] = %[[C0]] to %[[K_2]] step %[[C16]] {
128 // CHECK: %[[TILE_K:.+]] = affine.min #[[MAP3]](%[[IV2]])[%[[K_2]]]
196 // CHECK: %[[K_2:.+]] = dim %[[ARG0]], %[[C1]]
[all …]
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c235 #define K_2(_keys) &((struct lws_cipher_chacha *)_keys->cipher)->ccctx[1] macro
252 chacha_keysetup(K_2(keys), keys->key[SSH_KEYIDX_ENC], 256); in lws_chacha_activate()
316 chacha_ivsetup(K_2(keys), seqbuf, NULL); in chachapoly_crypt()
317 chacha_encrypt_bytes(K_2(keys), in chachapoly_crypt()
338 chacha_ivsetup(K_2(keys), seqbuf, one); in chachapoly_crypt()
339 chacha_encrypt_bytes(K_2(keys), src + aadlen, dest + aadlen, len); in chachapoly_crypt()
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dpr33720.ll19 ; CHECK-NEXT: [[CMP3:%.*]] = icmp ne i64 [[K_2:%.*]], 3
24 ; CHECK-NEXT: [[TOBOOL7:%.*]] = icmp ne i64 [[K_2]], 0
30 ; CHECK-NEXT: [[K_2]] = phi i64 [ undef, [[L1_PREHEADER:%.*]] ], [ 15, [[FOR_COND8_PREHEADER]] ]…
/external/ltp/testcases/kernel/fs/ftest/
Dftest04.c68 #define K_2 2048 macro
132 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
Dftest08.c69 #define K_2 2048 macro
137 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in init()
Dftest01.c80 #define K_2 2048 macro
140 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
Dftest05.c84 #define K_2 2048 macro
148 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
Dftest03.c84 #define K_2 2048 macro
160 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
Dftest07.c84 #define K_2 2048 macro
164 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
Dftest06.c79 #define K_2 2048 macro
Dftest02.c61 #define K_2 2048 macro
/external/ltp/testcases/kernel/mem/vmtests/
Dstack_space.c56 #define K_2 2048 macro
Ddata_space.c62 #define K_2 2048 macro