Searched refs:setAuthenticatedEncryption (Results 1 – 10 of 10) sorted by relevance
355 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAead()362 config.setAuthenticatedEncryption(algo); in testValidateAlgorithmsAead()392 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuth()404 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithCrypt()416 config.setAuthenticatedEncryption(AEAD_ALGO); in testValidateAlgorithmsAeadWithAuthAndCrypt()
428 ipSecConfig.setAuthenticatedEncryption(AEAD_ALGO); in testCreateTransformAead()
327 public IpSecTransform.Builder setAuthenticatedEncryption(@NonNull IpSecAlgorithm algo) { in setAuthenticatedEncryption() method in IpSecTransform.Builder329 mConfig.setAuthenticatedEncryption(algo); in setAuthenticatedEncryption()
107 public void setAuthenticatedEncryption(IpSecAlgorithm authenticatedEncryption) { in setAuthenticatedEncryption() method in IpSecConfig
74 c.setAuthenticatedEncryption( in getSampleConfig()
142 transformBuilder.setAuthenticatedEncryption(mIpsecAeadAlgo); in runTest()
618 transformBuilder.setAuthenticatedEncryption(aead);
510 builder.setAuthenticatedEncryption( in makeIpSecTransform()
136 …method @NonNull public android.net.IpSecTransform.Builder setAuthenticatedEncryption(@NonNull andr…
272 Landroid/net/IpSecConfig;->setAuthenticatedEncryption(Landroid/net/IpSecAlgorithm;)V