Searched refs:purpose (Results 1 - 25 of 80) sorted by relevance

1234

/external/nist-sip/java/javax/sip/header/
H A DCallInfoHeader.java12 void setPurpose(String purpose); argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCallInfo.java81 * get the purpose field
85 return this.getParameter("purpose");
97 * set the purpose field
98 * @param purpose is the purpose field.
100 public void setPurpose(String purpose) { argument
101 if (purpose == null)
104 this.setParameter("purpose", purpose);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_purp.c103 return (*a)->purpose - (*b)->purpose;
125 int X509_PURPOSE_set(int *p, int purpose) argument
127 if(X509_PURPOSE_get_by_id(purpose) == -1) {
131 *p = purpose;
159 int X509_PURPOSE_get_by_id(int purpose) argument
164 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX))
165 return purpose - X509_PURPOSE_MIN;
166 tmp.purpose
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_purp.c103 return (*a)->purpose - (*b)->purpose;
125 int X509_PURPOSE_set(int *p, int purpose) argument
127 if(X509_PURPOSE_get_by_id(purpose) == -1) {
131 *p = purpose;
159 int X509_PURPOSE_get_by_id(int purpose) argument
163 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX))
164 return purpose - X509_PURPOSE_MIN;
165 tmp.purpose
[all...]
/external/openssl/crypto/x509/
H A Dx509_vpm.c75 param->purpose = 0;
172 x509_verify_param_copy(purpose, 0);
239 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) argument
241 return X509_PURPOSE_set(&param->purpose, purpose);
326 0, /* purpose */
336 X509_PURPOSE_SMIME_SIGN, /* purpose */
346 X509_PURPOSE_SMIME_SIGN, /* purpose */
356 X509_PURPOSE_SSL_CLIENT, /* purpose */
366 X509_PURPOSE_SSL_SERVER, /* purpose */
[all...]
H A Dx509_vfy.h172 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
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);
H A Dx509_vfy.c338 /* We have the chain complete: now we need to check its purpose */
446 * with the supplied purpose
458 int purpose;
476 purpose = X509_PURPOSE_CRL_SIGN;
486 purpose = ctx->param->purpose;
552 if (ctx->param->purpose > 0)
554 ret = X509_check_purpose(x, purpose, must_be_ca > 0);
1919 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) argument
1921 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose,
1939 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dspl_sqrt_floor_arm.S11 @ comp.sys.arm a long time ago), so you can use them freely for any purpose.
24 @ approximation routines, or if I can freely use it for any purpose.
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vpm.c72 param->purpose = 0;
208 x509_verify_param_copy(purpose, 0);
323 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) argument
325 return X509_PURPOSE_set(&param->purpose, purpose);
457 0, /* purpose */
468 X509_PURPOSE_SMIME_SIGN, /* purpose */
479 X509_PURPOSE_SMIME_SIGN, /* purpose */
490 X509_PURPOSE_SSL_CLIENT, /* purpose */
501 X509_PURPOSE_SSL_SERVER, /* purpose */
[all...]
H A Dx509_vfy.c397 /* We have the chain complete: now we need to check its purpose */
506 * with the supplied purpose
515 int purpose; local
533 purpose = X509_PURPOSE_CRL_SIGN;
543 purpose = ctx->param->purpose;
609 if (ctx->param->purpose > 0)
611 ret = X509_check_purpose(x, purpose, must_be_ca > 0);
2163 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) argument
2165 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose,
2183 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
[all...]
H A Dx509_lu.c708 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose) argument
710 return X509_VERIFY_PARAM_set_purpose(ctx->param, purpose);
/external/openssl/include/openssl/
H A Dx509_vfy.h172 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
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/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb7 Permission is granted to anyone to use this software for any purpose,
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dmake_macros.sh7 * purpose with or without fee is hereby granted, provided that the above
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h169 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
439 OPENSSL_EXPORT int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
517 OPENSSL_EXPORT int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
520 int purpose, int trust);
547 OPENSSL_EXPORT int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
/external/chromium_org/third_party/boringssl/src/crypto/stack/
H A Dmake_macros.sh9 * purpose with or without fee is hereby granted, provided that the above
/external/llvm/test/MC/ARM/
H A Deh-directive-integrated-test.s19 @ restore the general-purpose and VFP registers.
/external/ant-glob/
H A DNOTICE59 * Licensor for the purpose of discussing and improving the Work, but
186 * file or class name and description of purpose be included on the
215 with or without modification, for any purpose and without fee or royalty is
269 purpose.
/external/libunwind/doc/
H A Dunw_is_signal_frame.tex21 value of 0 otherwise. For the purpose of this discussion, a signal
H A Dunw_get_proc_info_by_ip.tex36 when accessing the address-space. It has the same purpose as the
H A Dunw_resume.tex45 purpose). These registers are normally treated like ``scratch''
/external/chromium_org/net/cert/
H A Dx509_certificate_mac.cc112 // Returns true if |purpose| is listed as allowed in |usage|. This
113 // function also considers the "Any" purpose. If the attribute is
116 const CSSM_OID* purpose) {
118 if (CSSMOIDEqual(&usage->purposes[p], purpose))
115 ExtendedKeyUsageAllows(const CE_ExtendedKeyUsage* usage, const CSSM_OID* purpose) argument
/external/libvorbis/
H A Dlibvorbis.spec26 general-purpose compressed audio format for audio and music at fixed
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.h218 const base::string16& purpose,

Completed in 9391 milliseconds

1234