Home
last modified time | relevance | path

Searched refs:TEE_ALG_GET_CLASS (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/tee/
A Dtee_svc_cryp.c2037 switch (TEE_ALG_GET_CLASS(cs->algo)) { in cryp_state_free()
2202 switch (TEE_ALG_GET_CLASS(algo)) { in syscall_cryp_state_alloc()
2303 switch (TEE_ALG_GET_CLASS(cs_src->algo)) { in syscall_cryp_state_copy()
2359 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_init()
2423 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_update()
2481 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_final()
2546 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_CIPHER) in syscall_cipher_init()
3276 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_aad()
3304 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_payload()
3366 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_enc_final()
[all …]
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutee_defines.h69 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os/out/arm/export-ta_arm64/include/
A Dutee_defines.h69 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os/lib/libutee/include/
A Dutee_defines.h69 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os/out/arm/export-ta_arm32/host_include/
A Dutee_defines.h69 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os/out/arm/export-ta_arm32/include/
A Dutee_defines.h69 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os/core/drivers/crypto/crypto_api/acipher/
A Decc.c50 unsigned int algo_op = TEE_ALG_GET_CLASS(algo); in algo_is_valid()
/optee_os/lib/libutee/
A Dtee_api_operations.c277 op->info.operationClass = TEE_ALG_GET_CLASS(algorithm); in TEE_AllocateOperation()
304 if (TEE_ALG_GET_CLASS(algorithm) != TEE_OPERATION_DIGEST) { in TEE_AllocateOperation()
338 if (TEE_ALG_GET_CLASS(algorithm) == TEE_OPERATION_DIGEST) { in TEE_AllocateOperation()
1788 if (TEE_ALG_GET_CLASS(operation->info.algorithm) != in TEE_DeriveKey()
/optee_os/core/crypto/
A Dcrypto.c203 uint32_t class = TEE_ALG_GET_CLASS(algo); in crypto_cipher_get_block_size()

Completed in 20 milliseconds