Lines Matching refs:function

51 		   enum processing_func function __unused,  in pkcs2tee_algorithm()
139 (function == PKCS11_FUNCTION_SIGN || in pkcs2tee_algorithm()
140 function == PKCS11_FUNCTION_VERIFY)) in pkcs2tee_algorithm()
148 enum processing_func function) in pkcs2tee_key_type() argument
164 assert(function != PKCS11_FUNCTION_DERIVE); in pkcs2tee_key_type()
187 enum processing_func function, in allocate_tee_operation() argument
202 if (pkcs2tee_algorithm(&algo, &hash_algo, function, params, obj)) in allocate_tee_operation()
205 pkcs2tee_mode(&mode, function); in allocate_tee_operation()
244 enum processing_func function) in load_tee_key() argument
271 if (function != PKCS11_FUNCTION_DERIVE) in load_tee_key()
288 rc = pkcs2tee_key_type(&obj->key_type, obj, function); in load_tee_key()
377 enum processing_func function, in init_asymm_operation() argument
385 rc = allocate_tee_operation(session, function, proc_params, obj); in init_asymm_operation()
389 rc = load_tee_key(session, obj, function); in init_asymm_operation()
406 enum processing_func function, in step_asymm_operation() argument
605 if (function == PKCS11_FUNCTION_VERIFY && in2_size != 2 * sz) { in step_asymm_operation()
622 if (function == PKCS11_FUNCTION_VERIFY && in step_asymm_operation()
648 if (function == PKCS11_FUNCTION_VERIFY && in2_size != sz) { in step_asymm_operation()
664 switch (function) { in step_asymm_operation()
707 TEE_Panic(function); in step_asymm_operation()
728 switch (function) { in step_asymm_operation()
749 TEE_Panic(function); in step_asymm_operation()