Searched refs:TEE_MODE_DIGEST (Results 1 – 7 of 7) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_digest.c | 78 algo, TEE_MODE_DIGEST, 0); in allocate_tee_operation()
|
| H A D | pkcs11_helpers.c | 681 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 D | persistent_token.c | 82 res = TEE_AllocateOperation(&oh, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in do_hash()
|
| H A D | pkcs11_attributes.c | 2873 res = TEE_AllocateOperation(&op, TEE_ALG_SHA1, TEE_MODE_DIGEST, 0); in compute_check_value_with_sha1()
|
| /optee_os/lib/libutee/include/ |
| H A D | tee_api_defines.h | 185 #define TEE_MODE_DIGEST 0x00000005 macro
|
| /optee_os/ta/remoteproc/src/ |
| H A D | remoteproc_core.c | 418 res = TEE_AllocateOperation(&op, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in remoteproc_verify_signature()
|
| /optee_os/lib/libutee/ |
| H A D | tee_api_operations.c | 278 if (mode != TEE_MODE_DIGEST) in TEE_AllocateOperation() 488 if (op->info.mode == TEE_MODE_DIGEST) { in TEE_GetOperationInfoMultiple()
|