Home
last modified time | relevance | path

Searched refs:INV (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/test/recipes/30-test_evp_data/
Devpciph_aes_wrap.txt75 Cipher = AES-128-WRAP-INV
81 Cipher = AES-128-WRAP-INV
87 Cipher = AES-128-WRAP-INV
93 Cipher = AES-128-WRAP-INV
100 Cipher = AES-192-WRAP-INV
107 Cipher = AES-256-WRAP-INV
114 Cipher = AES-128-WRAP-INV
120 Cipher = AES-192-WRAP-INV
126 Cipher = AES-256-WRAP-INV
132 Cipher = AES-128-WRAP-PAD-INV
[all …]
/third_party/openssl/doc/man7/
DEVP_CIPHER-AES.pod42 "AES-128-WRAP-INV", "AES-192-WRAP-INV", "AES-256-WRAP-INV",
43 "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
Dmigration_guide.pod231 unwrapping. The algorithms are: "AES-128-WRAP-INV", "AES-192-WRAP-INV",
232 "AES-256-WRAP-INV", "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and
233 "AES-256-WRAP-PAD-INV".
/third_party/mesa3d/src/intel/tools/
Di965_lex.l138 inv { yylval.integer = BRW_MATH_FUNCTION_INV; return INV; }
Di965_gram.y405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ
860 | INV
/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.cpp1622 …static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, … in getBorderColorReadSwizzle() local
1663 swizzle = &INV; in getBorderColorReadSwizzle()
1668 swizzle = &INV; in getBorderColorReadSwizzle()
DtcuTexture.cpp825 …static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_ZERO, TextureSwizzle::CHANNEL_ZERO, … in getChannelReadSwizzle() local
868 return INV; in getChannelReadSwizzle()
872 return INV; in getChannelReadSwizzle()
881 …static const TextureSwizzle INV = {{ TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST, … in getChannelWriteSwizzle() local
924 return INV; in getChannelWriteSwizzle()
928 return INV; in getChannelWriteSwizzle()
/third_party/rust/crates/rustix/src/process/
Dprctl.rs277 const INV = 0x10_0000; constant
/third_party/elfutils/po/
Des.po4172 msgstr "SÍMBOLO INVÁLIDO"
4176 msgstr "SECCIÓN INVÁLIDA"
4799 msgstr "<SÍMBOLO INVÁLIDO>"
4803 msgstr "<SECCIÓN INVÁLIDA>"
4968 msgstr "<REUBIC INVÁLIDA>"
5584 msgstr " [%6tx] <DATOS INVÁLIDOS>\n"
5599 msgstr " <DATOS INVÁLIDOS>\n"
6040 msgstr " <DATOS INVÁLIDOS>\n"
6054 msgstr " <DATOS INVÁLIDOS>\n"
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2197 static const UChar INV[] = u"{$%"; in TestCurrencyUnit() local
2227 CurrencyUnit inv(INV, ec); in TestCurrencyUnit()