Lines Matching refs:algo

329 HAL_CIPHER_ALGO _HAL_CIPHER_TransMainAlgo(CIPHER_MAIN_ALGO algo)  in _HAL_CIPHER_TransMainAlgo()  argument
332 switch(algo) in _HAL_CIPHER_TransMainAlgo()
362 HAL_CIPHER_MODE _HAL_CIPHER_TransSubAlgo(CIPHER_SUB_ALGO algo) in _HAL_CIPHER_TransSubAlgo() argument
365 switch(algo) in _HAL_CIPHER_TransSubAlgo()
405 HAL_CIPHER_RESIDUE _HAL_CIPHER_TransResAlgo(CIPHER_RES_ALGO algo) in _HAL_CIPHER_TransResAlgo() argument
408 switch(algo) in _HAL_CIPHER_TransResAlgo()
426 HAL_CIPHER_SHORTBLOCK _HAL_CIPHER_TransSBAlgo(CIPHER_SB_ALGO algo) in _HAL_CIPHER_TransSBAlgo() argument
429 switch(algo) in _HAL_CIPHER_TransSBAlgo()
448 HAL_CIPHER_HASHMODE _HAL_CIPHER_TransHASHAlgo(CIPHER_HASH_ALGO algo) in _HAL_CIPHER_TransHASHAlgo() argument
451 switch(algo) in _HAL_CIPHER_TransHASHAlgo()
819 HAL_CIPHER_ALGO algo = 0; in HAL_CIPHER_DMA_Set_Key() local
822 algo = _uDmaCtrl0.DmaCtrl0.Algo; in HAL_CIPHER_DMA_Set_Key()
824 if(E_DMA_ALGO_NONE == algo) in HAL_CIPHER_DMA_Set_Key()
1008 HAL_CIPHER_ALGO algo; in HAL_CIPHER_DMA_Set_Algo() local
1015 algo = (HAL_CIPHER_ALGO)stAlgo.eMainAlgo; in HAL_CIPHER_DMA_Set_Algo()
1024 algo = _HAL_CIPHER_TransMainAlgo(stAlgo.eMainAlgo); in HAL_CIPHER_DMA_Set_Algo()
1031 _uDmaCtrl0.DmaCtrl0.Algo= algo ; in HAL_CIPHER_DMA_Set_Algo()
1037 __func__, __LINE__, algo, subalgo, eRes, eSB)); in HAL_CIPHER_DMA_Set_Algo()
1565 void HAL_CIPHER_Hash_Set_Config(CIPHER_HASH_ALGO algo , MS_BOOL bAutoPad , MS_BOOL bInv16) in HAL_CIPHER_Hash_Set_Config() argument
1568 hash_mode = _HAL_CIPHER_TransHASHAlgo(algo); in HAL_CIPHER_Hash_Set_Config()
2333 HAL_CIPHER_ALGO algo = 0; in HAL_CIPHER_PARSER_Set_Key2() local
2337 algo = _uDmaCtrl0.DmaCtrl0.Algo; in HAL_CIPHER_PARSER_Set_Key2()
2339 if(E_DMA_ALGO_NONE == algo) in HAL_CIPHER_PARSER_Set_Key2()