/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | HpkeImpl.java | 50 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender() 68 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting() 87 byte[] info, PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient() 106 private void checkArgumentsForBaseModeOnly(Key senderKey, byte[] psk, byte[] psk_id) { in checkArgumentsForBaseModeOnly()
|
H A D | HpkeSpi.java | 33 byte[] psk_id) in engineInitSender() 56 byte[] psk_id, in engineInitSenderForTesting() 80 byte[] psk_id) in engineInitRecipient()
|
H A D | HpkeContextRecipient.java | 145 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init() 166 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
|
H A D | HpkeContextSender.java | 149 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init() 170 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
|
H A D | DuckTypedHpkeSpi.java | 141 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | HpkeImpl.java | 52 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender() 71 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 93 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient() 113 private void checkArgumentsForBaseModeOnly(Key senderKey, byte[] psk, byte[] psk_id) { in checkArgumentsForBaseModeOnly()
|
H A D | HpkeSpi.java | 35 byte[] psk_id) in engineInitSender() 58 byte[] psk_id, in engineInitSenderForTesting() 82 byte[] psk_id) in engineInitRecipient()
|
H A D | HpkeContextRecipient.java | 147 byte[] psk_id) throws InvalidKeyException { in init() 168 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
|
H A D | HpkeContextSender.java | 150 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init() 171 byte[] psk_id) throws InvalidKeyException { in init()
|
H A D | DuckTypedHpkeSpi.java | 142 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
/aosp_15_r20/libcore/luni/src/main/java/android/crypto/hpke/ |
H A D | HpkeSpi.java | 72 @Nullable byte[] psk_id) in engineInitSender() 117 @Nullable byte[] psk_id, in engineInitSenderWithSeed() 158 @Nullable byte[] psk_id) in engineInitRecipient()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
H A D | DuckTypedHpkeSpiTest.java | 298 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender() 303 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 309 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/ |
H A D | DuckTypedHpkeSpiTest.java | 295 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender() 300 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 306 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | state_repo.rs | 302 let psk_id = ResumptionPsk { in test_epoch_inserts() localVariable 379 let psk_id = ResumptionPsk { in test_updates() localVariable
|
D | mod.rs | 453 let psk_id = group_secrets in from_welcome_message() localVariable 1500 let psk_id = vec![psk.id.clone()]; in get_psk() localVariable 3829 let psk_id = ExternalPskId::new(vec![0]); in can_join_with_psk() localVariable
|
D | commit.rs | 256 let psk_id = ResumptionPsk { in add_resumption_psk() localVariable
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
H A D | fuzz_client.c | 26 const char psk_id[] = "Client_identity"; variable
|
H A D | fuzz_server.c | 28 const char psk_id[] = "Client_identity"; variable
|
/aosp_15_r20/external/mbedtls/programs/fuzz/ |
H A D | fuzz_client.c | 28 const char psk_id[] = "Client_identity"; variable
|
H A D | fuzz_server.c | 30 const char psk_id[] = "Client_identity"; variable
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | mini_client.c | 69 const char psk_id[] = "Client_identity"; variable
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | mini_client.c | 69 const char psk_id[] = "Client_identity"; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/test_utils/src/ |
D | scenario_utils.rs | 37 pub psk_id: Vec<u8>, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/ |
D | passive_client.rs | 67 pub psk_id: Vec<u8>, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/ |
D | client.rs | 892 let psk_id = ExternalPskId::new(b"psk id".to_vec()); in join_via_external_commit() localVariable
|