Searched refs:KeyType (Results 1 – 3 of 3) sorted by relevance
628 if ((KMS_KEY_TYPE) i_pKeysResponse->__ptr[i].KeyType != (KMS_KEY_TYPE)KMS_KEY_TYPE_AES_256) in CopyDataUnitKeysResponse()639 pResult->m_pKeys[i].m_iKeyType = (KMS_KEY_TYPE) i_pKeysResponse->__ptr[i].KeyType; in CopyDataUnitKeysResponse()1704 if ((KMS_KEY_TYPE) oResponse.Key.KeyType != KMS_KEY_TYPE_AES_256) in KMSAgent_CreateKey()1714 o_pKey->m_iKeyType = (KMS_KEY_TYPE) oResponse.Key.KeyType; in KMSAgent_CreateKey()2430 if ((KMS_KEY_TYPE) oResponse.Key.KeyType != KMS_KEY_TYPE_AES_256) in KMSAgent_RetrieveKey()2441 o_pKey->m_iKeyType = (KMS_KEY_TYPE) oResponse.Key.KeyType; in KMSAgent_RetrieveKey()3531 if ((KMS_KEY_TYPE) oResponse.Key.KeyType != KMS_KEY_TYPE_AES_256) in KMSAgent_RetrieveProtectAndProcessKey()3542 o_pKey->m_iKeyType = (KMS_KEY_TYPE) oResponse.Key.KeyType; in KMSAgent_RetrieveProtectAndProcessKey()
202 enum KMS_Agent__KeyType KeyType; /* required element of type KMS-Agent:KeyType */ member
7159 soap_default_KMS_Agent__KeyType(soap, &a->KeyType); in soap_default_KMS_Agent__Key()7181 if (soap_out_KMS_Agent__KeyType(soap, "KeyType", -1, &a->KeyType, "KMS-Agent:KeyType")) in soap_out_KMS_Agent__Key()7218 if (soap_in_KMS_Agent__KeyType(soap, "KeyType", &a->KeyType, "KMS-Agent:KeyType")) in soap_in_KMS_Agent__Key()