Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/common/auth/polarssl/
Dpolarssl.mk38 -Icommon/auth/polarssl
64 common/auth/polarssl/polarssl.c
67 common/auth/polarssl/polarssl.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dregister.py164 auth = urllib2.HTTPPasswordMgr()
166 auth.add_password(self.realm, host, username, password)
169 auth)
252 def post_to_server(self, data, auth=None): argument
288 urllib2.HTTPBasicAuthHandler(password_mgr=auth)
Dupload.py134 auth = "Basic " + standard_b64encode(self.username + ":" +
170 'Authorization': auth}
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfigStrings.uni90 … " --auth-algo (NONE|SHA1HMAC) optional authentication algorithm\n"
103 … " --auth-algo (NONE|SHA1HMAC) required for AH. authentication algorithm\n"
104 … " --auth-key key required for AH. key for authentication\n"
116 … " --auth-proto (IKEv1|IKEv2) optional IKE protocol, IKEv1 by\n"
118 … " --auth-method (PreSharedSecret|Certificates) required authentication method\n"
119 … " --auth-data authdata required data for authentication\n"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_upload.py124 auth = self.last_open.req.headers['Authorization']
125 self.assertFalse('\n' in auth)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnntplib.py141 auth = credentials.authenticators(host)
142 if auth:
143 user = auth[0]
144 password = auth[2]
Dxmlrpclib.py1341 auth, host = urllib.splituser(host)
1343 if auth:
1345 auth = base64.encodestring(urllib.unquote(auth))
1346 auth = string.join(string.split(auth), "") # get rid of whitespace
1348 ("Authorization", "Basic " + auth)
Durllib2.py868 auth = 'Basic %s' % base64.b64encode(raw).strip()
869 if req.headers.get(self.auth_header, None) == auth:
871 req.add_unredirected_header(self.auth_header, auth)
959 def retry_http_digest_auth(self, req, auth): argument
960 token, challenge = auth.split(' ', 1)
962 auth = self.get_authorization(req, chal)
963 if auth:
964 auth_val = 'Digest %s' % auth
Durllib.py328 auth = base64.b64encode(user_passwd).strip()
330 auth = None
339 if auth: h.putheader('Authorization', 'Basic %s' % auth)
418 auth = base64.b64encode(user_passwd).strip()
420 auth = None
432 if auth: h.putheader('Authorization', 'Basic %s' % auth)
Dftplib.py633 self.auth()
636 def auth(self): member in FTP_TLS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dftpmirror.py60 auth = netrc.netrc().authenticators(host)
61 if auth is not None:
62 login, account, passwd = auth
Ddutree.doc32 : | | 1 auth.info
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ftplib.py601 self.client.auth()
620 self.client.auth()
653 self.client.auth()
654 self.assertRaises(ValueError, self.client.auth)
659 self.client.auth()
660 self.assertRaises(ValueError, self.client.auth)
Dtest_smtplib.py357 mech, auth = arg.split()
362 if mech == 'plain' and auth==sim_auth_credentials['plain']:
364 elif mech=='login' and auth==sim_auth_credentials['login']:
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile319 $(error Error: No common/auth/${AUTH_MOD}/${AUTH_MOD}.mk located)
325 BL_COMMON_SOURCES += common/auth.c
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dtrusted-board-boot.md231 The authentication module resides in the `common/auth/polarssl` directory.
Duser-guide.md267 Boot sequence. The module must be located in `common/auth/<module name>`
477 The `common/auth/polarssl/polarssl.mk` contains the list of PolarSSL source
478 files the module depends upon. `common/auth/polarssl/polarssl_config.h`
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices77 auth 113/tcp authentication tap ident
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni115 …fined variables (gEfiGlobalVariableGuid and gEfiImageSecurityDatabaseGuid(auth variable) variables…
DMdeModulePkg.dec818 …# 1) UEFI defined variables (gEfiGlobalVariableGuid and gEfiImageSecurityDatabaseGuid(auth variab…