HomeSort by relevance Sort by last modified time
    Searched full:purpose (Results 151 - 175 of 58972) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-stlport/unit/
string_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
strstream_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
time_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
utility_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
valarray_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
vector_header_test.cpp 1 /* This test purpose is simply to check Standard header independancy that
wchar_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
wctype_header_test.c 1 /* This test purpose is simply to check Standard header independancy that
  /system/keymaster/
rsa_key.cpp 36 bool RsaKey::SupportedMode(keymaster_purpose_t purpose, keymaster_padding_t padding) {
37 switch (purpose) {
53 bool RsaKey::SupportedMode(keymaster_purpose_t purpose, keymaster_digest_t digest) {
54 switch (purpose) {
ecdsa_keymaster1_operation.h 32 EcdsaKeymaster1WrappedOperation(keymaster_purpose_t purpose, const Keymaster1Engine* engine)
33 : purpose_(purpose), operation_handle_(0), engine_(engine) {}
58 : BaseOperation(digest, key), wrapped_operation_(super::purpose(), engine) {
60 assert(super::purpose() != KM_PURPOSE_VERIFY);
61 assert(super::purpose() != KM_PURPOSE_ENCRYPT);
103 EcdsaKeymaster1OperationFactory(keymaster_purpose_t purpose, const Keymaster1Engine* engine)
104 : purpose_(purpose), engine_(engine) {}
rsa_keymaster1_operation.h 32 RsaKeymaster1WrappedOperation(keymaster_purpose_t purpose, const Keymaster1Engine* engine)
33 : purpose_(purpose), operation_handle_(0), engine_(engine) {}
58 : BaseOperation(digest, padding, key), wrapped_operation_(super::purpose(), engine) {
60 assert(super::purpose() != KM_PURPOSE_VERIFY);
61 assert(super::purpose() != KM_PURPOSE_ENCRYPT);
103 RsaKeymaster1OperationFactory(keymaster_purpose_t purpose, const Keymaster1Engine* engine)
104 : purpose_(purpose), engine_(engine) {}
hmac_operation.h 28 HmacOperation(keymaster_purpose_t purpose, const uint8_t* key_data, size_t key_data_size,
57 virtual KeyType registry_key() const { return KeyType(KM_ALGORITHM_HMAC, purpose()); }
64 virtual keymaster_purpose_t purpose() const = 0;
68 keymaster_purpose_t purpose() const { return KM_PURPOSE_SIGN; } function in class:keymaster::HmacSignOperationFactory
72 keymaster_purpose_t purpose() const { return KM_PURPOSE_VERIFY; } function in class:keymaster::HmacVerifyOperationFactory
ecdsa_operation.h 31 EcdsaOperation(keymaster_purpose_t purpose, keymaster_digest_t digest, EVP_PKEY* key)
32 : Operation(purpose), digest_(digest), ecdsa_key_(key) {
80 KeyType registry_key() const override { return KeyType(KM_ALGORITHM_EC, purpose()); }
85 virtual keymaster_purpose_t purpose() const = 0;
91 keymaster_purpose_t purpose() const override { return KM_PURPOSE_SIGN; }
99 keymaster_purpose_t purpose() const override { return KM_PURPOSE_VERIFY; }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mrs-msr-thumb-v7-m-bad.l 2 [^:]*:5: Error: selected processor does not support requested special purpose register -- `mrs r4,cpsr'
3 [^:]*:6: Error: selected processor does not support requested special purpose register -- `mrs r5,spsr'
8 [^:]*:11: Error: selected processor does not support requested special purpose register -- `msr cpsr_f,r7'
9 [^:]*:12: Error: selected processor does not support requested special purpose register -- `msr spsr,r8'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
export-class-call16-n32.gd 6 Address Access Initial Purpose
export-class-call16-n64.gd 6 Address Access Initial Purpose
export-class-call16-o32.gd 6 Address Access Initial Purpose
  /device/google/dragon/audio/hal/
cras_dsp.c 30 const char *purpose; member in struct:cras_dsp_context
49 const char *purpose = ctx->purpose; local
54 pipeline = cras_dsp_pipeline_create(ini, &ctx->env, purpose);
142 const char *purpose)
148 ctx->purpose = strdup(purpose);
163 free((char *)ctx->purpose);
  /external/autotest/client/site_tests/security_AccountsBaseline/
control 9 PURPOSE = "To maintain a minimal set of uid/gid on the system"
10 PURPOSE = ("To ensure required accounts consistently appear with the same "
  /external/autotest/server/site_tests/dummy_PassServer/
control.sanity 7 PURPOSE = "An empty control file that does nothing."
18 The only purpose of this test is to trigger a provision task.
  /external/c-ares/
NOTICE 4 documentation for any purpose and without fee is hereby granted, provided that
10 purpose. It is provided "as is" without express or implied warranty.
ares_free_string.c 5 * software and its documentation for any purpose and without
13 * this software for any purpose. It is provided "as is"
ares_getenv.c 6 * software and its documentation for any purpose and without
14 * this software for any purpose. It is provided "as is"
ares_getenv.h 8 * software and its documentation for any purpose and without
16 * this software for any purpose. It is provided "as is"
ares_strcasecmp.h 8 * software and its documentation for any purpose and without
16 * this software for any purpose. It is provided "as is"

Completed in 649 milliseconds

1 2 3 4 5 67 8 91011>>