Home
last modified time | relevance | path

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

12

/external/conscrypt/common/src/main/java/org/conscrypt/
DHpkeImpl.java49 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender()
67 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting()
86 byte[] info, PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
105 private void checkArgumentsForBaseModeOnly(Key senderKey, byte[] psk, byte[] psk_id) { in checkArgumentsForBaseModeOnly()
DHpkeSpi.java33 byte[] psk_id) in engineInitSender()
56 byte[] psk_id, in engineInitSenderForTesting()
80 byte[] psk_id) in engineInitRecipient()
DHpkeContextRecipient.java145 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
166 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
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()
DDuckTypedHpkeSpi.java141 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DHpkeImpl.java51 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender()
70 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting()
90 byte[] info, PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
110 private void checkArgumentsForBaseModeOnly(Key senderKey, byte[] psk, byte[] psk_id) { in checkArgumentsForBaseModeOnly()
DHpkeSpi.java35 byte[] psk_id) in engineInitSender()
58 byte[] psk_id, in engineInitSenderForTesting()
82 byte[] psk_id) in engineInitRecipient()
DHpkeContextRecipient.java147 byte[] psk_id) throws InvalidKeyException { in init()
168 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
DHpkeContextSender.java150 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init()
171 byte[] psk_id) throws InvalidKeyException { in init()
DDuckTypedHpkeSpi.java142 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
/external/conscrypt/common/src/test/java/org/conscrypt/
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()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
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()
/external/openthread/third_party/mbedtls/repo/programs/fuzz/
Dfuzz_client.c26 const char psk_id[] = "Client_identity"; variable
Dfuzz_server.c28 const char psk_id[] = "Client_identity"; variable
/external/mbedtls/programs/fuzz/
Dfuzz_client.c28 const char psk_id[] = "Client_identity"; variable
Dfuzz_server.c30 const char psk_id[] = "Client_identity"; variable
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dmini_client.c73 const char psk_id[] = "Client_identity"; variable
/external/mbedtls/programs/ssl/
Dmini_client.c69 const char psk_id[] = "Client_identity"; variable
/external/rust/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
/external/rust/crates/mls-rs/test_utils/src/
Dscenario_utils.rs37 pub psk_id: Vec<u8>, field
/external/rust/crates/mls-rs/src/group/interop_test_vectors/
Dpassive_client.rs67 pub psk_id: Vec<u8>, field
/external/rust/crates/mls-rs/src/
Dclient.rs892 let psk_id = ExternalPskId::new(b"psk id".to_vec()); in join_via_external_commit() localVariable
/external/boringssl/src/ssl/
Dextensions.cc1969 uint16_t psk_id; in ssl_ext_pre_shared_key_parse_serverhello() local

12