Home
last modified time | relevance | path

Searched refs:encryptionBundle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSaProposal.java90 PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle() local
91 Objects.requireNonNull(encryptionBundle, "Encryption algo bundle is null"); in fromPersistableBundle()
94 encryptionBundle, EncryptionTransform::fromPersistableBundle); in fromPersistableBundle()
DChildSaProposal.java113 PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle() local
114 Objects.requireNonNull(encryptionBundle, "Encryption algo bundle is null"); in fromPersistableBundle()
117 encryptionBundle, EncryptionTransform::fromPersistableBundle); in fromPersistableBundle()
DSaProposal.java306 PersistableBundle encryptionBundle = in toPersistableBundle() local
310 result.putPersistableBundle(ENCRYPT_ALGO_KEY, encryptionBundle); in toPersistableBundle()