Searched refs:CRYPTOKEY_HSM (Results 1 – 5 of 5) sorted by relevance
154 #define CRYPTOKEY_HSM 0x20U macro170 static const CryptoKey_Encoding CryptoKey_PLAINTEXT_HSM = CRYPTOKEY_PLAINTEXT | CRYPTOKEY_HSM;
870 … if (((object->common.key.encoding & CRYPTOKEY_HSM) == 0) && (!object->common.operationInProgress)) in AESECB_cancelOperation()888 if ((object->common.key.encoding & CRYPTOKEY_HSM)) in AESECB_cancelOperation()
993 … if (((object->common.key.encoding & CRYPTOKEY_HSM) == 0) && (!object->common.operationInProgress)) in AESCTR_cancelOperation()1011 if ((object->common.key.encoding & CRYPTOKEY_HSM)) in AESCTR_cancelOperation()
1105 …if (((object->common.key.encoding & CRYPTOKEY_HSM) == 0U) && (!object->common.operationInProgress)) in AESCMAC_cancelOperation()
2109 … if (((object->common.key.encoding & CRYPTOKEY_HSM) == 0) && (!object->common.operationInProgress)) in AESCCM_cancelOperation()