Searched refs:xmlSecKeyGetType (Results 1 – 3 of 3) sorted by relevance
405 …if((keyReq->keyType != xmlSecKeyDataTypeUnknown) && ((xmlSecKeyGetType(key) & keyReq->keyType) == … in xmlSecKeyReqMatchKey()669 xmlSecKeyGetType(xmlSecKeyPtr key) { in xmlSecKeyGetType() function903 if((xmlSecKeyGetType(key) & xmlSecKeyDataTypeSymmetric) != 0) { in xmlSecKeyDebugDump()905 } else if((xmlSecKeyGetType(key) & xmlSecKeyDataTypePrivate) != 0) { in xmlSecKeyDebugDump()907 } else if((xmlSecKeyGetType(key) & xmlSecKeyDataTypePublic) != 0) { in xmlSecKeyDebugDump()948 if((xmlSecKeyGetType(key) & xmlSecKeyDataTypeSymmetric) != 0) { in xmlSecKeyDebugXmlDump()950 } else if((xmlSecKeyGetType(key) & xmlSecKeyDataTypePrivate) != 0) { in xmlSecKeyDebugXmlDump()952 } else if((xmlSecKeyGetType(key) & xmlSecKeyDataTypePublic) != 0) { in xmlSecKeyDebugXmlDump()
197 XMLSEC_EXPORT xmlSecKeyDataType xmlSecKeyGetType (xmlSecKeyPtr key);
214 if (! key || ! (xmlSecKeyGetType(key) & xmlSecKeyDataTypePrivate)) { in lasso_server_set_encryption_private_key_with_password()