Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutee/include/
A Dutee_defines.h73 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os-3.20.0/core/drivers/crypto/crypto_api/acipher/
A Decc.c73 unsigned int algo_op = TEE_ALG_GET_CLASS(algo); in algo_is_valid()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c2461 switch (TEE_ALG_GET_CLASS(cs->algo)) { in cryp_state_free()
2634 switch (TEE_ALG_GET_CLASS(algo)) { in syscall_cryp_state_alloc()
2737 switch (TEE_ALG_GET_CLASS(cs_src->algo)) { in syscall_cryp_state_copy()
2793 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_init()
2859 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_update()
2920 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_final()
2985 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_CIPHER) in syscall_cipher_init()
3763 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_aad()
3791 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_payload()
3856 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_enc_final()
[all …]
/optee_os-3.20.0/lib/libutee/
A Dtee_api_operations.c285 op->info.operationClass = TEE_ALG_GET_CLASS(algorithm); in TEE_AllocateOperation()
312 if (TEE_ALG_GET_CLASS(algorithm) != TEE_OPERATION_DIGEST) { in TEE_AllocateOperation()
346 if (TEE_ALG_GET_CLASS(algorithm) == TEE_OPERATION_DIGEST) { in TEE_AllocateOperation()
1796 if (TEE_ALG_GET_CLASS(operation->info.algorithm) != in TEE_DeriveKey()
/optee_os-3.20.0/core/crypto/
A Dcrypto.c206 uint32_t class = TEE_ALG_GET_CLASS(algo); in crypto_cipher_get_block_size()

Completed in 15 milliseconds