Searched refs:MacInit (Results 1 – 5 of 5) sorted by relevance
79 if (macChipDriver->ethMacOps->MacInit == NULL) { in InitMacInterface()83 macChipDriver->ethMacOps->MacInit(); in InitMacInterface()
32 HcfResult MacInit(HcfSymKey *symKey);
22 void (*MacInit)(void); member
30 HcfResult MacImpl::MacInit(HcfSymKey *symKey) in MacInit() function in OHOS::CryptoFramework::MacImpl
634 HcfResult res = instance->MacInit(keyInstance->GetSymKey()); in FfiOHOSCryptoMacInit()