Home
last modified time | relevance | path

Searched refs:TEE_OPERATION_DIGEST (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_operations.c333 if (op->info.operationClass == TEE_OPERATION_DIGEST) in TEE_AllocateOperation()
352 if (TEE_ALG_GET_CLASS(algorithm) != TEE_OPERATION_DIGEST) { in TEE_AllocateOperation()
386 if (TEE_ALG_GET_CLASS(algorithm) == TEE_OPERATION_DIGEST) { in TEE_AllocateOperation()
567 if (op->info.operationClass == TEE_OPERATION_DIGEST) { in reset_operation_state()
608 if (operation->info.operationClass == TEE_OPERATION_DIGEST) { in set_operation_key()
712 if (operation->info.operationClass == TEE_OPERATION_DIGEST) { in set_operation_key2()
833 if (src_op->info.operationClass != TEE_OPERATION_DIGEST) { in TEE_CopyOperation()
906 operation->info.operationClass != TEE_OPERATION_DIGEST) in TEE_DigestUpdate()
931 (operation->info.operationClass != TEE_OPERATION_DIGEST)) { in TEE_DigestDoFinal()
996 operation->info.operationClass != TEE_OPERATION_DIGEST) in TEE_DigestExtract()
/optee_os/lib/libutee/include/
H A Dutee_defines.h163 return (TEE_OPERATION_DIGEST << 28) | main_hash; in __tee_alg_hash_algo()
H A Dtee_api_defines.h215 #define TEE_OPERATION_DIGEST 5 macro
/optee_os/core/tee/
H A Dtee_svc_cryp.c2614 case TEE_OPERATION_DIGEST: in cryp_state_free()
2852 case TEE_OPERATION_DIGEST: in syscall_cryp_state_alloc()
2931 case TEE_OPERATION_DIGEST: in syscall_cryp_state_copy()
2981 case TEE_OPERATION_DIGEST: in syscall_hash_init()
3047 case TEE_OPERATION_DIGEST: in syscall_hash_update()
3117 case TEE_OPERATION_DIGEST: in syscall_hash_final()