HomeSort by relevance Sort by last modified time
    Searched full:crypt_key (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 248 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY))
632 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
661 // IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
668 // IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
675 // IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
682 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
688 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
694 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
700 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
707 IpSecAlgorithm crypt = new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
    [all...]
IpSecBaseTest.java 67 protected static final byte[] CRYPT_KEY = getKey(256);
433 .setEncryption(new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY))
  /external/scapy/test/
ipsec.uts 23 crypt_algo='NULL', crypt_key=None,
54 crypt_algo='DES', crypt_key=b'8bytekey',
106 crypt_algo='3DES', crypt_key=b'threedifferent8byteskeys',
158 crypt_algo='AES-CBC', crypt_key=b'sixteenbytes key',
210 crypt_algo='AES-CTR', crypt_key=b'16bytekey+4bytenonce',
261 crypt_algo='Blowfish', crypt_key=b'sixteenbytes key',
312 crypt_algo='CAST', crypt_key=b'sixteenbytes key',
367 crypt_algo='NULL', crypt_key=None,
400 crypt_algo='DES', crypt_key=b'8bytekey',
435 crypt_algo='3DES', crypt_key=b'threedifferent8byteskeys'
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
ipsec_test_utils.py 75 crypt_key,
87 5. crypt_key : encryption key
95 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[0],
99 crypt_algo, crypt_key, auth_algo, auth_key, trunc_bit, spis[1],
  /external/ppp/pppd/
pppcrypt.c 136 u_char crypt_key[66]; local
139 Expand(des_key, crypt_key);
141 setkey((const char *)crypt_key);
  /tools/test/connectivity/acts/tests/google/net/
IpSecTest.py 128 crypt_key = iutils.make_key(cl)
155 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo,
158 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
231 crypt_key = iutils.make_key(cl)
258 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo,
261 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
325 crypt_key = iutils.make_key(cl)
348 dut_a, spi_keys_a, ip_a, ip_b, crypt_algo, crypt_key, auth_algo,
351 dut_b, spi_keys_b, ip_b, ip_a, crypt_algo, crypt_key, auth_algo,
  /external/scapy/scapy/layers/
ipsec.py 22 ... crypt_key='sixteenbytes key')
759 def __init__(self, proto, spi, seq_num=1, crypt_algo=None, crypt_key=None,
767 @param crypt_key: the encryption key (only used with ESP)
792 if crypt_key:
794 self.crypt_key = crypt_key[:len(crypt_key) - salt_size]
795 self.crypt_salt = crypt_key[len(crypt_key) - salt_size:]
797 self.crypt_key = Non
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
chpms.c 173 u_char crypt_key[66]; local
178 Expand(des_key, crypt_key);
179 setkey((char*)crypt_key);
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceParameterizedTest.java 84 private static final byte[] CRYPT_KEY = {
127 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
284 eq(CRYPT_KEY),
IpSecServiceTest.java 88 private static final byte[] CRYPT_KEY = {
104 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
  /prebuilts/go/darwin-x86/src/crypto/aes/
asm_ppc64le.s 17 // For instance, function aes_p8_set_{en,de}crypt_key become
  /prebuilts/go/linux-x86/src/crypto/aes/
asm_ppc64le.s 17 // For instance, function aes_p8_set_{en,de}crypt_key become
  /external/boringssl/ios-arm/crypto/fipsmodule/
aes-armv4.S 29 @ AES_set_[en|de]crypt_key is added.
  /external/boringssl/linux-arm/crypto/fipsmodule/
aes-armv4.S 30 @ AES_set_[en|de]crypt_key is added.
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aes-armv4.pl 30 # AES_set_[en|de]crypt_key is added.
    [all...]

Completed in 556 milliseconds