/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
DSA.java | 35 provider.addAlgorithm("Alg.Alias.Signature.RAWDSA", "NONEWITHDSA"); 54 provider.addAlgorithm("Alg.Alias.Signature.DSA", "SHA1withDSA"); 57 provider.addAlgorithm("Alg.Alias.Signature.SHA/DSA", "SHA1withDSA"); 58 provider.addAlgorithm("Alg.Alias.Signature.SHA1withDSA", "SHA1withDSA"); 59 provider.addAlgorithm("Alg.Alias.Signature.SHA1WITHDSA", "SHA1withDSA"); 60 provider.addAlgorithm("Alg.Alias.Signature.1.3.14.3.2.26with1.2.840.10040.4.1", "SHA1withDSA"); 61 provider.addAlgorithm("Alg.Alias.Signature.1.3.14.3.2.26with1.2.840.10040.4.3", "SHA1withDSA"); 62 provider.addAlgorithm("Alg.Alias.Signature.DSAwithSHA1", "SHA1withDSA"); 63 provider.addAlgorithm("Alg.Alias.Signature.DSAWITHSHA1", "SHA1withDSA"); 64 provider.addAlgorithm("Alg.Alias.Signature.SHA1WithDSA", "SHA1withDSA") [all...] |
/external/llvm/test/tools/gold/X86/ |
comdat.ll | 20 @a11 = alias i32, i32* @v1 21 @a12 = alias i16, bitcast (i32* @v1 to i16*) 23 @a13 = alias i32 (i8*), i32 (i8*)* @f1 24 @a14 = alias i16, bitcast (i32 (i8*)* @f1 to i16*) 25 @a15 = alias i16, i16* @a14 40 ; CHECK-DAG: @a11 = alias i32, i32* @v1{{$}} 41 ; CHECK-DAG: @a12 = alias i16, bitcast (i32* @v1 to i16*) 43 ; CHECK-DAG: @a13 = alias i32 (i8*), i32 (i8*)* @f1{{$}} 44 ; CHECK-DAG: @a14 = alias i16, bitcast (i32 (i8*)* @f1 to i16*) 46 ; CHECK-DAG: @a21 = alias i32, i32* @v1.1{{$} [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
AES.java | 731 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + wrongAES128, "AES"); 732 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + wrongAES192, "AES"); 733 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + wrongAES256, "AES"); 734 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes128_CBC, "AES"); 735 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes192_CBC, "AES"); 736 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes256_CBC, "AES"); 739 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes128_GCM, "GCM"); 740 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes192_GCM, "GCM"); 741 provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes256_GCM, "GCM"); 744 // provider.addAlgorithm("Alg.Alias.AlgorithmParameters." + NISTObjectIdentifiers.id_aes128_CCM, "CCM") [all...] |
/external/blktrace/ |
verify_blkparse.c | 13 int major, minor, cpu, nr, alias; local 33 alias = nr = 0; 53 fprintf(stdout, "alias on sequence %u\n", seq); 54 alias++; 62 fprintf(stdout, "Events %Lu: %d unordered, %d aliases\n", total_entries, nr, alias);
|
/external/llvm/unittests/Option/ |
Opts.td | 16 def Ceq : Joined<["-", "--"], "C=">, Alias<C>, Flags<[OptFlag1]>; 21 def I : Flag<["-"], "I">, Alias<H>, Group<my_group>; 23 def J : Flag<["-"], "J">, Alias<B>, AliasArgs<["foo"]>; 24 def Joo : Flag<["-"], "Joo">, Alias<B>, AliasArgs<["bar"]>; 26 def K : Flag<["-"], "K">, Alias<B>;
|
/frameworks/base/keystore/java/android/security/ |
Credentials.java | 221 * particular {@code alias}. All three can exist for any given alias. 222 * Returns {@code true} if the alias no longer contains any types. 224 public static boolean deleteAllTypesForAlias(KeyStore keystore, String alias) { 225 return deleteAllTypesForAlias(keystore, alias, KeyStore.UID_SELF); 230 * particular {@code alias}. All three can exist for any given alias. 231 * Returns {@code true} if the alias no longer contains any types. 233 public static boolean deleteAllTypesForAlias(KeyStore keystore, String alias, int uid) { 238 return deletePrivateKeyTypeForAlias(keystore, alias, uid [all...] |
IKeyChainAliasCallback.aidl | 19 * Used by the {@code KeyChainActivity} to return alias for {@link KeyStore#chooseAlias}. 25 void alias(String alias);
|
KeyChainAliasCallback.java | 27 * Called with the alias of the certificate chosen by the user, or 30 public void alias(@Nullable String alias); method in interface:KeyChainAliasCallback
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_stddefs.h | 41 #define FALSE 0 /**< This define statement sets FALSE as a preprocessor alias for 0. */ 45 #define TRUE (!FALSE) /**< This define statement sets TRUE as a preprocessor alias for !FALSE. */ 55 #define NULL ((void*)0) /**< This define statement sets NULL as a preprocessor alias for (void*)0 */ 186 #define BIT0 0x00000001 /**< preprocessor alias for 32-bit value with bit 0 set, used to specify this single bit */ 187 #define BIT1 0x00000002 /**< preprocessor alias for 32-bit value with bit 1 set, used to specify this single bit */ 188 #define BIT2 0x00000004 /**< preprocessor alias for 32-bit value with bit 2 set, used to specify this single bit */ 189 #define BIT3 0x00000008 /**< preprocessor alias for 32-bit value with bit 3 set, used to specify this single bit */ 190 #define BIT4 0x00000010 /**< preprocessor alias for 32-bit value with bit 4 set, used to specify this single bit */ 191 #define BIT5 0x00000020 /**< preprocessor alias for 32-bit value with bit 5 set, used to specify this single bit */ 192 #define BIT6 0x00000040 /**< preprocessor alias for 32-bit value with bit 6 set, used to specify this single bit * [all...] |
/libcore/ojluni/src/main/java/javax/net/ssl/ |
X509KeyManager.java | 44 * <LI> select the <ITALIC> best alias </ITALIC> based on 63 * @return an array of the matching alias names, or null if there 69 * Choose an alias to authenticate the client side of a secure 79 * implementations are free to select an alias applicable 81 * @return the alias name for the desired key, or null if there 95 * @return an array of the matching alias names, or null 101 * Choose an alias to authenticate the server side of a secure 110 * implementations are free to select an alias applicable 112 * @return the alias name for the desired key, or null if there 119 * Returns the certificate chain associated with the given alias [all...] |
/external/icu/icu4c/source/io/ |
uprntf_p.c | 1222 const UChar *alias = fmt; local [all...] |
/bionic/libm/ |
freebsd-compat.h | 22 #define __weak_reference(sym,alias) \ 23 __asm__(".weak " #alias); \ 24 __asm__(".equ " #alias ", " #sym)
|
/external/autotest/frontend/migrations/ |
049_test_planner_additions.py | 16 ALTER TABLE `planner_tests` ADD COLUMN `alias` varchar(255) NOT NULL; 17 ALTER TABLE `planner_tests` ADD CONSTRAINT `tests_plan_id_alias_unique` UNIQUE KEY (`plan_id`, `alias`); 31 ALTER TABLE `planner_tests` DROP COLUMN `alias`;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/ |
BC.java | 24 provider.addAlgorithm("Alg.Alias.KeyStore.UBER", "BouncyCastle"); 25 provider.addAlgorithm("Alg.Alias.KeyStore.BOUNCYCASTLE", "BouncyCastle"); 26 provider.addAlgorithm("Alg.Alias.KeyStore.bouncycastle", "BouncyCastle");
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/ |
p2-0x.cpp | 5 struct X<int>* p2; // expected-error {{elaborated type refers to a type alias template}} 11 struct F<int> i; // expected-error {{elaborated type refers to a type alias template}} 16 struct Y<F>::template U<char> k; // expected-error 2{{elaborated type refers to a type alias template}}
|
/external/llvm/test/Analysis/CFLAliasAnalysis/ |
basic-interproc.ll | 7 ; CHECK: 2 Total Alias Queries Performed 8 ; CHECK: 1 no alias responses 9 ; ^^ In @test2, %arg1 and %arg2 may alias
|
/external/llvm/test/CodeGen/XCore/ |
aliases.ll | 8 @a = alias void (), void ()* @a_val 9 @b = alias i32, i32* @b_val 10 @c = alias i32, i32* @c_val
|
/external/llvm/test/Linker/ |
unnamed-addr1-a.ll | 29 @alias-a = weak global i32 42 30 ; CHECK-DAG: @alias-a = alias i32, i32* @global-f 31 @alias-b = weak unnamed_addr global i32 42 32 ; CHECK-DAG: @alias-b = unnamed_addr alias i32, i32* @global-f 56 @alias-c = weak global i32 42 57 ; CHECK-DAG: @alias-c = alias i32, i32* @global-f 58 @alias-d = weak unnamed_addr global i32 4 [all...] |
/frameworks/base/core/java/android/app/ |
AliasActivity.java | 37 * simple way to implement an alias-like mechanism. 40 * component an entry named "android.app.alias". It is a reference to an XML 46 * meta-data information about the alias. It is a reference to an XML 50 public final String ALIAS_META_DATA = "android.app.alias"; 63 throw new RuntimeException("Alias requires a meta-data field " 70 "No <intent> tag found in alias description"); 77 throw new RuntimeException("Error parsing alias", e); 79 throw new RuntimeException("Error parsing alias", e); 81 throw new RuntimeException("Error parsing alias", e); 99 if (!"alias".equals(nodeName)) [all...] |
/external/clang/test/CodeGenCXX/ |
virtual-destructor-calls.cpp | 16 // Complete dtor: just an alias because there are no virtual bases. 17 // CHECK: @_ZN1BD1Ev = alias {{.*}} @_ZN1BD2Ev 20 // CHECK: @_ZN1CD2Ev = alias {{.*}}, bitcast {{.*}} @_ZN1BD2Ev 21 // CHECK: @_ZN1CD1Ev = alias {{.*}} @_ZN1CD2Ev 41 // Complete dtor: just an alias (checked above). 48 // Base dtor: just an alias to B's base dtor.
|
/external/clang/test/SemaCXX/ |
attr-weakref.cpp | 6 static int a2() __attribute__((weakref, alias ("foo"))); 9 static int a4 __attribute__((weakref, alias ("foo"))); 12 static int a5 __attribute__((alias ("foo"), weakref)); 15 static int a6 __attribute__((weakref)); //expected-error {{weakref declaration of 'a6' must also have an alias attribute}} 31 int a9 __attribute__((weakref)); // expected-error {{weakref declaration of 'a9' must also have an alias attribute}} 36 static int v __attribute__((weakref(a1), alias("foo"))); // expected-error {{'weakref' attribute requires a string}}
|
/external/llvm/test/Transforms/GVN/ |
noalias.ll | 16 ; CHECK: load i32, i32* %p, !alias.scope !0 18 %a = load i32, i32* %p, !alias.scope !0 19 %b = load i32, i32* %p, !alias.scope !0 30 ; CHECK: load i32, i32* %p, !alias.scope !1 32 %a = load i32, i32* %p, !alias.scope !1 33 %b = load i32, i32* %p, !alias.scope !2
|
/external/llvm/test/Transforms/Internalize/ |
comdat.ll | 20 ; CHECK: @c1_d = alias i32, i32* @c1_c 21 @c1_d = alias i32, i32* @c1_c 23 ; CHECK: @c2_c = internal alias i32, i32* @c2_b 24 @c2_c = alias i32, i32* @c2_b 26 ; CHECK: @c4 = alias i32, i32* @c4_a 27 @c4 = alias i32, i32* @c4_a
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
CertificateRequestor.java | 35 public static final String RESULT_ALIAS = "CertificateRequestor.alias"; 53 null /* alias */); 61 public void alias(String alias) { method in class:CertificateRequestor 62 if (alias == null) { 66 data.putExtra(RESULT_ALIAS, alias);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
alias.h | 1 /* Exported functions from alias.c 23 /* The type of an alias set. Code currently assumes that variables of 24 this type can take the values 0 (the alias set which aliases 25 everything) and -1 (sometimes indicating that the alias set is 27 that the alias set should be set to a unique value but has not been 45 /* This alias set can be used to force a memory to conflict with all
|