• Home
  • Raw
  • Download

Lines Matching refs:proof

306   uint8_t proof[3][AVB_AFTL_HASH_SIZE];  in TEST_F()  local
313 memcpy(proof[0], in TEST_F()
317 memcpy(proof[1], in TEST_F()
321 memcpy(proof[2], in TEST_F()
326 leaf_index, tree_size, proof, 3, leaf_hash, AVB_AFTL_HASH_SIZE, hash); in TEST_F()
334 memcpy(proof[0], in TEST_F()
338 memcpy(proof[1], in TEST_F()
342 memcpy(proof[2], in TEST_F()
347 leaf_index, tree_size, proof, 3, leaf_hash, AVB_AFTL_HASH_SIZE, hash); in TEST_F()
355 memcpy(proof[0], in TEST_F()
360 leaf_index, tree_size, proof, 1, leaf_hash, AVB_AFTL_HASH_SIZE, hash); in TEST_F()
368 memcpy(proof[0], in TEST_F()
372 memcpy(proof[1], in TEST_F()
376 memcpy(proof[2], in TEST_F()
381 leaf_index, tree_size, proof, 3, leaf_hash, AVB_AFTL_HASH_SIZE, hash); in TEST_F()
390 uint8_t proof[4][AVB_AFTL_HASH_SIZE]; in TEST_F() local
398 memcpy(proof[0], "abcdefghijklmnopqrstuvwxyz123456", AVB_AFTL_HASH_SIZE); in TEST_F()
399 avb_aftl_chain_inner(seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 1, 0, hash); in TEST_F()
405 memcpy(proof[1], "7890abcdefghijklmnopqrstuvwxyz12", AVB_AFTL_HASH_SIZE); in TEST_F()
406 avb_aftl_chain_inner(seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 2, 0, hash); in TEST_F()
414 avb_aftl_chain_inner(seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 2, 1, hash); in TEST_F()
422 memcpy(proof[2], "abcdefghijklmn0pqrstuvwxyz123456", AVB_AFTL_HASH_SIZE); in TEST_F()
423 memcpy(proof[3], "7890abcdefgh1jklmnopqrstuvwxyz12", AVB_AFTL_HASH_SIZE); in TEST_F()
424 avb_aftl_chain_inner(seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 4, 1, hash); in TEST_F()
434 avb_aftl_chain_inner(seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 4, 3, hash); in TEST_F()
449 uint8_t proof[2][AVB_AFTL_HASH_SIZE]; in TEST_F() local
457 memcpy(proof[0], "abcdefghijklmnopqrstuvwxyz123456", AVB_AFTL_HASH_SIZE); in TEST_F()
459 seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 1, hash); in TEST_F()
465 memcpy(proof[1], "7890abcdefghijklmnopqrstuvwxyz12", AVB_AFTL_HASH_SIZE); in TEST_F()
467 seed, AVB_AFTL_HASH_SIZE, (uint8_t*)proof, 2, hash); in TEST_F()