Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Dplatform.mk80 include drivers/auth/mbedtls/mbedtls_crypto.mk
81 include drivers/auth/mbedtls/mbedtls_x509.mk
85 TBB_SOURCES := drivers/auth/auth_mod.c \
86 drivers/auth/crypto_mod.c \
87 drivers/auth/img_parser_mod.c \
88 drivers/auth/tbbr/tbbr_cot.c \
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_x509.mk7 include drivers/auth/mbedtls/mbedtls_common.mk
9 MBEDTLS_X509_SOURCES := drivers/auth/mbedtls/mbedtls_x509_parser.c \
Dmbedtls_common.mk17 -Iinclude/drivers/auth/mbedtls
23 MBEDTLS_COMMON_SOURCES := drivers/auth/mbedtls/mbedtls_common.c \
Dmbedtls_crypto.mk7 include drivers/auth/mbedtls/mbedtls_common.mk
31 MBEDTLS_CRYPTO_SOURCES := drivers/auth/mbedtls/mbedtls_crypto.c \
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_common.mk190 AUTH_SOURCES := drivers/auth/auth_mod.c \
191 drivers/auth/crypto_mod.c \
192 drivers/auth/img_parser_mod.c \
193 drivers/auth/tbbr/tbbr_cot.c \
209 CRYPTO_LIB_MK := drivers/auth/mbedtls/mbedtls_crypto.mk
211 CRYPTO_LIB_MK := drivers/auth/cryptocell/cryptocell_crypto.mk
213 IMG_PARSER_LIB_MK := drivers/auth/mbedtls/mbedtls_x509.mk
/device/linaro/bootloader/arm-trusted-firmware/drivers/auth/cryptocell/
Dcryptocell_crypto.mk7 include drivers/auth/mbedtls/mbedtls_common.mk
25 CRYPTOCELL_SOURCES := drivers/auth/cryptocell/cryptocell_crypto.c
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dplatform.mk42 include drivers/auth/mbedtls/mbedtls_crypto.mk
43 include drivers/auth/mbedtls/mbedtls_x509.mk
47 AUTH_SOURCES := drivers/auth/auth_mod.c \
48 drivers/auth/crypto_mod.c \
49 drivers/auth/img_parser_mod.c \
50 drivers/auth/tbbr/tbbr_cot.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.uni109 " --auth-algo (NONE|SHA1HMAC) optional authentication algorithm\r\n"
119 " --auth-algo (NONE|SHA1HMAC) required for AH. authentication algorithm\n"
120 " --auth-key key required for AH. key for authentication\r\n"
129 " --auth-proto (IKEv1|IKEv2) optional IKE protocol, IKEv1 by\r\n"
131 " --auth-method (PreSharedSecret|Certificates) required authentication method\r\n"
132 " --auth-data authdata required data for authentication\r\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/google/sunfish-kernel/sm7150/original-kernel-headers/drm/
Ddrm.h232 int auth; /**< Is client authenticated? */ member
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/
Ddrm.h138 int auth; member
/device/generic/goldfish/radio/ril/
Dreference-ril.c2487 RIL_SimAuthentication* auth = (RIL_SimAuthentication*)data; local
2496 if (auth->authData == NULL || strlen(auth->authData) == 0) {
2508 int auth_len = strlen(auth->authData);
2510 asprintf(&cmd, "AT+CSIM=%d, \"008800%02x%02x%s00\"", total_len, auth->authContext,
2511 auth_len, auth->authData);
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/
Ddrm.h232 int auth; /**< Is client authenticated? */ member
/device/google/barbet-kernel/sm7250/original-kernel-headers/drm/
Ddrm.h232 int auth; /**< Is client authenticated? */ member

12