Home
last modified time | relevance | path

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

12345

/freebsd/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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_005_neg.ksh90 negative_test "-f" "$CTR $FS $VOL"
97 negative_test "-r -rf" "$CTR $FS $VOL"
108 negative_test "-R -rR" $CTR
111 check_dataset datasetexists $CTR $FS $VOL
126 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP $VOLCLONE
144 negative_test "-R -rR" $CTR
145 check_dataset datasetexists $CTR $VOL
162 check_dataset datasetexists $CTR $VOL $FS $FSSNAP $FSCLONE
190 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
194 check_dataset datasetexists $CTR $FS $VOL
H A Dzfs_destroy_001_pos.ksh80 datasetexists $CTR && destroy_dataset $CTR -Rf
96 $CTR|$FS)
173 $CTR) check_dataset datasetnonexists \
174 $CTR $FS $VOL $FSSNAP $VOLSNAP
180 $FS) check_dataset datasetexists $CTR $VOL
191 $VOL) check_dataset datasetexists $CTR $FS $FSSNAP
199 check_dataset datasetexists $CTR $FS $VOL $VOLSNAP
207 check_dataset datasetexists $CTR $FS $VOL $FSSNAP
226 for dtst in $CTR $FS $VOL $FSSNAP $VOLSNAP; do
H A Dzfs_destroy_common.kshlib53 if ! datasetexists $CTR; then
54 log_must zfs create $CTR
105 datasetexists $CTR && destroy_dataset $CTR -Rf
H A Dzfs_destroy.cfg33 export CTR=$TESTPOOL/$TESTCTR
34 export FS=$CTR/$TESTFS
35 export VOL=$CTR/$TESTVOL
/freebsd/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);
76 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"
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_camellia.c88 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 256, 8, 128, stream)
90 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 192, 8, 128, stream)
92 IMPLEMENT_generic_cipher(camellia, CAMELLIA, ctr, CTR, 0, 128, 8, 128, stream)
H A Dcipher_aes.c89 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 256, 8, 128, stream)
91 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 192, 8, 128, stream)
93 IMPLEMENT_generic_cipher(aes, AES, ctr, CTR, 0, 128, 8, 128, stream)
H A Dcipher_aria.c82 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 256, 8, 128, stream)
84 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 192, 8, 128, stream)
86 IMPLEMENT_generic_cipher(aria, ARIA, ctr, CTR, 0, 128, 8, 128, stream)
H A Dcipher_sm4.c50 IMPLEMENT_generic_cipher(sm4, SM4, ctr, CTR, 0, 128, 8, 128, stream)
/freebsd/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
36 RAND = CTR-DRBG
37 Cipher = AES-128-CTR
87 RAND = CTR-DRBG
168 RAND = CTR-DRBG
234 RAND = CTR-DRBG
330 RAND = CTR-DRBG
381 RAND = CTR-DRBG
462 RAND = CTR-DRBG
[all …]
H A Devpciph_aria.txt64 Cipher = ARIA-128-CTR
103 Cipher = ARIA-192-CTR
142 Cipher = ARIA-256-CTR
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp126 return MI->definesRegister(PPC::CTR) || MI->definesRegister(PPC::CTR8); in isCTRClobber()
129 if (MI->modifiesRegister(PPC::CTR) || MI->modifiesRegister(PPC::CTR8)) in isCTRClobber()
137 if (MI->readsRegister(PPC::CTR) || MI->readsRegister(PPC::CTR8)) in isCTRClobber()
185 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()
/freebsd/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
/freebsd/crypto/openssl/doc/man3/
H A DRAND_set_DRBG_type.pod42 The default DRBG is "CTR-DRBG" using the "AES-256-CTR" cipher.
/freebsd/tests/sys/cddl/zfs/tests/inheritance/
H A DREADME.config35 # <dataset type> - recognised types are POOL, CTR and FS
60 TESTPOOL/TESTCTR CTR -
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A DREADME.config36 # <dataset type> - recognised types are POOL, CTR and FS
66 TESTPOOL/TESTCTR CTR -

12345