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

  /external/avb/libavb/
avb_hash_descriptor.h 53 uint8_t hash_algorithm[32]; member in struct:AvbHashDescriptor
avb_hashtree_descriptor.h 63 uint8_t hash_algorithm[32]; member in struct:AvbHashtreeDescriptor
avb_slot_verify.c 184 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) {
191 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) {
    [all...]
  /external/flatbuffers/src/
flathash.cpp 53 const char* hash_algorithm = argv[1]; local
56 flatbuffers::FindHashFunction32(hash_algorithm);
58 flatbuffers::FindHashFunction64(hash_algorithm);
61 printf("\"%s\" is not a known hash algorithm.\n", hash_algorithm);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 20 hash_algorithm sha1;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 18 hash_algorithm sha1;
  /external/ipsec-tools/src/racoon/
algorithm.c 55 static struct hash_algorithm oakley_hashdef[] = {
290 static struct hash_algorithm *alg_oakley_hashdef __P((int));
298 static struct hash_algorithm *
317 struct hash_algorithm *f;
344 struct hash_algorithm *f;
357 struct hash_algorithm *f;
371 struct hash_algorithm *f;
algorithm.h 140 struct hash_algorithm { struct
cftoken.l 373 <S_RMTP>hash_algorithm { YYD; yylval.num = algclass_isakmp_hash; return(ALGORITHM_CLASS); }
  /system/tpm/trunks/
session_manager_impl.cc 103 TPMI_ALG_HASH hash_algorithm = TPM_ALG_SHA256; local
127 hash_algorithm, &session_handle_, &nonce_tpm,
  /external/avb/
avbtool     [all...]
  /system/core/fs_mgr/
fs_mgr_avb.cpp 265 << hashtree_desc.hash_algorithm << " " << root_digest << " " << salt;
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 8256 CBS hash_algorithm, hash; local
    [all...]

Completed in 430 milliseconds