Home
last modified time | relevance | path

Searched refs:tee_algo (Results 1 – 2 of 2) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.h74 uint32_t tee_algo, void *hash_ptr,
H A Dpkcs11_helpers.c667 uint32_t tee_algo, void *hash_ptr, in pkcs2tee_load_hashed_attr() argument
681 res = TEE_AllocateOperation(&handle, tee_algo, TEE_MODE_DIGEST, 0); in pkcs2tee_load_hashed_attr()
683 EMSG("TEE_AllocateOperation() failed %#"PRIx32, tee_algo); in pkcs2tee_load_hashed_attr()
692 EMSG("TEE_DigestDoFinal() failed %#"PRIx32, tee_algo); in pkcs2tee_load_hashed_attr()