Lines Matching refs:algo

384 HAL_CIPHER_ALGO _HAL_CIPHER_TransMainAlgo(CIPHER_MAIN_ALGO algo)  in _HAL_CIPHER_TransMainAlgo()  argument
387 switch(algo) in _HAL_CIPHER_TransMainAlgo()
420 HAL_CIPHER_MODE _HAL_CIPHER_TransSubAlgo(CIPHER_SUB_ALGO algo) in _HAL_CIPHER_TransSubAlgo() argument
423 switch(algo) in _HAL_CIPHER_TransSubAlgo()
463 HAL_CIPHER_RESIDUE _HAL_CIPHER_TransResAlgo(CIPHER_RES_ALGO algo) in _HAL_CIPHER_TransResAlgo() argument
466 switch(algo) in _HAL_CIPHER_TransResAlgo()
484 HAL_CIPHER_SHORTBLOCK _HAL_CIPHER_TransSBAlgo(CIPHER_SB_ALGO algo) in _HAL_CIPHER_TransSBAlgo() argument
487 switch(algo) in _HAL_CIPHER_TransSBAlgo()
506 HAL_CIPHER_HASHMODE _HAL_CIPHER_TransHASHAlgo(CIPHER_HASH_ALGO algo) in _HAL_CIPHER_TransHASHAlgo() argument
509 switch(algo) in _HAL_CIPHER_TransHASHAlgo()
852 HAL_CIPHER_ALGO algo = 0; in HAL_CIPHER_DMA_Set_Key() local
855 algo = _uDmaCtrl0.DmaCtrl0.Algo; in HAL_CIPHER_DMA_Set_Key()
857 if(E_DMA_ALGO_NONE == algo) in HAL_CIPHER_DMA_Set_Key()
1041 HAL_CIPHER_ALGO algo; in HAL_CIPHER_DMA_Set_Algo() local
1048 algo = (HAL_CIPHER_ALGO)stAlgo.eMainAlgo; in HAL_CIPHER_DMA_Set_Algo()
1057 algo = _HAL_CIPHER_TransMainAlgo(stAlgo.eMainAlgo); in HAL_CIPHER_DMA_Set_Algo()
1064 _uDmaCtrl0.DmaCtrl0.Algo= algo ; in HAL_CIPHER_DMA_Set_Algo()
1070 __func__, __LINE__, algo, subalgo, eRes, eSB)); in HAL_CIPHER_DMA_Set_Algo()
1609 void HAL_CIPHER_Hash_Set_Config(CIPHER_HASH_ALGO algo , MS_BOOL bAutoPad , MS_BOOL bInv16) in HAL_CIPHER_Hash_Set_Config() argument
1612 hash_mode = _HAL_CIPHER_TransHASHAlgo(algo); in HAL_CIPHER_Hash_Set_Config()
2377 HAL_CIPHER_ALGO algo = 0; in HAL_CIPHER_PARSER_Set_Key2() local
2381 algo = _uDmaCtrl0.DmaCtrl0.Algo; in HAL_CIPHER_PARSER_Set_Key2()
2383 if(E_DMA_ALGO_NONE == algo) in HAL_CIPHER_PARSER_Set_Key2()