Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java39 private static final int IV_LEN_3DES = 8; field in IkeCipher
75 algorithmId, KEY_LEN_3DES, IV_LEN_3DES, "DESede/CBC/NoPadding"); in create()