Home
last modified time | relevance | path

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

/dports/devel/py-azure-keyvault/azure-keyvault-1.1.0/azure/keyvault/v7_0/models/
H A Dsas_definition_update_parameters_py3.py43 …def __init__(self, *, template_uri: str=None, sas_type=None, validity_period: str=None, sas_defini… argument
46 self.sas_type = sas_type
H A Dsas_definition_create_parameters_py3.py51 …def __init__(self, *, template_uri: str, sas_type, validity_period: str, sas_definition_attributes… argument
54 self.sas_type = sas_type
H A Dsas_definition_update_parameters.py46 self.sas_type = kwargs.get('sas_type', None)
H A Dsas_definition_bundle.py67 self.sas_type = None
H A Dsas_definition_bundle_py3.py67 self.sas_type = None
H A Dsas_definition_create_parameters.py54 self.sas_type = kwargs.get('sas_type', None)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp_responder.c167 zrtp_comp_type2id(ZRTP_CC_SAS, (char*)commit->sas_type), in _zrtp_machine_enter_pendingsecure()
175 ZRTP_LOG(3,(_ZTU_,"\tVAD scheme: %.4s\n", commit->sas_type)); in _zrtp_machine_enter_pendingsecure()
315 zrtp_comp_type2id(ZRTP_CC_SAS, (char*)commit->sas_type)) ) in _check_commit()
319 commit->sas_type, stream->id)); in _check_commit()
H A Dzrtp_initiator.c364 zrtp_memcpy(commit->sas_type, session->sasscheme->base.type, ZRTP_COMP_TYPE_SIZE); in _zrtp_machine_start_send_and_resend_commit()
452 ZRTP_LOG(3,(_ZTU_,"\tVAD scheme: %.4s\n", commit->sas_type)); in _zrtp_machine_start_send_and_resend_commit()
/dports/security/py-azure-keyvault-secrets/azure-keyvault-secrets-4.3.0/azure/keyvault/secrets/_generated/v7_0/models/
H A D_models_py3.py1364 self.sas_type = None
2978 sas_type: Union[str, "SasTokenType"],
2986 self.sas_type = sas_type
3053 sas_type: Optional[Union[str, "SasTokenType"]] = None,
3061 self.sas_type = sas_type
H A D_models.py1247 self.sas_type = None
2754 self.sas_type = kwargs['sas_type']
2823 self.sas_type = kwargs.get('sas_type', None)
/dports/security/py-azure-keyvault-keys/azure-keyvault-keys-4.4.0/azure/keyvault/keys/_generated/v7_0/models/
H A D_models_py3.py1364 self.sas_type = None
2978 sas_type: Union[str, "SasTokenType"],
2986 self.sas_type = sas_type
3053 sas_type: Optional[Union[str, "SasTokenType"]] = None,
3061 self.sas_type = sas_type
H A D_models.py1247 self.sas_type = None
2754 self.sas_type = kwargs['sas_type']
2823 self.sas_type = kwargs.get('sas_type', None)
/dports/security/py-azure-keyvault-certificates/azure-keyvault-certificates-4.3.0/azure/keyvault/certificates/_generated/v7_0/models/
H A D_models_py3.py1364 self.sas_type = None
2978 sas_type: Union[str, "SasTokenType"],
2986 self.sas_type = sas_type
3053 sas_type: Optional[Union[str, "SasTokenType"]] = None,
3061 self.sas_type = sas_type
H A D_models.py1247 self.sas_type = None
2754 self.sas_type = kwargs['sas_type']
2823 self.sas_type = kwargs.get('sas_type', None)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp_protocol.h352 zrtp_uchar4_t sas_type; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/isci/
H A Dphy.c176 u32 sas_type = 0; in sci_phy_link_layer_initialization() local
195 sas_type = ihost->oem_parameters.controller.ssc_sas_tx_type; in sci_phy_link_layer_initialization()
204 reg |= (0x00100000 | (sas_type << 19)); in sci_phy_link_layer_initialization()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/isci/
H A Dphy.c176 u32 sas_type = 0; in sci_phy_link_layer_initialization() local
195 sas_type = ihost->oem_parameters.controller.ssc_sas_tx_type; in sci_phy_link_layer_initialization()
204 reg |= (0x00100000 | (sas_type << 19)); in sci_phy_link_layer_initialization()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/isci/
H A Dphy.c176 u32 sas_type = 0; in sci_phy_link_layer_initialization() local
195 sas_type = ihost->oem_parameters.controller.ssc_sas_tx_type; in sci_phy_link_layer_initialization()
204 reg |= (0x00100000 | (sas_type << 19)); in sci_phy_link_layer_initialization()
/dports/devel/py-azure-keyvault/azure-keyvault-1.1.0/azure/keyvault/v7_0/
H A Dkey_vault_client.py5613 …self, vault_base_url, storage_account_name, sas_definition_name, template_uri, sas_type, validity_… argument
5652 …s = models.SasDefinitionCreateParameters(template_uri=template_uri, sas_type=sas_type, validity_pe…
5701 …base_url, storage_account_name, sas_definition_name, template_uri=None, sas_type=None, validity_pe… argument
5740 …s = models.SasDefinitionUpdateParameters(template_uri=template_uri, sas_type=sas_type, validity_pe…