HomeSort by relevance Sort by last modified time
    Searched refs:ALG (Results 1 - 3 of 3) 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
  /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);

Completed in 789 milliseconds