Searched refs:TEE_ALG_GET_CLASS (Results 1 – 5 of 5) sorted by relevance
84 #define TEE_ALG_GET_CLASS(algo) __tee_alg_get_class(algo) macro
2607 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 …]
318 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()
74 unsigned int algo_op = TEE_ALG_GET_CLASS(algo); in algo_is_valid()
223 uint32_t class = TEE_ALG_GET_CLASS(algo); in crypto_cipher_get_block_size()