Home
last modified time | relevance | path

Searched refs:j (Results 1 – 5 of 5) sorted by relevance

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c82 + sha256_k[j] + w[j]; \
128 int j = 0; in sha256_transf() local
135 for (j = 0; j < 16; j++) in sha256_transf()
136 PACK32(&sub_block[j << 2], &w[j]); in sha256_transf()
138 for (j = 16; j < 64; j++) in sha256_transf()
141 for (j = 0; j < 8; j++) in sha256_transf()
142 wv[j] = ctx->h[j]; in sha256_transf()
144 for (j = 0; j < 64; j++) { in sha256_transf()
146 + sha256_k[j] + w[j]; in sha256_transf()
158 for (j = 0; j < 8; j++) in sha256_transf()
[all …]
A Daes_impl.c790 int j = 0; in rijndaelSetupDecrypt() local
796 for (i = 0, j = 4 * nrounds; i < j; i += 4, j -= 4) { in rijndaelSetupDecrypt()
798 rk[i] = rk[j]; in rijndaelSetupDecrypt()
799 rk[j] = temp; in rijndaelSetupDecrypt()
801 rk[i + 1] = rk[j + 1]; in rijndaelSetupDecrypt()
802 rk[j + 1] = temp; in rijndaelSetupDecrypt()
804 rk[i + 2] = rk[j + 2]; in rijndaelSetupDecrypt()
805 rk[j + 2] = temp; in rijndaelSetupDecrypt()
807 rk[i + 3] = rk[j + 3]; in rijndaelSetupDecrypt()
808 rk[j + 3] = temp; in rijndaelSetupDecrypt()
/optee_test-3.20.0/ta/bti_test/
A Dbti_stubs_a64.S28 bti j
/optee_test-3.20.0/host/openssl/include/openssl/
A Ddh.h151 BIGNUM *j; member
/optee_test-3.20.0/host/xtest/
A Dpkcs11_1000.c304 size_t j = 0; in xtest_pkcs11_test_1001() local
329 for (j = 0; j < mecha_count; j++) { in xtest_pkcs11_test_1001()
330 rv = C_GetMechanismInfo(slot, mecha_types[j], in xtest_pkcs11_test_1001()
345 size_t j = 0; in xtest_pkcs11_test_1001() local
374 for (j = real_mecha_count * sizeof(*mecha_types); in xtest_pkcs11_test_1001()
375 j < alloc_mecha_count * sizeof(*mecha_types); j++) in xtest_pkcs11_test_1001()
376 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, data_ptr[j], ==, in xtest_pkcs11_test_1001()

Completed in 19 milliseconds