Home
last modified time | relevance | path

Searched defs:tag (Results 701 - 725 of 1601) sorted by relevance

1...<<21222324252627282930>>...65

/third_party/libsnd/src/ALAC/
H A Dalac_decoder.c141 uint8_t tag ; in alac_decode() local
/third_party/mbedtls/include/mbedtls/
H A Dasn1.h142 int tag; /**< ASN1 type, e.g. MBEDTLS_ASN1_UTF8_STRING. */ member
[all...]
/third_party/mbedtls/programs/psa/
H A Daead_demo.c213 unsigned char tag[PSA_AEAD_TAG_MAX_SIZE]; in aead_encrypt() local
/third_party/mbedtls/library/
H A Dchachapoly.c244 chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx, mbedtls_chachapoly_mode_t mode, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) chachapoly_crypt_and_tag() argument
277 mbedtls_chachapoly_encrypt_and_tag(mbedtls_chachapoly_context *ctx, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) mbedtls_chachapoly_encrypt_and_tag() argument
291 mbedtls_chachapoly_auth_decrypt(mbedtls_chachapoly_context *ctx, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char tag[16], const unsigned char *input, unsigned char *output) mbedtls_chachapoly_auth_decrypt() argument
H A Dpkparse.c66 static int pk_ecc_tag_is_specified_ec_domain(int tag) in pk_ecc_tag_is_specified_ec_domain() argument
85 static int pk_ecc_tag_is_specified_ec_domain(int tag) in pk_ecc_tag_is_specified_ec_domain() argument
[all...]
H A Dpsa_crypto_aead.c128 uint8_t *tag; in mbedtls_psa_aead_encrypt() local
240 const uint8_t *tag = NULL; mbedtls_psa_aead_decrypt() local
549 mbedtls_psa_aead_finish( mbedtls_psa_aead_operation_t *operation, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length, uint8_t *tag, size_t tag_size, size_t *tag_length) mbedtls_psa_aead_finish() argument
[all...]
H A Dasn1write.c56 int mbedtls_asn1_write_tag(unsigned char **p, const unsigned char *start, unsigned char tag) in mbedtls_asn1_write_tag() argument
200 static int asn1_write_tagged_int(unsigned char **p, const unsigned char *start, int val, int tag) in asn1_write_tagged_int() argument
234 int mbedtls_asn1_write_tagged_string(unsigned char **p, const unsigned char *start, int tag, in mbedtls_asn1_write_tagged_string() argument
69 mbedtls_asn1_write_len_and_tag(unsigned char **p, const unsigned char *start, size_t len, unsigned char tag) mbedtls_asn1_write_len_and_tag() argument
H A Dasn1parse.c243 unsigned char const tag = *(*p)++; in mbedtls_asn1_traverse_sequence_of() local
61 mbedtls_asn1_get_tag(unsigned char **p, const unsigned char *end, size_t *len, int tag) mbedtls_asn1_get_tag() argument
101 asn1_get_tagged_int(unsigned char **p, const unsigned char *end, int tag, int *val) asn1_get_tagged_int() argument
220 mbedtls_asn1_traverse_sequence_of( unsigned char **p, const unsigned char *end, unsigned char tag_must_mask, unsigned char tag_must_val, unsigned char tag_may_mask, unsigned char tag_may_val, int (*cb)(void *ctx, int tag, unsigned char *start, size_t len), void *ctx) mbedtls_asn1_traverse_sequence_of() argument
303 int tag; global() member
307 asn1_get_sequence_of_cb(void *ctx, int tag, unsigned char *start, size_t len) asn1_get_sequence_of_cb() argument
339 mbedtls_asn1_get_sequence_of(unsigned char **p, const unsigned char *end, mbedtls_asn1_sequence *cur, int tag) mbedtls_asn1_get_sequence_of() argument
[all...]
H A Dx509_create.c202 parse_attribute_value_hex_der_encoded(const char *s, size_t len, unsigned char *data, size_t data_size, size_t *data_len, int *tag) parse_attribute_value_hex_der_encoded() argument
290 int tag; mbedtls_x509_string_to_names() local
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c87 int tag, xclass, r = 1; in lws_tls_openssl_cert_info() local
H A Dopenssl-session.c79 char tag[LWS_SESSION_TAG_LEN]; in lws_tls_reuse_session() local
173 lws_tls_session_add_entry(struct lws_vhost *vh, const char *tag) in lws_tls_session_add_entry() argument
215 char tag[LWS_SESSION_TAG_LE in lws_tls_session_new_cb() local
[all...]
/third_party/ltp/pan/
H A Dtag_report.c55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) in test_result() argument
109 int cuts_report(SYM tags, SYM keys, char *at, char *tag) in cuts_report() argument
235 char *tag, *contact, *is, *mystime, *duration, *tt, *ti, *sl, *el; tag_report() local
418 cuts_testcase(SYM tag, SYM keys) cuts_testcase() argument
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c690 uint8_t res[sizeof(gcm_ct)], tag[sizeof(gcm_tag)]; in test_genaes_gcm() local
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-extensions.c287 unsigned char tag; in lws_x509_get_general_names() local
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c154 GLXContextTag tag; in indirect_bind_context() local
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.cc141 const auto tag = state->tokenizer()->TokenTag(); in Deserialize() local
174 ContainerSerializer(std::vector<uint8_t>* bytes, uint8_t tag) ContainerSerializer() argument
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js[all...]
/third_party/musl/porting/linux/user/src/fdsan/
H A Dfdsan.c149 uint64_t fdsan_create_owner_tag(enum fdsan_owner_type type, uint64_t tag) in fdsan_create_owner_tag() argument
166 const char* fdsan_get_tag_type(uint64_t tag) in fdsan_get_tag_type() argument
190 uint64_t fdsan_get_tag_value(uint64_t tag) in fdsan_get_tag_value() argument
206 uint64_t tag = expected_tag; in fdsan_exchange_owner_tag() local
239 uint64_t tag = expected_tag; fdsan_close_with_tag() local
[all...]
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c100 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t fmtLen) in SendMessage() argument
150 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() argument
128 HiLogAdapterPrintArgs( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterPrintArgs() argument
165 HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterVaList() argument
181 HiLogAdapterIsLoggable(unsigned int domain, const char *tag, LogLevel level) HiLogAdapterIsLoggable() argument
[all...]
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c145 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_t fmtLen) in SendMessage() argument
213 int HiLogAdapterPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in HiLogAdapterPrint() argument
191 HiLogAdapterPrintArgs( const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterPrintArgs() argument
228 HiLogAdapterVaList(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, va_list ap) HiLogAdapterVaList() argument
244 HiLogAdapterIsLoggable(unsigned int domain, const char *tag, LogLevel level) HiLogAdapterIsLoggable() argument
[all...]
/third_party/musl/src/fdsan/linux/
H A Dfdsan.c192 uint64_t fdsan_create_owner_tag(enum fdsan_owner_type type, uint64_t tag) in fdsan_create_owner_tag() argument
209 const char* fdsan_get_tag_type(uint64_t tag) in fdsan_get_tag_type() argument
233 uint64_t fdsan_get_tag_value(uint64_t tag) in fdsan_get_tag_value() argument
249 uint64_t tag = expected_tag; in fdsan_exchange_owner_tag() local
282 uint64_t tag = expected_tag; fdsan_close_with_tag() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Drbbinode.h36 tag, enumerator
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationsets.cpp124 int32_t tag; in compare() local
[all...]
/third_party/mesa3d/src/util/
H A Du_debug_memory.c79 unsigned tag; member
358 debug_memory_tag(void *ptr, unsigned tag) in debug_memory_tag() argument
/third_party/mesa3d/include/android_stub/cutils/
H A Dtrace.h148 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() argument
158 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() argument
171 static inline void atrace_end(uint64_t tag) in atrace_end() argument
188 atrace_async_begin(uint64_t tag, const char* name, int32_t cookie) atrace_async_begin() argument
202 atrace_async_end(uint64_t tag, const char* name, int32_t cookie) atrace_async_end() argument
215 atrace_int(uint64_t tag, const char* name, int32_t value) atrace_int() argument
228 atrace_int64(uint64_t tag, const char* name, int64_t value) atrace_int64() argument
[all...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...65