Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h84 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
/optee_os/core/tee/
H A Dtee_svc_cryp.c2607 switch (TEE_ALG_GET_CLASS(cs->algo)) { in cryp_state_free()
2821 switch (TEE_ALG_GET_CLASS(algo)) { in syscall_cryp_state_alloc()
2924 switch (TEE_ALG_GET_CLASS(cs_src->algo)) { in syscall_cryp_state_copy()
2980 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_init()
3046 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_update()
3116 switch (TEE_ALG_GET_CLASS(cs->algo)) { in syscall_hash_final()
3210 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_CIPHER) in syscall_cipher_init()
4145 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_aad()
4175 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_payload()
4242 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_enc_final()
[all …]
/optee_os/lib/libutee/
H A Dtee_api_operations.c318 op->info.operationClass = TEE_ALG_GET_CLASS(algorithm); 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()
2333 if (TEE_ALG_GET_CLASS(operation->info.algorithm) != in TEE_DeriveKey()
2375 if (TEE_ALG_GET_CLASS(operation->info.algorithm) != in __GP11_TEE_DeriveKey()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c74 unsigned int algo_op = TEE_ALG_GET_CLASS(algo); in algo_is_valid()
/optee_os/core/crypto/
H A Dcrypto.c223 uint32_t class = TEE_ALG_GET_CLASS(algo); in crypto_cipher_get_block_size()