Home
last modified time | relevance | path

Searched refs:TEE_MODE_DIGEST (Results 1 – 7 of 7) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dprocessing_digest.c78 algo, TEE_MODE_DIGEST, 0); in allocate_tee_operation()
H A Dpkcs11_helpers.c681 res = TEE_AllocateOperation(&handle, tee_algo, TEE_MODE_DIGEST, 0); in pkcs2tee_load_hashed_attr()
721 *tee_id = TEE_MODE_DIGEST; in pkcs2tee_mode()
H A Dpersistent_token.c82 res = TEE_AllocateOperation(&oh, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in do_hash()
H A Dpkcs11_attributes.c2873 res = TEE_AllocateOperation(&op, TEE_ALG_SHA1, TEE_MODE_DIGEST, 0); in compute_check_value_with_sha1()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h185 #define TEE_MODE_DIGEST 0x00000005 macro
/optee_os/ta/remoteproc/src/
H A Dremoteproc_core.c418 res = TEE_AllocateOperation(&op, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in remoteproc_verify_signature()
/optee_os/lib/libutee/
H A Dtee_api_operations.c278 if (mode != TEE_MODE_DIGEST) in TEE_AllocateOperation()
488 if (op->info.mode == TEE_MODE_DIGEST) { in TEE_GetOperationInfoMultiple()