Home
last modified time | relevance | path

Searched defs:psk_id (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DHpkeImpl.java50 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 DHpkeSpi.java33 byte[] psk_id) in engineInitSender()
56 byte[] psk_id, in engineInitSenderForTesting()
80 byte[] psk_id) in engineInitRecipient()
H A DHpkeContextRecipient.java145 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
166 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
H A DHpkeContextSender.java149 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 DDuckTypedHpkeSpi.java141 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 DHpkeImpl.java52 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 DHpkeSpi.java35 byte[] psk_id) in engineInitSender()
58 byte[] psk_id, in engineInitSenderForTesting()
82 byte[] psk_id) in engineInitRecipient()
H A DHpkeContextRecipient.java147 byte[] psk_id) throws InvalidKeyException { in init()
168 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
H A DHpkeContextSender.java150 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init()
171 byte[] psk_id) throws InvalidKeyException { in init()
H A DDuckTypedHpkeSpi.java142 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
/aosp_15_r20/libcore/luni/src/main/java/android/crypto/hpke/
H A DHpkeSpi.java72 @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 DDuckTypedHpkeSpiTest.java298 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 DDuckTypedHpkeSpiTest.java295 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/
Dstate_repo.rs302 let psk_id = ResumptionPsk { in test_epoch_inserts() localVariable
379 let psk_id = ResumptionPsk { in test_updates() localVariable
Dmod.rs453 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
Dcommit.rs256 let psk_id = ResumptionPsk { in add_resumption_psk() localVariable
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_client.c26 const char psk_id[] = "Client_identity"; variable
H A Dfuzz_server.c28 const char psk_id[] = "Client_identity"; variable
/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_client.c28 const char psk_id[] = "Client_identity"; variable
H A Dfuzz_server.c30 const char psk_id[] = "Client_identity"; variable
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dmini_client.c69 const char psk_id[] = "Client_identity"; variable
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dmini_client.c69 const char psk_id[] = "Client_identity"; variable
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/test_utils/src/
Dscenario_utils.rs37 pub psk_id: Vec<u8>, field
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dpassive_client.rs67 pub psk_id: Vec<u8>, field
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient.rs892 let psk_id = ExternalPskId::new(b"psk id".to_vec()); in join_via_external_commit() localVariable

123