Searched refs:K_2 (Results 1 – 14 of 14) sorted by relevance
/external/openssh/ |
D | PROTOCOL.chacha20poly1305 | 36 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/ |
D | fusion-pattern.mlir | 40 // 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/ |
D | chacha.c | 235 #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/ |
D | pr33720.ll | 19 ; 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/ |
D | ftest04.c | 68 #define K_2 2048 macro 132 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
D | ftest08.c | 69 #define K_2 2048 macro 137 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in init()
|
D | ftest05.c | 84 #define K_2 2048 macro 148 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
D | ftest01.c | 80 #define K_2 2048 macro 140 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
D | ftest03.c | 84 #define K_2 2048 macro 160 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
D | ftest07.c | 84 #define K_2 2048 macro 164 csize = K_2; /* should run with 1, 2, and 4 K sizes */ in setup()
|
D | ftest06.c | 79 #define K_2 2048 macro
|
D | ftest02.c | 61 #define K_2 2048 macro
|
/external/ltp/testcases/kernel/mem/vmtests/ |
D | stack_space.c | 56 #define K_2 2048 macro
|
D | data_space.c | 62 #define K_2 2048 macro
|