Home
last modified time | relevance | path

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

/optee_os-3.20.0/mk/
A Dsubdir.mk26 define process-subdir-srcs-y
71 define process-subdir-gensrcs-helper
125 define process-subdir-gensrcs-y
126 $$(eval $$(call process-subdir-gensrcs-helper,$1,$(sub-dir-out)/$$(produce-$1),$(sub-dir-out)/$(bas…
129 define process-subdir-asm-defines-y
133 define process-subdir
153 $$(foreach g, $$(gensrcs-y), $$(eval $$(call process-subdir-gensrcs-y,$$(g))))
154 $$(foreach s, $$(srcs-y), $$(eval $$(call process-subdir-srcs-y,$$(s))))
155 $$(foreach a, $$(asm-defines-y), $$(eval $$(call process-subdir-asm-defines-y,$$(a))))
179 $$(foreach sd, $$(call uniq,$$(sub-subdirs)), $$(eval $$(call process-subdir,$$(sd))))
[all …]
A Dlib.mk49 define process-lib
87 $(eval $(call process-lib))
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs5/
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-3.20.0/core/lib/libtomcrypt/src/pk/pkcs1/
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()
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()
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-3.20.0/core/lib/libtomcrypt/src/mac/hmac/
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()
A Dhmac_process.c27 return hash_descriptor[hmac->hash]->process(&hmac->md, in, inlen); in hmac_process()
A Dhmac_init.c81 if ((err = hash_descriptor[hash]->process(&hmac->md, buf, LTC_HMAC_BLOCKSIZE)) != CRYPT_OK) { in hmac_init()
/optee_os-3.20.0/scripts/
A Dupdate_changelog.py49 process = Popen(cmd.split(), stdout=PIPE)
50 (output, err) = process.communicate()
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/helper/
A Dhash_memory.c46 if ((err = hash_descriptor[hash]->process(md, in, inlen)) != CRYPT_OK) { in hash_memory()
A Dhash_filehandle.c49 if ((err = hash_descriptor[hash]->process(&md, buf, (unsigned long)x)) != CRYPT_OK) { in hash_filehandle()
A Dhash_memory_multi.c58 if ((err = hash_descriptor[hash]->process(md, curptr, curlen)) != CRYPT_OK) { in hash_memory_multi()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DSECURITY.md9 Our security process is detailed in our
A DChangeLog277 co-located process) could recover a Curve25519 or Curve448 static ECDH key
1168 the parent process closes the client socket and continue accepting, and
1169 the child process closes the listening socket and handles the client
1938 * Fix the Makefile build process for building shared libraries on Mac OS X.
3912 * Added ssl_handshake_step() to allow single stepping the handshake process
4200 t_int and t_dbl to t_uint and t_udbl in the process
/optee_os-3.20.0/core/lib/libtomcrypt/src/prngs/
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-3.20.0/core/lib/libtomcrypt/
A Dhash.c51 if (hc->descr->process(&hc->state, data, len) == CRYPT_OK) in ltc_hash_update()
/optee_os-3.20.0/ta/
A Dta.mk67 define process-arm32-user-sysreg
82 $(eval $(call process-arm32-user-sysreg,$(sr))))
/optee_os-3.20.0/core/arch/arm/
A Darm.mk397 define process-arm32-sysreg
416 $(foreach sr, $(arm32-sysregs), $(eval $(call process-arm32-sysreg,$(sr))))
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h224 int (*process)(hash_state *hash, const unsigned char *in, unsigned long inlen); member
/optee_os-3.20.0/lib/libutils/isoc/
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-3.20.0/
A DCHANGELOG.md1282 * Generic driver: A new generic TEE driver is in the process of being

Completed in 36 milliseconds