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

  /frameworks/base/core/tests/coretests/src/android/content/pm/
ContainerEncryptionParamsTest.java 29 private static final String ENC_ALGORITHM = "AES/CBC/PKCS7Padding";
54 ContainerEncryptionParams expected = new ContainerEncryptionParams(ENC_ALGORITHM,
65 assertEquals(ENC_ALGORITHM, actual.getEncryptionAlgorithm());
92 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM,
97 new String(ENC_ALGORITHM), new IvParameterSpec(IV_BYTES.clone()),
106 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM,
120 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM,
125 new String(ENC_ALGORITHM), new IvParameterSpec("BLAHBLAH".getBytes()),
134 ContainerEncryptionParams params1 = new ContainerEncryptionParams(ENC_ALGORITHM,
139 new String(ENC_ALGORITHM), new IvParameterSpec(IV_BYTES.clone())
    [all...]
  /external/ipsec-tools/src/racoon/
algorithm.c 105 static struct enc_algorithm oakley_encdef[] = {
138 static struct enc_algorithm ipsec_encdef[] = {
292 static struct enc_algorithm *alg_oakley_encdef __P((int));
293 static struct enc_algorithm *alg_ipsec_encdef __P((int));
441 static struct enc_algorithm *
460 struct enc_algorithm *f;
487 struct enc_algorithm *f;
500 struct enc_algorithm *f;
513 struct enc_algorithm *f;
528 struct enc_algorithm *f
    [all...]
algorithm.h 151 struct enc_algorithm { struct

Completed in 163 milliseconds