Home
last modified time | relevance | path

Searched refs:agEvent (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampirsp.c4946 agsaHWEventEncrypt_t agEvent; in mpiGeneralEventRsp() local
5224 agEvent.encryptOperation = OSSA_HW_ENCRYPT_KEK_UPDATE_AND_STORE; in mpiGeneralEventRsp()
5229 agEvent.encryptOperation = OSSA_HW_ENCRYPT_KEK_UPDATE; in mpiGeneralEventRsp()
5232 agEvent.status = OSSA_INVALID_ENCRYPTION_SECURITY_MODE; in mpiGeneralEventRsp()
5233 si_memset(&agEvent, 0, sizeof(agsaHWEventEncrypt_t)); in mpiGeneralEventRsp()
5234 agEvent.status = status; in mpiGeneralEventRsp()
5237 ossaHwCB(agRoot, NULL, OSSA_HW_EVENT_ENCRYPTION, 0, (void*)&agEvent, agContext); in mpiGeneralEventRsp()
5241 si_memset(&agEvent, 0, sizeof(agsaHWEventEncrypt_t)); in mpiGeneralEventRsp()
5242 agEvent.status = status; in mpiGeneralEventRsp()
5243 agEvent.encryptOperation = OSSA_HW_ENCRYPT_OPERATOR_MANAGEMENT; in mpiGeneralEventRsp()
[all …]