/external/stlport/ |
D | LICENSE | 10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the… 23 …purpose is hereby granted without fee, provided that the above copyright notice appear in all copi… 25 …purpose is hereby granted without fee, provided that the above copyright notice appear in all copi… 27 …purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
|
D | NOTICE | 10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the… 23 …purpose is hereby granted without fee, provided that the above copyright notice appear in all copi… 25 …purpose is hereby granted without fee, provided that the above copyright notice appear in all copi… 27 …purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
|
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 103 return (*a)->purpose - (*b)->purpose; in xp_cmp() 125 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument 127 if(X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set() 131 *p = purpose; in X509_PURPOSE_set() 159 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 164 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id() 165 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id() 166 tmp.purpose = purpose; in X509_PURPOSE_get_by_id() 212 ptmp->purpose = id; in X509_PURPOSE_add() 254 return xp->purpose; in X509_PURPOSE_get_id()
|
/external/openssl/crypto/x509v3/ |
D | v3_purp.c | 103 return (*a)->purpose - (*b)->purpose; in xp_cmp() 125 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument 127 if(X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set() 131 *p = purpose; in X509_PURPOSE_set() 159 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 163 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id() 164 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id() 165 tmp.purpose = purpose; in X509_PURPOSE_get_by_id() 210 ptmp->purpose = id; in X509_PURPOSE_add() 252 return xp->purpose; in X509_PURPOSE_get_id()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | CallInfo.java | 100 public void setPurpose(String purpose) { in setPurpose() argument 101 if (purpose == null) in setPurpose() 104 this.setParameter("purpose", purpose); in setPurpose()
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 7 purpose and without fee is hereby granted, provided that this 16 suitability of this software for any purpose. It is provided "as is" 23 purpose and without fee is hereby granted, provided that this copyright and 31 software for any purpose. It is provided "as is" without express or implied 39 purpose and without fee is hereby granted, provided that this copyright 47 of this software for any purpose. It is provided "as is" without express 54 documentation for any purpose and without fee is hereby granted, provided 85 software for any particular purpose. It is provided "as is"
|
/external/openssl/crypto/x509/ |
D | x509_vpm.c | 75 param->purpose = 0; in x509_verify_param_zero() 172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 239 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 241 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
|
D | x509_vfy.c | 458 int purpose; in check_chain_extensions() 476 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions() 486 purpose = ctx->param->purpose; in check_chain_extensions() 552 if (ctx->param->purpose > 0) in check_chain_extensions() 554 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions() 1919 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument 1921 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose() 1940 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument 1944 if (!purpose) purpose = def_purpose; in X509_STORE_CTX_purpose_inherit() 1946 if (purpose) in X509_STORE_CTX_purpose_inherit() [all …]
|
D | x509_vfy.h | 172 int purpose; /* purpose to check untrusted certificates */ member 418 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 491 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 494 int purpose, int trust); 521 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
|
/external/libgsm/ |
D | NOTICE | 7 software for any purpose nor are held responsible for any defects of 25 for any purpose with or without fee is hereby granted, 29 of this software for any purpose nor are held responsible
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | pixman-licenses.txt | 6 documentation for any purpose is hereby granted without fee, provided that 31 documentation for any purpose and without fee is hereby granted, 52 documentation for any purpose is hereby granted without fee, provided that 58 representations about the suitability of this software for any purpose. It 75 and its documentation for any purpose is hereby granted without fee, 82 any purpose. It is provided "as is" without express or implied
|
/external/chromium_org/third_party/boringssl/src/crypto/x509/ |
D | x509_vpm.c | 72 param->purpose = 0; in x509_verify_param_zero() 208 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 323 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 325 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
|
D | x509_vfy.c | 515 int purpose; in check_chain_extensions() local 533 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions() 543 purpose = ctx->param->purpose; in check_chain_extensions() 609 if (ctx->param->purpose > 0) in check_chain_extensions() 611 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions() 2163 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument 2165 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose() 2184 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument 2188 if (!purpose) purpose = def_purpose; in X509_STORE_CTX_purpose_inherit() 2190 if (purpose) in X509_STORE_CTX_purpose_inherit() [all …]
|
/external/stlport/stlport/ |
D | rope | 6 * and its documentation for any purpose is hereby granted without fee, 11 * purpose. It is provided "as is" without express or implied warranty.
|
D | slist | 6 * and its documentation for any purpose is hereby granted without fee, 11 * purpose. It is provided "as is" without express or implied warranty.
|
/external/llvm/autoconf/ |
D | LICENSE.TXT | 14 documentation for any purpose is hereby granted without fee, provided that 20 suitability of this software for any purpose. It is provided "as is"
|
/external/chromium_org/third_party/zlib/ |
D | LICENSE | 1 /* zlib.h -- interface of the 'zlib' general purpose compression library 10 Permission is granted to anyone to use this software for any purpose,
|
/external/chromium_org/third_party/fontconfig/ |
D | LICENSE | 12 documentation for any purpose is hereby granted without fee, provided that 18 representations about the suitability of this software for any purpose. It
|
/external/e2fsprogs/debian/ |
D | libcomerr2.copyright | 15 and its documentation for any purpose and without fee is 23 the suitability of this software for any purpose. It is
|
D | libss2.copyright | 16 and its documentation for any purpose and without fee is 24 the suitability of this software for any purpose. It is
|
/external/openssl/include/openssl/ |
D | x509_vfy.h | 172 int purpose; /* purpose to check untrusted certificates */ member 418 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 491 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 494 int purpose, int trust); 521 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
|
/external/zlib/src/contrib/blast/ |
D | README | 1 Read blast.h for purpose and usage.
|
/external/chromium_org/ppapi/shared_impl/ |
D | DEPS | 12 # For testing purpose.
|
/external/nist-sip/java/javax/sip/header/ |
D | CallInfoHeader.java | 12 void setPurpose(String purpose); in setPurpose() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.td | 50 // General-purpose registers 53 // Lower 32 bits of one of the 16 64-bit general-purpose registers 58 // One of the 16 64-bit general-purpose registers. 72 // General-purpose registers
|