/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | PBEPBKDF2.java | 125 private int scheme; field in PBEPBKDF2.BasePBKDF2 132 public BasePBKDF2(String name, int scheme) in BasePBKDF2() 140 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits) in BasePBKDF2() 154 private BasePBKDF2(String name, int scheme, int digest) { in BasePBKDF2() 323 public BasePBKDF2WithHmacSHA1(String name, int scheme) in BasePBKDF2WithHmacSHA1() 348 public BasePBKDF2WithHmacSHA224(String name, int scheme) in BasePBKDF2WithHmacSHA224() 364 public BasePBKDF2WithHmacSHA256(String name, int scheme) in BasePBKDF2WithHmacSHA256() 381 public BasePBKDF2WithHmacSHA384(String name, int scheme) in BasePBKDF2WithHmacSHA384() 397 public BasePBKDF2WithHmacSHA512(String name, int scheme) in BasePBKDF2WithHmacSHA512()
|
D | DES.java | 296 private int scheme; field in DES.DESPBEKeyFactory 305 int scheme, in DESPBEKeyFactory()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Challenge.java | 22 private final String scheme; field in Challenge 25 public Challenge(String scheme, String realm) { in Challenge()
|
D | HttpUrl.java | 274 private final String scheme; field in HttpUrl 361 public String scheme() { in scheme() method in HttpUrl 421 public static int defaultPort(String scheme) { in defaultPort() 662 String scheme; field in HttpUrl.Builder 675 public Builder scheme(String scheme) { in scheme() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
D | PBESecretKeyFactory.java | 17 private int scheme; field in PBESecretKeyFactory 26 int scheme, in PBESecretKeyFactory()
|
D | BaseMac.java | 41 private int scheme = PKCS12; field in BaseMac 53 int scheme, in BaseMac()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
D | UriLoader.java | 27 final String scheme = model.getScheme(); in getResourceFetcher() local 48 private static boolean isLocalUri(String scheme) { in isLocalUri()
|
D | StringLoader.java | 29 final String scheme = uri.getScheme(); in getResourceFetcher() local
|
/external/tpm2/ |
D | Attest_spt.c | 28 TPMT_SIG_SCHEME *scheme, // IN/OUT: scheme to be used for signing in FillInAttestInfo() 123 TPMT_SIG_SCHEME *scheme, // IN: sign scheme in SignAttestInfo()
|
D | CryptUtil.c | 628 TPMT_SIG_SCHEME *scheme, // IN: signing scheme in CryptSignHMAC() 704 TPMT_KEYEDHASH_SCHEME *scheme; in CryptGenerateKeyedHash() local 936 TPMT_RSA_DECRYPT *scheme // IN: a sign or decrypt scheme in CryptSelectRSAScheme() 993 TPMT_RSA_DECRYPT *scheme, // IN: selects the padding scheme in CryptDecryptRSA() 1071 TPMT_RSA_DECRYPT *scheme, // IN: selects the padding scheme in CryptEncryptRSA() 1130 TPMT_SIG_SCHEME *scheme, // IN: sign scheme in CryptSignRSA() 1309 const TPMT_ECC_SCHEME *scheme = NULL; in CryptGetCurveSignScheme() local 1458 TPMT_SIG_SCHEME *scheme, // IN: sign scheme in CryptSignECC() 1739 TPM_ALG_ID scheme, // IN: the key exchange scheme in CryptEcc2PhaseKeyExchange() 1767 TPM_ALG_ID scheme // IN: the scheme algorithm to test in CryptIsSchemeAnonymous() [all …]
|
D | RSA_Decrypt.c | 33 TPMT_RSA_DECRYPT *scheme; in TPM2_RSA_Decrypt() local
|
D | RSA_Encrypt.c | 31 TPMT_RSA_DECRYPT *scheme; in TPM2_RSA_Encrypt() local
|
D | ZGen_2Phase.c | 31 TPM_ALG_ID scheme; in TPM2_ZGen_2Phase() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_codec.c | 119 NotConfigured(TIFF* tif, int scheme) in NotConfigured() 143 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured()
|
D | tif_compress.c | 161 TIFFSetCompressionScheme(TIFF* tif, int scheme) in TIFFSetCompressionScheme() 187 TIFFFindCODEC(uint16 scheme) in TIFFFindCODEC() 202 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()
|
/external/libcups/cups/ |
D | http-support.c | 161 const char *scheme, /* I - Scheme name */ in httpAssembleURI() 441 const char *scheme, /* I - Scheme name */ in httpAssembleURIf() 896 char *scheme, /* O - Scheme [32] (http, https, etc.) */ in httpSeparate() 920 char *scheme, /* O - Scheme (http, https, etc.) */ in httpSeparate2() 946 char *scheme, /* O - Scheme (http, https, etc.) */ in httpSeparateURI() 1571 char scheme[32], /* URI components... */ in _httpResolveURI() local 2140 const char *scheme, /* URI scheme */ in http_resolve_cb() local 2351 const char *scheme, /* URI scheme */ in http_resolve_cb() local
|
D | testhttp.c | 31 *scheme, /* Scheme string */ member 226 char scheme[HTTP_MAX_URI], /* Scheme from URI */ in main() local
|
D | testcreds.c | 32 char scheme[HTTP_MAX_URI], /* Scheme from URI */ in main() local
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScope.java | 83 private final String scheme; field in AuthScope 112 final String realm, final String scheme) in AuthScope()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ContactsFacade.java | 333 description = "The URI, using the content:// scheme, for the content to retrieve." in contactsQueryContent() 382 description = "The URI, using the content:// scheme, for the content to retrieve." in queryAttributes() 402 description = "The URI, using the file:/// scheme, for the content to retrieve." in importVcf() 418 description = "The file path, using the / scheme, for the content to save to." in exportVcf()
|
/external/clang/test/Rewriter/ |
D | rewrite-property-set-cfstring.mm | 11 @property (retain) NSString *scheme; property
|
D | property-dot-syntax.mm | 31 @property (retain) NSString *scheme; property
|
/external/nist-sip/java/javax/sip/header/ |
D | HeaderFactory.java | 32 AuthorizationHeader createAuthorizationHeader(String scheme) in createAuthorizationHeader() 103 ProxyAuthenticateHeader createProxyAuthenticateHeader(String scheme) in createProxyAuthenticateHeader() 106 ProxyAuthorizationHeader createProxyAuthorizationHeader(String scheme) in createProxyAuthorizationHeader() 178 WWWAuthenticateHeader createWWWAuthenticateHeader(String scheme) in createWWWAuthenticateHeader()
|
/external/robolectric/v1/src/main/java/android/net/ |
D | Uri__FromAndroid.java | 477 private volatile String scheme = NOT_CACHED; field in Uri__FromAndroid.StringUri 757 public static Uri__FromAndroid fromParts(String scheme, String ssp, in fromParts() 778 private final String scheme; field in Uri__FromAndroid.OpaqueUri 782 private OpaqueUri(String scheme, Part ssp, Part fragment) { in OpaqueUri() 1084 private final String scheme; // can be null field in Uri__FromAndroid.HierarchicalUri 1090 private HierarchicalUri(String scheme, Part authority, PathPart path, in HierarchicalUri() 1263 private String scheme; field in Uri__FromAndroid.Builder 1280 public Builder scheme(String scheme) { in scheme() method in Uri__FromAndroid.Builder
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultUserTokenHandler.java | 84 AuthScheme scheme = authState.getAuthScheme(); in getAuthPrincipal() local
|