HomeSort by relevance Sort by last modified time
    Searched refs:ALG (Results 1 - 5 of 5) sorted by null

  /external/vboot_reference/utility/
dev_make_keypair 11 Usage: ${0##*/} BASENAME [ALG]
17 If specified, ALG is one of:
32 If ALG is not specified, a default value will be used.
47 local alg=$2
48 local len=$(alg_to_keylen $alg)
63 --algorithm $alg
69 --algorithm $alg
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
group-2.d 25 0000000000000018 0000000000000000 ALG 5 5 8
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
ParameterNamesIms.java 69 public static final String ALG = "alg";
SecurityAgree.java 155 * Set Algorithm (alg parameter)
156 * @param alg - algorithm value
159 public void setAlgorithm(String alg) throws ParseException {
160 if (alg == null)
164 setParameter(ParameterNamesIms.ALG, alg);
282 * @return alg parameter value
285 return getParameter(ParameterNamesIms.ALG);
  /external/tpm2/generator/
structure_generator.py 491 _IFDEF_TYPE_RE = re.compile(r'^TPM_(ALG|CC).*')
720 _IFDEF_TYPE_RE = re.compile(r'^TPMI_(ALG|ECC)_.*')
    [all...]

Completed in 134 milliseconds