Home
last modified time | relevance | path

Searched refs:kb (Results 1 – 11 of 11) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c781 unsigned char kb[128]; in _accel_fp_mul() local
833 if (mp_unsigned_bin_size(tk) > (sizeof(kb) - 2)) { in _accel_fp_mul()
841 zeromem(kb, sizeof(kb)); in _accel_fp_mul()
856 z = kb[x]; kb[x] = kb[y]; kb[y] = z; in _accel_fp_mul()
890 zeromem(kb, sizeof(kb)); in _accel_fp_mul()
906 unsigned char kb[2][128]; in _accel_fp_mul2add() local
996 …if ((mp_unsigned_bin_size(tka) > (sizeof(kb[0]) - 2)) || (mp_unsigned_bin_size(tkb) > (sizeof(kb[0… in _accel_fp_mul2add()
1007 zeromem(kb, sizeof(kb)); in _accel_fp_mul2add()
1025 z = kb[0][x]; kb[0][x] = kb[0][y]; kb[0][y] = z; in _accel_fp_mul2add()
1043 z = kb[1][x]; kb[1][x] = kb[1][y]; kb[1][y] = z; in _accel_fp_mul2add()
[all …]
/optee_os/core/lib/libtomcrypt/src/ciphers/safer/
A Dsafer.c115 unsigned char kb[LTC_SAFER_BLOCK_LEN + 1]; in _Safer_Expand_Userkey() local
122 kb[LTC_SAFER_BLOCK_LEN] = (unsigned char)0; in _Safer_Expand_Userkey()
127 kb[j] = *key++ = userkey_2[j]; in _Safer_Expand_Userkey()
128 kb[LTC_SAFER_BLOCK_LEN] ^= kb[j]; in _Safer_Expand_Userkey()
133 kb[j] = ROL8(kb[j], 6); in _Safer_Expand_Userkey()
154 *key++ = (kb[k] in _Safer_Expand_Userkey()
158 … *key++ = (kb[j] + safer_ebox[(int)safer_ebox[(int)((18 * i + j + 10)&0xFF)]]) & 0xFF; in _Safer_Expand_Userkey()
165 zeromem(kb, sizeof(kb)); in _Safer_Expand_Userkey()
/optee_os/lib/libmbedtls/mbedtls/
A DSUPPORT.md8 - the [Mbed TLS knowledge Base](https://tls.mbed.org/kb);
A DCONTRIBUTING.md10 - We would ask that contributions conform to [our coding standards](https://tls.mbed.org/kb/develop…
66 …dditional tests is available on the Mbed TLS website](https://tls.mbed.org/kb/development/test_sui…
85 1. If a [Knowledge Base (KB)](https://tls.mbed.org/kb) article should be added, write this as a com…
A DREADME.md80 …rms. You can also check [the Mbed TLS Knowledge Base](https://tls.mbed.org/kb) for articles on you…
82 …lease let us know what, so we can add it to the [Mbed TLS Knowledge Base](https://tls.mbed.org/kb).
196 - [Porting Mbed TLS to a new environment or OS](https://tls.mbed.org/kb/how-to/how-do-i-port-mbed…
197 - [What external dependencies does Mbed TLS rely on?](https://tls.mbed.org/kb/development/what-ex…
198 - [How do I configure Mbed TLS](https://tls.mbed.org/kb/compiling-and-building/how-do-i-configure…
/optee_os/core/drivers/crypto/se050/core/
A Drsa.c555 static TEE_Result do_gen_keypair(struct rsa_keypair *key, size_t kb) in do_gen_keypair() argument
583 st = sss_se05x_key_store_generate_key(se050_kstore, &k_object, kb, in do_gen_keypair()
589 &kb); in do_gen_keypair()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dssl.h1988 const unsigned char *kb,
2020 const unsigned char *kb,
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl.h1988 const unsigned char *kb,
2020 const unsigned char *kb,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dssl.h1988 const unsigned char *kb,
2020 const unsigned char *kb,
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dssl.h1988 const unsigned char *kb,
2020 const unsigned char *kb,
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dssl.h1988 const unsigned char *kb,
2020 const unsigned char *kb,

Completed in 65 milliseconds