/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | platform.mk | 80 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/ |
D | mbedtls_x509.mk | 7 include drivers/auth/mbedtls/mbedtls_common.mk 9 MBEDTLS_X509_SOURCES := drivers/auth/mbedtls/mbedtls_x509_parser.c \
|
D | mbedtls_common.mk | 17 -Iinclude/drivers/auth/mbedtls 23 MBEDTLS_COMMON_SOURCES := drivers/auth/mbedtls/mbedtls_common.c \
|
D | mbedtls_crypto.mk | 7 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/ |
D | arm_common.mk | 190 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/ |
D | cryptocell_crypto.mk | 7 include drivers/auth/mbedtls/mbedtls_common.mk 25 CRYPTOCELL_SOURCES := drivers/auth/cryptocell/cryptocell_crypto.c
|
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/ |
D | platform.mk | 42 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/ |
D | register.py | 164 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)
|
D | upload.py | 134 auth = "Basic " + standard_b64encode(self.username + ":" + 170 'Authorization': auth}
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | IpSecConfigStrings.uni | 109 " --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/ |
D | test_upload.py | 124 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/ |
D | nntplib.py | 141 auth = credentials.authenticators(host) 142 if auth: 143 user = auth[0] 144 password = auth[2]
|
D | xmlrpclib.py | 1341 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)
|
D | urllib2.py | 868 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
|
D | urllib.py | 328 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)
|
D | ftplib.py | 633 self.auth() 636 def auth(self): member in FTP_TLS
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ftpmirror.py | 60 auth = netrc.netrc().authenticators(host) 61 if auth is not None: 62 login, account, passwd = auth
|
D | dutree.doc | 32 : | | 1 auth.info
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_ftplib.py | 601 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)
|
D | test_smtplib.py | 357 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/ |
D | drm.h | 232 int auth; /**< Is client authenticated? */ member
|
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/ |
D | drm.h | 138 int auth; member
|
/device/generic/goldfish/radio/ril/ |
D | reference-ril.c | 2487 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/ |
D | drm.h | 232 int auth; /**< Is client authenticated? */ member
|
/device/google/barbet-kernel/sm7250/original-kernel-headers/drm/ |
D | drm.h | 232 int auth; /**< Is client authenticated? */ member
|