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()
365 HAL_CIPHER_MODE _HAL_CIPHER_TransSubAlgo(CIPHER_SUB_ALGO algo) in _HAL_CIPHER_TransSubAlgo() argument
368 switch(algo) in _HAL_CIPHER_TransSubAlgo()
408 HAL_CIPHER_RESIDUE _HAL_CIPHER_TransResAlgo(CIPHER_RES_ALGO algo) in _HAL_CIPHER_TransResAlgo() argument
411 switch(algo) in _HAL_CIPHER_TransResAlgo()
429 HAL_CIPHER_SHORTBLOCK _HAL_CIPHER_TransSBAlgo(CIPHER_SB_ALGO algo) in _HAL_CIPHER_TransSBAlgo() argument
432 switch(algo) in _HAL_CIPHER_TransSBAlgo()
451 HAL_CIPHER_HASHMODE _HAL_CIPHER_TransHASHAlgo(CIPHER_HASH_ALGO algo) in _HAL_CIPHER_TransHASHAlgo() argument
454 switch(algo) in _HAL_CIPHER_TransHASHAlgo()
822 HAL_CIPHER_ALGO algo = 0; in HAL_CIPHER_DMA_Set_Key() local
825 algo = _uDmaCtrl0.DmaCtrl0.Algo; in HAL_CIPHER_DMA_Set_Key()
827 if(E_DMA_ALGO_NONE == algo) in HAL_CIPHER_DMA_Set_Key()
1011 HAL_CIPHER_ALGO algo; in HAL_CIPHER_DMA_Set_Algo() local
1018 algo = (HAL_CIPHER_ALGO)stAlgo.eMainAlgo; in HAL_CIPHER_DMA_Set_Algo()
1027 algo = _HAL_CIPHER_TransMainAlgo(stAlgo.eMainAlgo); in HAL_CIPHER_DMA_Set_Algo()
1034 _uDmaCtrl0.DmaCtrl0.Algo= algo ; in HAL_CIPHER_DMA_Set_Algo()
1040 __func__, __LINE__, algo, subalgo, eRes, eSB)); in HAL_CIPHER_DMA_Set_Algo()
1568 void HAL_CIPHER_Hash_Set_Config(CIPHER_HASH_ALGO algo , MS_BOOL bAutoPad , MS_BOOL bInv16) in HAL_CIPHER_Hash_Set_Config() argument
1571 hash_mode = _HAL_CIPHER_TransHASHAlgo(algo); in HAL_CIPHER_Hash_Set_Config()
2336 HAL_CIPHER_ALGO algo = 0; in HAL_CIPHER_PARSER_Set_Key2() local
2340 algo = _uDmaCtrl0.DmaCtrl0.Algo; in HAL_CIPHER_PARSER_Set_Key2()
2342 if(E_DMA_ALGO_NONE == algo) in HAL_CIPHER_PARSER_Set_Key2()