Home
last modified time | relevance | path

Searched refs:block (Results 1 – 4 of 4) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dmodes.h40 block128_f block);
51 block128_f block);
56 int enc, block128_f block);
60 int enc, block128_f block);
64 int enc, block128_f block);
69 block128_f block);
76 block128_f block);
85 block128_f block);
127 block128_f block);
154 block128_f block);
[all …]
/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c359 ctx->block[ctx->len + i] = message[i]; in sha256_update()
371 sha256_transf(ctx, ctx->block, 1); in sha256_update()
377 ctx->block[i] = shifted_message[(block_nb << 6) + i]; in sha256_update()
401 ctx->block[ctx->len + i_m] = 0; in sha256_final()
403 ctx->block[ctx->len] = 0x80; in sha256_final()
404 UNPACK32(len_b, ctx->block + pm_len - 4); in sha256_final()
406 sha256_transf(ctx, ctx->block, block_nb); in sha256_final()
470 ctx->block[ctx->len + i] = message[i]; in sha224_update()
512 ctx->block[ctx->len + i_m] = 0; in sha224_final()
514 ctx->block[ctx->len] = 0x80; in sha224_final()
[all …]
/optee_test-3.20.0/ta/crypt/include/
A Dsha2_impl.h53 unsigned char block[2 * SHA224_BLOCK_SIZE]; member
60 unsigned char block[2 * SHA256_BLOCK_SIZE]; member
/optee_test-3.20.0/host/xtest/
A Dregression_6000.c1868 uint8_t block[32 * 1024] = { }; in xtest_tee_test_6018_single() local
1879 block_size = sizeof(block); in xtest_tee_test_6018_single()
1893 memset(block, n, block_size); in xtest_tee_test_6018_single()
1897 fs_write(&sess, obj, block, block_size))) in xtest_tee_test_6018_single()
1933 memset(block, n, block_size); in xtest_tee_test_6018_single()
1939 if (!ADBG_EXPECT_BUFFER(c, block, block_size, br, count)) in xtest_tee_test_6018_single()

Completed in 16 milliseconds