Home
last modified time | relevance | path

Searched refs:zero_block (Results 1 – 2 of 2) sorted by relevance

/system/extras/verity/
Dbuild_verity_tree.cpp309 unsigned char zero_block[block_size]; in main() local
310 memset(zero_block, 0, block_size); in main()
311 hash_block(md, zero_block, block_size, salt, salt_size, zero_block_hash, NULL); in main()
/system/keymaster/
Docb.c152 #define zero_block() _mm_setzero_si128() macro
190 #define zero_block() vec_splat_u32(0) macro
244 #define zero_block() vdupq_n_s8(0) macro
281 static inline block zero_block(void) { in zero_block() function
721 ctx->cached_Top = ctx->ad_checksum = zero_block(); in ae_init()
883 tmp.bl = zero_block(); in process_ad()
932 ctx->ad_offset = ctx->checksum = zero_block(); in ae_encrypt()
935 ctx->ad_checksum = zero_block(); in ae_encrypt()
1045 tmp.bl = zero_block(); in ae_encrypt()
1151 ctx->ad_offset = ctx->checksum = zero_block(); in ae_decrypt()
[all …]