HomeSort by relevance Sort by last modified time
    Searched defs:algorithm (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /external/vboot_reference/firmware/include/
vboot_struct.h 19 /* Signature algorithm used by the key */
20 uint64_t algorithm; member in struct:VbPublicKey
  /external/boringssl/src/include/openssl/
asn1.h 475 ASN1_OBJECT *algorithm; member in struct:X509_algor_st
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
CipherTest.java 121 private static boolean isSupported(String algorithm, String provider) {
122 if (algorithm.equals("RC2")) {
125 if (algorithm.equals("PBEWITHMD5ANDRC2")) {
128 if (algorithm.startsWith("PBEWITHSHA1ANDRC2")) {
131 if (algorithm.equals("PBEWITHSHAAND40BITRC2-CBC")) {
134 if (algorithm.equals("PBEWITHSHAAND128BITRC2-CBC")) {
137 if (algorithm.equals("PBEWITHSHAANDTWOFISH-CBC")) {
141 if (algorithm.equals("PBEWITHMD5ANDTRIPLEDES")) {
147 (algorithm.equals("AES/CFB/PKCS5PADDING")
148 || algorithm.equals("AES/CFB/PKCS7PADDING"
977 String algorithm = encryptCipher.getAlgorithm().toUpperCase(Locale.US); local
1005 String algorithm = "PBEWITHMD5ANDTRIPLEDES"; external variable declarations
1038 String algorithm = service.getAlgorithm().toUpperCase(Locale.US); local
1146 String algorithm = c.getAlgorithm().toUpperCase(Locale.US); local
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketVersionCompatibilityTest.java 811 private final String algorithm; field in class:SSLSocketVersionCompatibilityTest.OpaqueSignatureSpi
865 private final String algorithm; field in class:SSLSocketVersionCompatibilityTest.OpaqueCipherSpi
    [all...]
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
CipherTest.java 125 private static boolean isSupported(String algorithm, String provider) {
126 if (algorithm.equals("RC2")) {
129 if (algorithm.equals("PBEWITHMD5ANDRC2")) {
132 if (algorithm.startsWith("PBEWITHSHA1ANDRC2")) {
135 if (algorithm.equals("PBEWITHSHAAND40BITRC2-CBC")) {
138 if (algorithm.equals("PBEWITHSHAAND128BITRC2-CBC")) {
141 if (algorithm.equals("PBEWITHSHAANDTWOFISH-CBC")) {
145 if (algorithm.equals("PBEWITHMD5ANDTRIPLEDES")) {
151 (algorithm.equals("AES/CFB/PKCS5PADDING")
152 || algorithm.equals("AES/CFB/PKCS7PADDING"
981 String algorithm = encryptCipher.getAlgorithm().toUpperCase(Locale.US); local
1009 String algorithm = "PBEWITHMD5ANDTRIPLEDES"; external variable declarations
1042 String algorithm = service.getAlgorithm().toUpperCase(Locale.US); local
1150 String algorithm = c.getAlgorithm().toUpperCase(Locale.US); local
    [all...]
  /external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
SSLSocketVersionCompatibilityTest.java 816 private final String algorithm; field in class:SSLSocketVersionCompatibilityTest.OpaqueSignatureSpi
876 private final String algorithm; field in class:SSLSocketVersionCompatibilityTest.OpaqueCipherSpi
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 32 #include <algorithm>
2002 std::string algorithm; local
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 27 // Annex A Algorithm Constants
60 // Table 215 - Defines for RSA Algorithm Constants
64 // Table 216 - Defines for ECC Algorithm Constants
68 // Table 217 - Defines for AES Algorithm Constants
73 // Table 218 - Defines for SM4 Algorithm Constants
78 // Table 219 - Defines for Symmetric Algorithm Constants
1269 TPMI_ALG_SYM algorithm; member in struct:__anon11012
1276 TPMI_ALG_SYM_OBJECT algorithm; member in struct:__anon11013
    [all...]
Tpm12.h 110 /// Indicates the type of algorithm
369 #define TPM_ALG_RSA ((TPM_ALGORITHM_ID) 0x00000001) ///< The RSA algorithm.
370 #define TPM_ALG_DES ((TPM_ALGORITHM_ID) 0x00000002) ///< The DES algorithm
371 #define TPM_ALG_3DES ((TPM_ALGORITHM_ID) 0x00000003) ///< The 3DES algorithm in EDE mode
372 #define TPM_ALG_SHA ((TPM_ALGORITHM_ID) 0x00000004) ///< The SHA1 algorithm
373 #define TPM_ALG_HMAC ((TPM_ALGORITHM_ID) 0x00000005) ///< The RFC 2104 HMAC algorithm
374 #define TPM_ALG_AES128 ((TPM_ALGORITHM_ID) 0x00000006) ///< The AES algorithm, key size 128
375 #define TPM_ALG_MGF1 ((TPM_ALGORITHM_ID) 0x00000007) ///< The XOR algorithm using MGF1 to create a string the size of the encrypted block
1266 TPM_KEY_PARMS algorithm; member in struct:tdTPM_SYM_CA_ATTESTATION
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Tpm12.h 244 #define TPM_ALG_RSA ((TPM_ALGORITHM_ID) 0x00000001) // The RSA algorithm.
245 #define TPM_ALG_DES ((TPM_ALGORITHM_ID) 0x00000002) // The DES algorithm
246 #define TPM_ALG_3DES ((TPM_ALGORITHM_ID) 0x00000003) // The 3DES algorithm in EDE mode
247 #define TPM_ALG_SHA ((TPM_ALGORITHM_ID) 0x00000004) // The SHA1 algorithm
248 #define TPM_ALG_HMAC ((TPM_ALGORITHM_ID) 0x00000005) // The RFC 2104 HMAC algorithm
249 #define TPM_ALG_AES128 ((TPM_ALGORITHM_ID) 0x00000006) // The AES algorithm, key size 128
250 #define TPM_ALG_MGF1 ((TPM_ALGORITHM_ID) 0x00000007) // The XOR algorithm using MGF1 to create a string the size of the encrypted block
1117 TPM_KEY_PARMS algorithm; member in struct:tdTPM_SYM_CA_ATTESTATION
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
ant-1.6.5.jar 
  /external/caliper/lib/
jersey-client-1.11.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 

Completed in 2210 milliseconds

1 2 3 45