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

  /external/vboot_reference/futility/
cmd_create.c 32 OPT_HASH_ALG,
40 enum vb2_hash_algorithm opt_hash_alg = DEFAULT_HASH; variable in typeref:enum:vb2_hash_algorithm
48 {"hash_alg", 1, 0, OPT_HASH_ALG},
111 + opt_hash_alg - VB2_HASH_SHA1;
200 privkey->hash_alg = opt_hash_alg;
240 pubkey->hash_alg = opt_hash_alg;
300 case OPT_HASH_ALG:
304 opt_hash_alg = entry->num;
308 opt_hash_alg = strtoul(optarg, &e, 0);
316 opt_hash_alg)) {
    [all...]

Completed in 55 milliseconds