Home
last modified time | relevance | path

Searched refs:add_str (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_gcm.function13 data_t *iv_str, data_t *add_str,
28add_str->x, add_str->len, src_str->x, output, tag_len, tag_output ) == gcm_result );
38 data_t * add_str, data_t * dst,
56 …( &ctx, MBEDTLS_GCM_ENCRYPT, src_str->len, iv_str->x, iv_str->len, add_str->x, add_str->len, src_s…
72 data_t * add_str, int tag_len_bits,
89 …dtls_gcm_auth_decrypt( &ctx, src_str->len, iv_str->x, iv_str->len, add_str->x, add_str->len, tag_s…
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str() function
80 xmlSchemaSetParserErrors(pctx, (xmlSchemaValidityErrorFunc) add_str, in xml_validate()
81 (xmlSchemaValidityWarningFunc) add_str, in xml_validate()
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str, in xml_validate()
88 (xmlSchemaValidityWarningFunc) add_str, in xml_validate()
148 vctx.error = add_str; in xml_validate_dtd()
149 vctx.warning = add_str; in xml_validate_dtd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str() function
80 xmlSchemaSetParserErrors(pctx, (xmlSchemaValidityErrorFunc) add_str, in xml_validate()
81 (xmlSchemaValidityWarningFunc) add_str, in xml_validate()
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str, in xml_validate()
88 (xmlSchemaValidityWarningFunc) add_str, in xml_validate()
148 vctx.error = add_str; in xml_validate_dtd()
149 vctx.warning = add_str; in xml_validate_dtd()