Home
last modified time | relevance | path

Searched refs:CTR (Results 1 – 25 of 139) sorted by relevance

123456

/src/tests/sys/cddl/zfs/tests/cli_root/zfs_destroy/
H A Dzfs_destroy_001_pos.ksh80 if [[ $dtst != $FS || $dtst != $CTR ]]; then
87 if datasetexists $CTR; then
88 log_must $ZFS destroy -Rf $CTR
105 $CTR|$FS)
151 $CTR) check_dataset datasetnonexists \
152 $CTR $FS $VOL $FSSNAP $VOLSNAP
158 $FS) check_dataset datasetexists $CTR $VOL
169 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP
177 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP
185 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
[all …]
H A Dzfs_destroy_005_neg.ksh101 negative_test "-f" "$CTR $FS $VOL"
108 negative_test "-r -rf" "$CTR $FS $VOL"
118 negative_test "-R -rR" $CTR
127 check_dataset datasetexists $CTR $FS $VOL
150 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
164 negative_test "-R -rR" $CTR
165 log_must datasetexists $CTR $VOL
186 log_must datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE
211 check_dataset datasetexists $CTR $FS $VOL
H A Dzfs_destroy_common.kshlib48 if ! datasetexists $CTR; then
49 log_must $ZFS create $CTR
134 if datasetexists $CTR; then
135 log_must $ZFS destroy -Rf $CTR
H A Dzfs_destroy.cfg32 export CTR=$TESTPOOL/$TESTCTR
33 export FS=$CTR/$TESTFS
34 export VOL=$CTR/$TESTVOL
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh91 negative_test "-f" "$CTR $FS $VOL"
98 negative_test "-r -rf" "$CTR $FS $VOL"
109 negative_test "-R -rR" $CTR
112 check_dataset datasetexists $CTR $FS $VOL
127 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
145 negative_test "-R -rR" $CTR
146 check_dataset datasetexists $CTR $VOL
163 check_dataset datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE
191 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
195 check_dataset datasetexists $CTR $FS $VOL
H A Dzfs_destroy_001_pos.ksh81 datasetexists $CTR && destroy_dataset $CTR -Rf
97 $CTR|$FS)
174 $CTR) check_dataset datasetnonexists \
175 $CTR $FS $VOL $FSSNAP $VOLSNAP
181 $FS) check_dataset datasetexists $CTR $VOL
192 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP
200 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP
208 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
227 for dtst in $CTR $FS $VOL $FSSNAP $VOLSNAP; do
H A Dzfs_destroy_common.kshlib54 if ! datasetexists $CTR; then
55 log_must zfs create $CTR
106 datasetexists $CTR && destroy_dataset $CTR -Rf
H A Dzfs_destroy.cfg34 export CTR=$TESTPOOL/$TESTCTR
35 export FS=$CTR/$TESTFS
36 export VOL=$CTR/$TESTVOL
/src/crypto/openssl/doc/man7/
H A DEVP_RAND-CTR-DRBG.pod5 EVP_RAND-CTR-DRBG - The CTR DRBG EVP_RAND implementation
14 "CTR-DRBG" is the name for this implementation; it can be used with the
63 A context for CTR DRBG can be obtained by calling:
65 EVP_RAND *rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
68 The default CTR-DRBG implementation attempts to fetch the required internal
82 rand = EVP_RAND_fetch(NULL, "CTR-DRBG", NULL);
H A DEVP_CIPHER-CAMELLIA.pod25 =item "CAMELLIA-128-CTR", "CAMELLIA-192-CTR" and "CAMELLIA-256-CTR"
H A DEVP_CIPHER-ARIA.pod23 =item "ARIA-128-CTR", "ARIA-192-CTR" and "ARIA-256-CTR"
H A DEVP_CIPHER-AES.pod26 =item "AES-128-CTR", "AES-192-CTR" and "AES-256-CTR"
/src/crypto/openssl/crypto/aes/asm/
H A Daes-riscv64-zvkb-zvkned.pl72 my ($CTR) = ("t6");
173 @{[vadd_vx $V16, $V16, $CTR, $MASK]}
178 srli $CTR, $VL, 2
249 @{[vadd_vx $V16, $V16, $CTR, $MASK]}
254 srli $CTR, $VL, 2
331 @{[vadd_vx $V16, $V16, $CTR, $MASK]}
336 srli $CTR, $VL, 2
/src/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-riscv64-zvkb-zvkg-zvkned.pl83 my ($CTR) = ("t6");
545 @{[vadd_vx $V12, $V12, $CTR, $CTR_MASK]}
566 @{[vadd_vx $V12, $V12, $CTR, $CTR_MASK]}
642 srli $CTR, $FULL_BLOCK_LEN32, 2
691 srli $CTR, $FULL_BLOCK_LEN32, 2
740 srli $CTR, $FULL_BLOCK_LEN32, 2
826 srli $CTR, $FULL_BLOCK_LEN32, 2
875 srli $CTR, $FULL_BLOCK_LEN32, 2
924 srli $CTR, $FULL_BLOCK_LEN32, 2
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-6-tests.sh26 CTR=$(cat /tmp/ctr)
27 echo $LINE| grep -q '^\[.*] Test[: ]' && CTR=$((CTR+1)) && echo $CTR > /tmp/ctr
40 "$H" "$M" "$S" "$CTR" "$CLINE"
/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c86 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 256, 8, 128, stream)
88 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 192, 8, 128, stream)
90 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 128, 8, 128, stream)
H A Dcipher_aria.c80 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 256, 8, 128, stream)
82 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 192, 8, 128, stream)
84 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 128, 8, 128, stream)
H A Dcipher_aes.c87 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 256, 8, 128, stream)
89 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 192, 8, 128, stream)
91 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 128, 8, 128, stream)
/src/sys/dev/cxgbe/crypto/
H A Dt7_kern_tls.c238 CTR(KTR_CXGBE, "%s: %p using immediate key ctx", __func__, in t7_tls_tag_alloc()
243 CTR(KTR_CXGBE, "%s: %p allocated TX key addr %#x", __func__, in t7_tls_tag_alloc()
375 CTR(KTR_CXGBE, "%s: %p failed to alloc WR mbuf", __func__, in ktls_setup_keys()
398 CTR(KTR_CXGBE, "%s: %p sent key WR", __func__, tlsp); in ktls_setup_keys()
604 CTR(KTR_CXGBE, in ktls_wr_len()
751 CTR(KTR_CXGBE, "%s: pkt len %d TCP seq %u", __func__, in ktls_queue_next_packet()
767 CTR(KTR_CXGBE, "%s: pkt len %d TCP seq %u dropped", __func__, in ktls_queue_next_packet()
799 CTR(KTR_CXGBE, "%s: %p header mbuf too short", __func__, tlsp); in t7_ktls_parse_pkt()
816 CTR(KTR_CXGBE, "%s: %p mbuf not IPPROTO_TCP", __func__, in t7_ktls_parse_pkt()
825 CTR(KTR_CXGBE, "%s: %p, mbuf not IPPROTO_TCP (%u)", in t7_ktls_parse_pkt()
[all …]
/src/sys/dev/cxgbe/
H A Dt4_tpt.c55 CTR(KTR_CXGBE, "%s: addr 0x%lx size %d", __func__, addr, size); in t4_pblpool_alloc()
64 CTR(KTR_CXGBE, "%s: addr 0x%x size %d", __func__, addr, size); in t4_pblpool_free()
78 CTR(KTR_CXGBE, "%s: idx 0x%lx size %d", __func__, stag_idx, size); in t4_stag_alloc()
87 CTR(KTR_CXGBE, "%s: idx 0x%x size %d", __func__, stag_idx, size); in t4_stag_free()
/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_camellia.txt625 Cipher = CAMELLIA-128-CTR
632 Cipher = CAMELLIA-128-CTR
639 Cipher = CAMELLIA-128-CTR
646 Cipher = CAMELLIA-192-CTR
653 Cipher = CAMELLIA-192-CTR
660 Cipher = CAMELLIA-192-CTR
667 Cipher = CAMELLIA-256-CTR
674 Cipher = CAMELLIA-256-CTR
681 Cipher = CAMELLIA-256-CTR
H A Devprand.txt19 RAND = CTR-DRBG
20 Cipher = AES-192-CTR
34 Title = CTR DRBG No Reseed Tests (from NIST test vectors)
36 RAND = CTR-DRBG
37 Cipher = AES-128-CTR
87 RAND = CTR-DRBG
88 Cipher = AES-128-CTR
168 RAND = CTR-DRBG
169 Cipher = AES-128-CTR
234 RAND = CTR-DRBG
[all …]
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp126 return MI->definesRegister(PPC::CTR, /*TRI=*/nullptr) || in isCTRClobber()
130 if (MI->modifiesRegister(PPC::CTR, /*TRI=*/nullptr) || in isCTRClobber()
139 if (MI->readsRegister(PPC::CTR, /*TRI=*/nullptr) || in isCTRClobber()
188 if (Preheader->isLiveIn(PPC::CTR) || Preheader->isLiveIn(PPC::CTR8)) in processLoop()
H A DPPCCTRLoopsVerify.cpp84 if (MO.isDef() && (MO.getReg() == PPC::CTR || MO.getReg() == PPC::CTR8)) in clobbersCTR()
87 if (MO.clobbersPhysReg(PPC::CTR) || MO.clobbersPhysReg(PPC::CTR8)) in clobbersCTR()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dz_AIX_asm.S189 mtctr 12 # CTR = function address
190 bctrl # Branch to CTR
343 mtctr 12 # CTR = function address
344 bctrl # Branch to CTR

123456