| /optee_os/mk/ |
| H A D | subdir.mk | 26 define process-file-vars-helper 54 define process-file-vars 59 $$(eval $$(call process-file-vars-helper,$1,$$(oname-$(sm)-$3))) 62 define process-subdir-srcs-y 79 $$(eval $$(call process-file-vars,$1,$$(oname),$$(fname))) 82 define process-subdir-srcs_ext-y 93 $$(eval $$(call process-file-vars,$1,$$(oname),$$(fname))) 96 define process-subdir-gensrcs-helper 118 $$(eval $$(call process-file-vars,$1,$$(oname))) 121 define process-subdir-gensrcs-y [all …]
|
| H A D | lib.mk | 51 define process-lib 89 $(eval $(call process-lib))
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs5/ |
| H A D | pkcs_5_1.c | 83 …if ((err = hash_descriptor[hash_idx]->process(md, buf, hash_descriptor[hash_idx]->hashsize)) != CR… in s_pkcs_5_alg1_common() 87 if ((err = hash_descriptor[hash_idx]->process(md, password, password_len)) != CRYPT_OK) { in s_pkcs_5_alg1_common() 90 if ((err = hash_descriptor[hash_idx]->process(md, salt, 8)) != CRYPT_OK) { in s_pkcs_5_alg1_common()
|
| /optee_os/core/lib/libtomcrypt/src/pk/pkcs1/ |
| H A D | pkcs_1_pss_decode.c | 132 if ((err = hash_descriptor[hash_idx]->process(&md, mask, 8)) != CRYPT_OK) { in pkcs_1_pss_decode() 135 if ((err = hash_descriptor[hash_idx]->process(&md, msghash, msghashlen)) != CRYPT_OK) { in pkcs_1_pss_decode() 138 if ((err = hash_descriptor[hash_idx]->process(&md, DB+x, saltlen)) != CRYPT_OK) { in pkcs_1_pss_decode()
|
| H A D | pkcs_1_mgf1.c | 67 if ((err = hash_descriptor[hash_idx]->process(md, seed, seedlen)) != CRYPT_OK) { in pkcs_1_mgf1() 70 if ((err = hash_descriptor[hash_idx]->process(md, buf, 4)) != CRYPT_OK) { in pkcs_1_mgf1()
|
| H A D | pkcs_1_pss_encode.c | 92 if ((err = hash_descriptor[hash_idx]->process(&md, DB, 8)) != CRYPT_OK) { in pkcs_1_pss_encode() 95 if ((err = hash_descriptor[hash_idx]->process(&md, msghash, msghashlen)) != CRYPT_OK) { in pkcs_1_pss_encode() 98 if ((err = hash_descriptor[hash_idx]->process(&md, salt, saltlen)) != CRYPT_OK) { in pkcs_1_pss_encode()
|
| /optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
| H A D | hmac_done.c | 66 if ((err = hash_descriptor[hash]->process(&hmac->md, buf, LTC_HMAC_BLOCKSIZE)) != CRYPT_OK) { in hmac_done() 69 if ((err = hash_descriptor[hash]->process(&hmac->md, isha, hashsize)) != CRYPT_OK) { in hmac_done()
|
| H A D | hmac_process.c | 27 return hash_descriptor[hmac->hash]->process(&hmac->md, in, inlen); in hmac_process()
|
| H A D | hmac_init.c | 81 if ((err = hash_descriptor[hash]->process(&hmac->md, buf, LTC_HMAC_BLOCKSIZE)) != CRYPT_OK) { in hmac_init()
|
| /optee_os/scripts/ |
| H A D | update_changelog.py | 49 process = Popen(cmd.split(), stdout=PIPE) 50 (output, err) = process.communicate()
|
| /optee_os/core/lib/libtomcrypt/src/hashes/helper/ |
| H A D | hash_memory.c | 46 if ((err = hash_descriptor[hash]->process(md, in, inlen)) != CRYPT_OK) { in hash_memory()
|
| H A D | hash_filehandle.c | 49 if ((err = hash_descriptor[hash]->process(&md, buf, (unsigned long)x)) != CRYPT_OK) { in hash_filehandle()
|
| H A D | hash_memory_multi.c | 58 if ((err = hash_descriptor[hash]->process(md, curptr, curlen)) != CRYPT_OK) { in hash_memory_multi()
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | yarrow.c | 149 if ((err = hash_descriptor[prng->u.yarrow.hash]->process(&md, prng->u.yarrow.pool, in yarrow_add_entropy() 155 if ((err = hash_descriptor[prng->u.yarrow.hash]->process(&md, in, inlen)) != CRYPT_OK) { in yarrow_add_entropy()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | hash.c | 51 if (hc->descr->process(&hc->state, data, len) == CRYPT_OK) in ltc_hash_update()
|
| /optee_os/ta/ |
| H A D | ta.mk | 88 define process-arm32-user-sysreg 103 $(eval $(call process-arm32-user-sysreg,$(sr))))
|
| /optee_os/core/arch/arm/ |
| H A D | arm.mk | 465 define process-arm32-sysreg 484 $(foreach sr, $(arm32-sysregs), $(eval $(call process-arm32-sysreg,$(sr))))
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_hash.h | 224 int (*process)(hash_state *hash, const unsigned char *in, unsigned long inlen); member
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | SECURITY.md | 9 Our security process is detailed in our
|
| H A D | CONTRIBUTING.md | 27 …, so a few rounds of review and fixing may be necessary. See our [review process guidelines](https…
|
| H A D | ChangeLog | 13 mbedtls_cipher_finish(), but makes it easier to process invalid-padding 403 * Fix a memory leak that could occur when failing to process an RSA 1313 Additional PSA key slots will be allocated in the process of such key 1820 Alternative GCM implementations can process whole blocks only. 2201 information (typically, a co-located process) could recover a Curve25519 3100 the parent process closes the client socket and continue accepting, and 3101 the child process closes the listening socket and handles the client 3870 * Fix the Makefile build process for building shared libraries on Mac OS X. 5844 * Added ssl_handshake_step() to allow single stepping the handshake process 6132 t_int and t_dbl to t_uint and t_udbl in the process
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 228 example, a <compact> function that released a buffer in the process of 239 allocation process will fail. <pool_incr> specifies the normal
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 232 existing CMake environment. The result of the build process is a static library, 263 To enable all the compiler warnings that are used in the QCBOR release process
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1642 * Generic driver: A new generic TEE driver is in the process of being
|