Searched refs:en (Results 1 – 12 of 12) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | sprng.c | 135 unsigned char en[] = { 0x01, 0x02, 0x03, 0x04 }; in sprng_test() 140 if ((err = sprng_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in sprng_test()
|
| H A D | chacha20.c | 179 unsigned char en[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, in chacha20_prng_test() 194 if ((err = chacha20_prng_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in chacha20_prng_test() 200 if ((err = chacha20_prng_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in chacha20_prng_test()
|
| H A D | sober128.c | 181 unsigned char en[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, in sober128_test() 196 if ((err = sober128_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in sober128_test() 202 if ((err = sober128_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in sober128_test()
|
| H A D | rc4.c | 182 unsigned char en[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, in rc4_test() 197 if ((err = rc4_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in rc4_test() 203 if ((err = rc4_add_entropy(en, sizeof(en), &st)) != CRYPT_OK) return err; in rc4_test()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_sw.c | 230 fdt32_t *en; in fdt_end_node() local 234 en = fdt_grab_space_(fdt, FDT_TAGSIZE); in fdt_end_node() 235 if (! en) in fdt_end_node() 238 *en = cpu_to_fdt32(FDT_END_NODE); in fdt_end_node()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | SUPPORT.md | 9 - the [Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/);
|
| H A D | CONTRIBUTING.md | 18 …le, and must follow [our coding standards](https://mbed-tls.readthedocs.io/en/latest/kb/developmen… 27 …ssary. See our [review process guidelines](https://mbed-tls.readthedocs.io/en/latest/reviews/revie… 62 …ests is available on the Mbed TLS website](https://mbed-tls.readthedocs.io/en/latest/kb/developmen… 81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde…
|
| H A D | README.md | 59 … support branch of Mbed TLS use a [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodu… 113 …n also check [the Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/) for arti… 115 …, so we can add it to the [Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/). 260 - [Porting Mbed TLS to a new environment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-… 261 - [What external dependencies does Mbed TLS rely on?](https://mbed-tls.readthedocs.io/en/latest/k… 262 - [How do I configure Mbed TLS](https://mbed-tls.readthedocs.io/en/latest/kb/compiling-and-buildi…
|
| H A D | ChangeLog | 587 (psa_asymmetric_[en|de]crypt) with opaque keys. 1171 https://mbed-tls.readthedocs.io/en/latest/kb/how-to/rewrite-branch-for-coding-style/ 1850 https://mbed-tls.readthedocs.io/en/latest/kb/how-to/add-entropy-sources-to-entropy-pool/ for
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 37 https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_risaf.c | 507 uint32_t en = 0; in stm32_risaf_pm_suspend() local 514 en = cfg & _RISAF_REG_CFGR_BREN; in stm32_risaf_pm_suspend() 525 region->cfg = id | SHIFT_U32(en, DT_RISAF_EN_SHIFT) | in stm32_risaf_pm_suspend()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp151.dtsi | 1896 snps,en-tx-lpi-clockgating;
|