/aosp_15_r20/system/security/keystore2/src/key_parameter/ |
H A D | wire_tests.rs | 27 let kp = KeyParameter::new(KeyParameterValue::Invalid, SecurityLevel::STRONGBOX); in test_convert_to_wire_invalid() localVariable 35 let kp = KeyParameter::new(KeyParameterValue::CallerNonce, SecurityLevel::STRONGBOX); in test_convert_to_wire_bool() localVariable 43 let kp = KeyParameter::new( in test_convert_to_wire_integer() localVariable 57 let kp = KeyParameter::new(KeyParameterValue::UserSecureID(i64::MAX), SecurityLevel::STRONGBOX); in test_convert_to_wire_long_integer() localVariable 68 let kp = KeyParameter::new( in test_convert_to_wire_blob() localVariable
|
H A D | storage_tests.rs | 117 let kp = in test_to_sql_enum_i32() localVariable 131 let kp = KeyParameter::new(KeyParameterValue::KeySize(1024), SecurityLevel::STRONGBOX); in test_to_sql_i32() localVariable 145 let kp = in test_to_sql_i64() localVariable 159 let kp = KeyParameter::new( in test_to_sql_vec_u8() localVariable 175 let kp = KeyParameter::new(KeyParameterValue::CallerNonce, SecurityLevel::STRONGBOX); in test_to_sql_bool() localVariable
|
/aosp_15_r20/libcore/ojluni/src/test/java/security/KeyAgreement/ |
H A D | KeySpecTest.java | 68 KeyPair kp = genKeyPair("BC","DiffieHellman", in testDHKeySpecs() local 76 KeyPair kp = genKeyPair("AndroidOpenSSL","EC", in testECDHKeySpecs() local 128 String kpgAlgo, KeyPair kp) throws Exception { in testKeySpecs() 168 String kpgAlgo, KeyPair kp) throws Exception { in testEncodedKeySpecs() 251 private static void testKeyEquals(KeyPair kp, PublicKey pubKey, in testKeyEquals()
|
H A D | KeySizeTest.java | 111 KeyPair kp = kpg.generateKeyPair(); in testKeyAgreement() local 125 KeyPair kp, int keySize) throws Exception { in testKeyAttributes()
|
/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ |
H A D | eval.pass.cpp | 62 int kp = -1; in test1() local 114 int kp = -1; in test2() local 166 int kp = -1; in test3() local 218 int kp = -1; in test4() local 271 int kp = -1; in test5() local 325 int kp = -1; in test6() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.plinear/ |
H A D | eval.pass.cpp | 61 int kp = -1; in test1() local 113 int kp = -1; in test2() local 165 int kp = -1; in test3() local 217 int kp = -1; in test4() local 270 int kp = -1; in test5() local 324 int kp = -1; in test6() local
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-krb.c | 160 const struct krb *kp; in krb4_print() local 166 #define IS_LENDIAN(kp) ((GET_U_1((kp)->type) & 0x01) != 0) in krb4_print() argument 167 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? GET_LE_U_2(cp) : GET_BE_U_2(cp)) in krb4_print() argument 230 const struct krb *kp; in krb_print() local
|
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | SignerTest.java | 66 KeyPair kp = new KeyPair(new PublicKeyStub("public", "SignerTest.testToString", null), in test_toString() local 134 KeyPair kp = new KeyPair(publicKey, privateKey); in testGetPrivateKey() local 158 KeyPair kp = new KeyPair(null, null); in test_setKeyPairLjava_security_KeyPair() local
|
H A D | KeyPairGenerator3Test.java | 98 KeyPair kp, kp1; in testGenKeyPair01() local 124 KeyPair kp, kp1; in testGenKeyPair02() local
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-kprobes.c | 27 struct tracefs_dynevent *kp; in kprobe_alloc() local 110 struct tracefs_dynevent *kp; in tracefs_kretprobe_alloc() local 135 static struct tracefs_dynevent *kp; in kprobe_raw() local
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xthreads.h | 79 # define xthread_key_create(kp,d) thr_keycreate(kp,d) argument 119 # define xthread_key_create(kp,d) *(kp) = TlsAlloc() argument 176 # define xthread_key_create(kp,d) tis_key_create(kp,d) argument 207 # define xthread_key_create(kp,d) thr_keycreate(kp,d) argument 235 # define xthread_key_create(kp,d) pthread_key_create(kp,d) argument 244 # define xthread_key_create(kp,d) pthread_keycreate(kp,d) argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xthreads.h | 79 # define xthread_key_create(kp,d) thr_keycreate(kp,d) argument 119 # define xthread_key_create(kp,d) *(kp) = TlsAlloc() argument 176 # define xthread_key_create(kp,d) tis_key_create(kp,d) argument 207 # define xthread_key_create(kp,d) thr_keycreate(kp,d) argument 235 # define xthread_key_create(kp,d) pthread_key_create(kp,d) argument 244 # define xthread_key_create(kp,d) pthread_keycreate(kp,d) argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/ |
H A D | fty_enum.c | 77 char **kp = (char **)0; in Generic_Enum_Type() local 166 char **kp = ap->kwds; in Copy_Enum_Type() local 200 char **kp = ap->kwds; in Free_Enum_Type() local
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genec.c | 59 mbedtls_ecp_keypair kp; in lws_genec_keypair_import() local 243 mbedtls_ecp_keypair *kp; in lws_genecdh_new_keypair() local 325 mbedtls_ecp_keypair *kp; in lws_genecdsa_new_keypair() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/ |
D | numeric.rs | 355 let kp = compute_i32_key_points((0, 999), 28); in test_key_points() localVariable 360 let kp = compute_f64_key_points((-1.2, 1.2), 1); in test_key_points() localVariable 363 let kp = compute_f64_key_points((-1.2, 1.2), 0); in test_key_points() localVariable
|
/aosp_15_r20/external/trusty/lk/dev/keys/ |
D | gpio_keypad.c | 54 static void check_output(struct gpio_kp *kp, int out, int polarity) in check_output() 90 struct gpio_kp *kp = keypad; in gpio_keypad_timer_func() local
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | ECDSASignatureTest.java | 150 KeyPair kp = generateKeyPairForNonceReuse_Helper(useStrongbox, curve); in testECDSANonceReuse_Helper() local 206 KeyPair kp = generator.generateKeyPair(); in generateKeyPairForNonceReuse_Helper() local
|
H A D | KeyAgreementTest.java | 227 KeyPair kp = kpg.generateKeyPair(); in testDoPhase_withDifferentCurveKey_fails_withX25519AndSecp224() local 270 KeyPair kp = kpg.generateKeyPair(); in generateEphemeralAndroidKeyPair() local
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | ckh.c | 53 void **kp, **vp; in TEST_BEGIN() local 79 void **kp, **vp; in TEST_BEGIN() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
H A D | KeyChainTestActivity.java | 87 AttestedKeyPair kp = in doInBackground() local 108 protected void onPostExecute(AttestedKeyPair kp) { in onPostExecute()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | ed25519.rs | 197 let kp = PrivateKey::from_seed(&seed); in empty_msg() localVariable 217 let kp = PrivateKey::from_seed(&sk); in ed25519_sign_and_verify() localVariable
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | ed25519.rs | 197 let kp = PrivateKey::from_seed(&seed); in empty_msg() localVariable 217 let kp = PrivateKey::from_seed(&sk); in ed25519_sign_and_verify() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/ |
D | client_tests.rs | 603 let kp = bob1.generate_key_package_message().await.unwrap(); in reinit_works() localVariable 697 let kp = bob2.generate_key_package().await.unwrap(); in reinit_works() localVariable 706 let kp = carol.generate_key_package_message().await.unwrap(); in reinit_works() localVariable
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
H A D | XdhKeyFactoryTest.java | 164 KeyPair kp = kpg.generateKeyPair(); in keySpec_Fail() local 248 KeyPair kp = kpg.generateKeyPair(); in translate_Fail() local
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
H A D | XdhKeyFactoryTest.java | 168 KeyPair kp = kpg.generateKeyPair(); in keySpec_Fail() local 252 KeyPair kp = kpg.generateKeyPair(); in translate_Fail() local
|