Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DChildSaProposalUtils.java51 final PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle() local
52 Objects.requireNonNull(encryptionBundle, "Encryption algo bundle was null"); in fromPersistableBundle()
54 PersistableBundleUtils.toList(encryptionBundle, EncryptionAlgoKeyLenPair::new); in fromPersistableBundle()
H A DIkeSaProposalUtils.java59 final PersistableBundle encryptionBundle = in.getPersistableBundle(ENCRYPT_ALGO_KEY); in fromPersistableBundle() local
60 Objects.requireNonNull(encryptionBundle, "Encryption algo bundle was null"); in fromPersistableBundle()
62 PersistableBundleUtils.toList(encryptionBundle, EncryptionAlgoKeyLenPair::new); in fromPersistableBundle()
H A DSaProposalUtilsBase.java82 final PersistableBundle encryptionBundle = in toPersistableBundle() local
85 result.putPersistableBundle(ENCRYPT_ALGO_KEY, encryptionBundle); in toPersistableBundle()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A 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()
H A 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()
H A DSaProposal.java306 PersistableBundle encryptionBundle = in toPersistableBundle() local
310 result.putPersistableBundle(ENCRYPT_ALGO_KEY, encryptionBundle); in toPersistableBundle()