Home
last modified time | relevance | path

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

12

/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
Daes-gcm-armv8_64.S56 fmov d1, r10 @ CTR block 1
63 rev r9, r12 @ CTR block 1
64 add r12, r12, #1 @ CTR block 1
65 fmov d3, r10 @ CTR block 3
67 orr r9, r11, r9, lsl #32 @ CTR block 1
70 fmov v1.d[1], r9 @ CTR block 1
71 rev r9, r12 @ CTR block 2
73 fmov d2, r10 @ CTR block 2
74 orr r9, r11, r9, lsl #32 @ CTR block 2
75 add r12, r12, #1 @ CTR block 2
[all …]
/netbsd/src/sys/arch/bebox/include/
Dkgdb.h37 #define CTR 34 macro
/netbsd/src/sys/arch/mvmeppc/include/
Dkgdb.h37 #define CTR 34 macro
/netbsd/src/sys/arch/prep/include/
Dkgdb.h37 #define CTR 34 macro
/netbsd/src/sys/arch/sandpoint/include/
Dkgdb.h37 #define CTR 34 macro
/netbsd/src/sys/arch/ibmnws/include/
Dkgdb.h37 #define CTR 34 macro
/netbsd/src/sys/arch/rs6000/include/
Dkgdb.h37 #define CTR 34 macro
/netbsd/src/crypto/external/bsd/openssl/dist/engines/
De_padlock.c532 DECLARE_AES_EVP(128, ctr, CTR)
538 DECLARE_AES_EVP(192, ctr, CTR)
544 DECLARE_AES_EVP(256, ctr, CTR)
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Didecode_fields.h83 #define CTR_0b00 (CTR & ~3)
Dppc-spr-table26 CTR:9:0:0
Dregisters.h326 #define CTR SPREG(spr_ctr) macro
Dpowerpc.igen250 … "branch if --CTR != 0 and condition is FALSE", /* 0000y */
251 "branch if --CTR != 0 and condition is FALSE, reverse branch likely",
252 … "branch if --CTR == 0 and condition is FALSE", /* 0001y */
253 "branch if --CTR == 0 and condition is FALSE, reverse branch likely",
258 …"branch if --CTR != 0 and condition is TRUE", /* 0100y */
259 "branch if --CTR != 0 and condition is TRUE, reverse branch likely",
260 …"branch if --CTR == 0 and condition is TRUE", /* 0101y */
261 "branch if --CTR == 0 and condition is TRUE, reverse branch likely",
266 …"branch if --CTR != 0", /* 1z00y */
267 "branch if --CTR != 0, reverse branch likely",
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/evp/
De_aria.c193 BLOCK_CIPHER_generic(NID_aria, 128, 1, 16, ctr, ctr, CTR, 0)
194 BLOCK_CIPHER_generic(NID_aria, 192, 1, 16, ctr, ctr, CTR, 0)
195 BLOCK_CIPHER_generic(NID_aria, 256, 1, 16, ctr, ctr, CTR, 0)
De_camellia.c189 BLOCK_CIPHER_generic(nid, keylen, 1, 16, ctr, ctr, CTR, flags)
/netbsd/src/external/lgpl3/gmp/dist/mpn/power/
Drshift.asm54 bdn Loop C loop back until CTR is zero
/netbsd/src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
DaorsorrlshC_n.asm125 bdnz L(top) C decrement CTR and loop back
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/objects/
Dobjects.txt978 : AES-128-CTR : aes-128-ctr
979 : AES-192-CTR : aes-192-ctr
980 : AES-256-CTR : aes-256-ctr
1472 camellia 9 : CAMELLIA-128-CTR : camellia-128-ctr
1482 camellia 29 : CAMELLIA-192-CTR : camellia-192-ctr
1492 camellia 49 : CAMELLIA-256-CTR : camellia-256-ctr
1513 aria 5 : ARIA-128-CTR : aria-128-ctr
1521 aria 10 : ARIA-192-CTR : aria-192-ctr
1529 aria 15 : ARIA-256-CTR : aria-256-ctr
1567 sm-scheme 104 7 : SM4-CTR : sm4-ctr
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dpower9.md363 ; Move to LR/CTR are executed in VSU
481 ; Move from LR/CTR are executed in BRU but consume a writeback port from an
Dpower8.md314 ; Branch updating LR/CTR feeding mf[lr|ctr]
Dpredicates.md1164 ;; to CALL. This is a SYMBOL_REF, a pseudo-register, LR or CTR.
1173 ;; to an indirect CALL. This is LR, CTR, or a PLTSEQ unspec using CTR.
Drs6000.opt585 ;; branches via the CTR.
/netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/
Dman.inc284 EVP_RAND-CTR-DRBG.7 \
/netbsd/src/external/gpl3/gdb/dist/gdb/
Drs6000-aix-nat.c232 return CTR; in regmap()
/netbsd/src/crypto/external/bsd/openssl/dist/doc/
Dbuild.info4394 DEPEND[html/man7/EVP_RAND-CTR-DRBG.html]=man7/EVP_RAND-CTR-DRBG.pod
4395 GENERATE[html/man7/EVP_RAND-CTR-DRBG.html]=man7/EVP_RAND-CTR-DRBG.pod
4396 DEPEND[man/man7/EVP_RAND-CTR-DRBG.7]=man7/EVP_RAND-CTR-DRBG.pod
4397 GENERATE[man/man7/EVP_RAND-CTR-DRBG.7]=man7/EVP_RAND-CTR-DRBG.pod
4714 html/man7/EVP_RAND-CTR-DRBG.html \
4840 man/man7/EVP_RAND-CTR-DRBG.7 \
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dacvp_test.inc828 "AES-128-CTR",
2028 "CTR-DRBG",
2029 "AES-256-CTR",

12