/external/conscrypt/platform/src/main/java/org/conscrypt/ |
D | AndroidHpkeSpi.java | 41 PrivateKey senderKey, @Nullable byte[] psk, @Nullable byte[] psk_id) in engineInitSender() 48 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 55 PrivateKey senderKey, @Nullable byte[] psk, @Nullable byte[] psk_id, in engineInitSenderWithSeed() 62 @Nullable byte[] info, PublicKey senderKey, @Nullable byte[] psk, in engineInitRecipient()
|
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/ |
D | AndroidHpkeSpi.java | 44 PrivateKey senderKey, @Nullable byte[] psk, @Nullable byte[] psk_id) in engineInitSender() 51 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 58 PrivateKey senderKey, @Nullable byte[] psk, @Nullable byte[] psk_id, in engineInitSenderWithSeed() 65 @Nullable byte[] info, PublicKey senderKey, @Nullable byte[] psk, in engineInitRecipient()
|
/external/conscrypt/android-stub/src/main/java/android/crypto/hpke/ |
D | HpkeSpi.java | 71 @Nullable byte[] psk, in engineInitSender() 116 @Nullable byte[] psk, in engineInitSenderWithSeed() 157 @Nullable byte[] psk, in engineInitRecipient()
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
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()
|
D | HpkeSpi.java | 34 byte[] psk, in engineInitSender() 57 byte[] psk, in engineInitSenderForTesting() 81 byte[] psk, in engineInitRecipient()
|
D | DuckTypedHpkeSpi.java | 129 byte[] psk, byte[] pskId) throws InvalidKeyException { in engineInitSender() 135 byte[] psk, byte[] pskId, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting() 142 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
D | HpkeContextRecipient.java | 146 public void init(byte[] encapsulated, PrivateKey recipientKey, byte[] info, byte[] psk, in init() 168 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
|
D | HpkeContextSender.java | 150 public void init(PublicKey recipientKey, byte[] info, byte[] psk, byte[] psk_id) in init() 170 public void init(PublicKey recipientKey, byte[] info, PrivateKey senderKey, byte[] psk, in init()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
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()
|
D | HpkeSpi.java | 32 byte[] psk, in engineInitSender() 55 byte[] psk, in engineInitSenderForTesting() 79 byte[] psk, in engineInitRecipient()
|
D | DuckTypedHpkeSpi.java | 127 PublicKey recipientKey, byte[] info, PrivateKey senderKey, byte[] psk, byte[] pskId) in engineInitSender() 134 byte[] psk, byte[] pskId, byte[] sKe) throws InvalidKeyException { in engineInitSenderForTesting() 141 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
D | HpkeContextRecipient.java | 145 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init() 166 byte[] psk, byte[] psk_id) throws InvalidKeyException { in init()
|
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()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_gpsk_common.c | 38 static int eap_gpsk_gkdf_cmac(const u8 *psk /* Y */, in eap_gpsk_gkdf_cmac() 73 static int eap_gpsk_gkdf_sha256(const u8 *psk /* Y */, in eap_gpsk_gkdf_sha256() 110 const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_helper() 189 static int eap_gpsk_derive_keys_aes(const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_aes() 225 static int eap_gpsk_derive_keys_sha256(const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_sha256() 279 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys() 345 const u8 *psk, const u8 *seed, in eap_gpsk_derive_mid_helper() 417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id()
|
D | eap_psk_common.c | 19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk) in eap_psk_key_setup()
|
/external/rust/android-crates-io/crates/mls-rs/src/psk/ |
D | resolver.rs | 70 let psk = match &id.key_id { in resolve() localVariable 92 let psk = self.resolve(id).await?; in resolve_to_secret() localVariable
|
/external/conscrypt/common/src/test/java/org/conscrypt/ |
D | DuckTypedHpkeSpiTest.java | 294 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender() 299 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 305 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/ |
D | DuckTypedHpkeSpiTest.java | 297 byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitSender() 302 PrivateKey senderKey, byte[] psk, byte[] psk_id, byte[] sKe) in engineInitSenderForTesting() 308 PublicKey senderKey, byte[] psk, byte[] psk_id) throws InvalidKeyException { in engineInitRecipient()
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… argument 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… argument 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… argument
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… argument 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… argument 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… argument
|
/external/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… argument 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… argument 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… argument
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_passphrase.c | 19 unsigned char psk[32]; in main() local
|
/external/scapy/test/scapy/layers/tls/ |
D | example_client.py | 25 psk = None variable
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11_auth.h | 23 struct hostapd_sta_wpa_psk_short *psk; member
|
/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
D | fuzz_client.c | 22 const unsigned char psk[] = { variable
|