Home
last modified time | relevance | path

Searched refs:process (Results 1 – 24 of 24) sorted by relevance

/optee_os/mk/
H A Dsubdir.mk26 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 Dlib.mk51 define process-lib
89 $(eval $(call process-lib))
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_1.c83 …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 Dpkcs_1_pss_decode.c132 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 Dpkcs_1_mgf1.c67 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 Dpkcs_1_pss_encode.c92 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 Dhmac_done.c66 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 Dhmac_process.c27 return hash_descriptor[hmac->hash]->process(&hmac->md, in, inlen); in hmac_process()
H A Dhmac_init.c81 if ((err = hash_descriptor[hash]->process(&hmac->md, buf, LTC_HMAC_BLOCKSIZE)) != CRYPT_OK) { in hmac_init()
/optee_os/scripts/
H A Dupdate_changelog.py49 process = Popen(cmd.split(), stdout=PIPE)
50 (output, err) = process.communicate()
/optee_os/core/lib/libtomcrypt/src/hashes/helper/
H A Dhash_memory.c46 if ((err = hash_descriptor[hash]->process(md, in, inlen)) != CRYPT_OK) { in hash_memory()
H A Dhash_filehandle.c49 if ((err = hash_descriptor[hash]->process(&md, buf, (unsigned long)x)) != CRYPT_OK) { in hash_filehandle()
H A Dhash_memory_multi.c58 if ((err = hash_descriptor[hash]->process(md, curptr, curlen)) != CRYPT_OK) { in hash_memory_multi()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dyarrow.c149 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 Dhash.c51 if (hc->descr->process(&hc->state, data, len) == CRYPT_OK) in ltc_hash_update()
/optee_os/ta/
H A Dta.mk88 define process-arm32-user-sysreg
103 $(eval $(call process-arm32-user-sysreg,$(sr))))
/optee_os/core/arch/arm/
H A Darm.mk465 define process-arm32-sysreg
484 $(foreach sr, $(arm32-sysregs), $(eval $(call process-arm32-sysreg,$(sr))))
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h224 int (*process)(hash_state *hash, const unsigned char *in, unsigned long inlen); member
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md9 Our security process is detailed in our
H A DCONTRIBUTING.md27 …, so a few rounds of review and fixing may be necessary. See our [review process guidelines](https…
H A DChangeLog13 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 Dbget.doc228 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 DREADME.md232 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 DCHANGELOG.md1642 * Generic driver: A new generic TEE driver is in the process of being