HomeSort by relevance Sort by last modified time
    Searched refs:purpose (Results 126 - 150 of 438) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Keymaster4.h 121 Return<void> begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
124 return dev_->begin(purpose, key, inParams, authToken, _hidl_cb);
keymaster_tags.h 23 * It makes use of a fair amount of template metaprogramming. The metaprogramming serves the purpose
25 * authorizations. For example, it's an error to create a KeyParameter with tag == Tag::PURPOSE
43 * yields a reference to param.f.purpose
138 DECLARE_TYPED_TAG(PURPOSE);
217 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_PURPOSE, f.purpose)
404 case Tag::PURPOSE:
405 return a.f.purpose == b.f.purpose;
Keymaster3.h 105 Return<void> begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
  /hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.cpp 230 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const HidlBuf& key_blob,
237 ->begin(purpose, key_blob, in_params.hidl_data(), HardwareAuthToken(),
252 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const AuthorizationSet& in_params,
256 return Begin(purpose, key_blob_, in_params, out_params, &op_handle_);
259 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const AuthorizationSet& in_params) {
262 ErrorCode error = Begin(purpose, in_params, &out_params);
467 void KeymasterHidlTest::CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode,
481 string output = ProcessMessage(key_blob_, purpose, input, begin_params, &output_params);
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 24 purpose modules you have enabled such as Tkinter). Thus, you
embed15.i 24 purpose modules you have enabled such as Tkinter). Thus, you
  /system/keymaster/contexts/
keymaster1_passthrough_context.cpp 83 keymaster_purpose_t purpose) const {
85 return keyfactory->GetOperationFactory(purpose);
  /system/keymaster/include/keymaster/
attestation_record.h 56 ASN1_INTEGER_SET* purpose; member in struct:keymaster::km_auth_list
95 ASN1_EXP_SET_OF_OPT(KM_AUTH_LIST, purpose, ASN1_INTEGER, TAG_PURPOSE.masked_tag()),
  /system/keymaster/km_openssl/
ec_key_factory.cpp 32 OperationFactory* EcKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const {
33 switch (purpose) {
rsa_key_factory.cpp 37 OperationFactory* RsaKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const {
38 switch (purpose) {
rsa_operation.cpp 68 bool require_digest = (purpose() == KM_PURPOSE_SIGN || purpose() == KM_PURPOSE_VERIFY ||
147 switch (purpose()) {
229 keymaster_purpose_t purpose, keymaster_digest_t digest,
231 : RsaOperation(move(hw_enforced), move(sw_enforced), purpose, digest, padding, key) {
  /external/boringssl/src/include/openssl/
x509_vfy.h 42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
152 int purpose; /* purpose to check untrusted certificates */ member in struct:X509_VERIFY_PARAM_st
434 OPENSSL_EXPORT int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
521 OPENSSL_EXPORT int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
524 int purpose, int trust);
551 OPENSSL_EXPORT int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
  /hardware/interfaces/keymaster/3.0/vts/functional/
attestation_record.cpp 61 ASN1_INTEGER_SET* purpose; member in struct:android::hardware::keymaster::V3_0::km_auth_list
88 ASN1_EXP_SET_OF_OPT(KM_AUTH_LIST, purpose, ASN1_INTEGER, TAG_PURPOSE.maskedTag()),
242 copyAuthTag(record->purpose, TAG_PURPOSE, auth_list);
keymaster_tags.h 23 * It makes use of a fair amount of template metaprogramming. The metaprogramming serves the purpose
25 * authorizations. For example, it's an error to create a KeyParameter with tag == Tag::PURPOSE
43 * yields a reference to param.f.purpose
149 DECLARE_TYPED_TAG(PURPOSE);
225 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_PURPOSE, f.purpose)
413 inline const char* stringify(KeyPurpose purpose) {
414 switch (purpose) {
428 return "UNKNOWN KEY PURPOSE";
key_param_output.cpp 95 case Tag::PURPOSE:
96 return os << param.f.purpose;
  /hardware/interfaces/keymaster/4.0/support/
attestation_record.cpp 62 ASN1_INTEGER_SET* purpose; member in struct:android::hardware::keymaster::V4_0::km_auth_list
88 ASN1_EXP_SET_OF_OPT(KM_AUTH_LIST, purpose, ASN1_INTEGER, TAG_PURPOSE.maskedTag()),
239 copyAuthTag(record->purpose, TAG_PURPOSE, auth_list);
  /system/security/keystore/
key_store_service.h 130 int32_t purpose, bool pruneable,
251 getAuthToken(const KeyCharacteristics& characteristics, uint64_t handle, KeyPurpose purpose,
279 KeyPurpose purpose);
  /external/boringssl/src/crypto/x509/
x509_vfy.c 42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
468 /* We have the chain complete: now we need to check its purpose */
576 * purpose
585 int purpose; local
602 purpose = X509_PURPOSE_CRL_SIGN;
606 purpose = ctx->param->purpose;
664 if (ctx->param->purpose > 0) {
665 ret = X509_check_purpose(x, purpose, must_be_ca > 0);
    [all...]
  /external/boringssl/src/util/
embed_test_data.go 4 // purpose with or without fee is hereby granted, provided that the above
64 * purpose with or without fee is hereby granted, provided that the above
  /external/llvm/test/MC/ARM/
eh-directive-integrated-test.s 19 @ restore the general-purpose and VFP registers.
  /external/nos/host/android/hals/keymaster/include/
KeymasterDevice.h 92 Return<void> begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key,
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreCipherSpiBase.java 241 int purpose; local
243 purpose = mKeymasterPurposeOverride;
245 purpose = mEncrypting
250 purpose,
761 * Overrides the default purpose/type of the crypto operation.
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
269 * Specifies a comment that describes a cookie's purpose.
273 * @param purpose
278 public void setComment(String purpose) {
279 comment = purpose;
283 * Returns the comment describing the purpose of this cookie, or
295 * Specifies a comment URL that describes a cookie's purpose.
299 * @param purpose
304 public void setCommentURL(String purpose) {
305 commentURL = purpose;
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
libpng.md 84 fitness for any purpose. The Contributing Authors and Group 42, Inc.
90 source code, or portions hereof, for any purpose, without fee, subject
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
libpng.md 84 fitness for any purpose. The Contributing Authors and Group 42, Inc.
90 source code, or portions hereof, for any purpose, without fee, subject

Completed in 871 milliseconds

1 2 3 4 56 7 8 91011>>