Home
last modified time | relevance | path

Searched refs:ALGR (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh83 ALGR=
136 ALGR='auth hmac\('$AALGO'\) '$AALGO_KEY
140 ALGR="enc $EALGO $EALGO_KEY auth "'hmac\('$AALGO'\) '$AALGO_KEY
146 ALGR="aead "'rfc4106\(gcm\(aes\)\)'" $AEALGO_KEY 128"
150 ALGR="aead "'rfc4309\(ccm\(aes\)\)'" $AEALGO_KEY 128"
154 ALGR="aead "'rfc4543\(gcm\(aes\)\)'" $AEALGO_KEY 128"
160 ALGR=$ALG
204 spi $spi_1 $p $ALGR mode $mode sel src $src dst $dst"
206 spi $spi_2 $p $ALGR mode $mode sel src $dst dst $src"
269 tst_rhost_run -s -c "$ipx st add $o_dir $p $spi_1 $ALGR $m"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp320 case SystemZ::AGR: ConvOpc = SystemZ::ALGR; break; in convertToLogical()
DSystemZScheduleZ196.td324 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZEC12.td335 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZ13.td364 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZ15.td369 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZ14.td365 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZInstrInfo.td964 defm ALGR : BinaryRREAndK<"algr", 0xB90A, 0xB9EA, z_uadd, GR64, GR64>;